Find answers from the community

Updated 9 months ago

My code is simple just following the

My code is simple just following the tutorials, but I get empty response. This is my code:
Attachment
image.png
A
1 comment
I think internally query engine does a retrieve + llm step , i think u can try to do them individually and maybe even enable some debug logging @Utine ,
Plain Text
rr = index.as_retriever()
rr.retrieve("Some question which has revelant data in vec store")

and see its output. Then similarly can try for llm:
Plain Text
Settings.llm.predict("some relevant data from above + the original question u want to ask")
Add a reply
Sign up and join the conversation on Discord