Find answers from the community

Updated 3 months ago

Hello! I have started using LlamaIndex

Hello! I have started using LlamaIndex and i created a small rag pipeline using two QueryEngineTools for two different datasets and its working great. The app chooses correctly which tool to use its time and responds correctly, but i want to add a web search tool, like TavilyToolSpec, for information it cant retrieve from the two datasets. Trying to add this tool to the agent, always yields errors with the metadata or query. How can i combine these two different types of tools?
L
k
5 comments
what error are you seeing?
List object has no attribute metadata. To clarify, i want to use TavilyToolSpec. I am loading it, and use .to_tool_list() on it. Then, I am passing it to an OpenAIAgent together with a QueryEngineTool
but when i give a query, i get this error i mentioned
Sorry, i fixed that. It was a dumb mistake.
Add a reply
Sign up and join the conversation on Discord