Find answers from the community

Updated 2 months ago

llama_docs_bot/3_eval_baseline/3_eval_ba...

Question on using QueryEngineTools reference -> https://github.com/run-llama/llama_docs_bot/blob/main/3_eval_baseline/3_eval_basline.ipynb
In the sample, all the indices are VectorStoreIndex and the description just references the content topics. What if we have a collection of VectorStoreIndex and a collection of SummaryIndex? Does putting "Vector Index" or "Summary Index" in the description mean anything to the LLM is it a bad idea to mix index types in this way?
L
t
2 comments
Yea, the descriptions are critical for the LLM to pick the right tool

The description should accurately describe what that tool is useful for
ok thanks for your thoughts!
Add a reply
Sign up and join the conversation on Discord