You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for similar issues and couldn't find anything matching
I've included steps to reproduce the behavior
Affected Components
K8sGPT (CLI)
K8sGPT Operator
K8sGPT Version
No response
Kubernetes Version
No response
Host OS and its Version
No response
Steps to reproduce
NA
Expected behaviour
NA
Actual behaviour
No response
Additional Information
Could you please guide me on why you have chosen a programmatic approach to error finding instead of relying solely on the LLM to find issue and debug? This may cause hallucination but it is also a more dynamic approach and it also adds more context for the LLM to be able to resolve the issue. It may also help companies detect internal custom errors or even find application level errors.
To reduce the context size, we can extract metadata information based on query and apply filters accordingly.
The text was updated successfully, but these errors were encountered:
This project was based on codifying what real SRE have learnt.
We don't believe in solely trusting an LLM to find the right issues. It would need all resources as context to be effective which is costly, slow and ineffective.
Checklist
Affected Components
K8sGPT Version
No response
Kubernetes Version
No response
Host OS and its Version
No response
Steps to reproduce
NA
Expected behaviour
NA
Actual behaviour
No response
Additional Information
Could you please guide me on why you have chosen a programmatic approach to error finding instead of relying solely on the LLM to find issue and debug? This may cause hallucination but it is also a more dynamic approach and it also adds more context for the LLM to be able to resolve the issue. It may also help companies detect internal custom errors or even find application level errors.
To reduce the context size, we can extract metadata information based on query and apply filters accordingly.
The text was updated successfully, but these errors were encountered: