Find answers from the community

Updated 2 months ago

Hi! Let's say I want to retrieve

Hi! Let's say I want to retrieve relevant chunks about "X" and I don't want augmented generation by LLM. Just want to retrieve chunks and that's it. What other methods but retriever.retrieve(X) does LlamaIndex propose?

If I must use query engine (with LLM), then I would ask something like: retrieve all information about X , but not sure If it is sufficient.
L
P
2 comments
retriever.retrieve doesn't use the LLM (in most cases anyways, it depends on the retriever)
Add a reply
Sign up and join the conversation on Discord