The community member is working on a voice agent/chatbot that can respond to user queries about a product and is looking for best practices for providing documentation access to the agent. They are considering auto-retrieval via function calling, but are curious if there is a recommended approach. In the comments, another community member suggests that depending on the size of the documentation, the community member may want to nest agents/query engines to more accurately pull information from appropriate sections, but there is no explicitly marked answer.
Hi LlamaIndex! I'm working on a voice agent / chatbot that can respond to user queries about a product. Are there any best practices for providing documentation access to the agent? Looking into auto-retrieval via function calling, but curious if there is a recommended approach
Hmm, not really a recommended approach, but depending how big the documentation is, you may want to nest agents/Query engines in order to more accurately pull info from appropriate sections