How to debug? #11988
pankajkumar229
started this conversation in
General
How to debug?
#11988
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get the exact prompt being sent when using this code?
query_engine = index.as_query_engine(llm=Ollama(model="gemma", request_timeout=60.0))
llm_output = query_engine.query(llm_input)
Its hard to figure out why something is getting a bad response. Can we also get what all documents are being added as context?
Beta Was this translation helpful? Give feedback.
All reactions