Help with Llama-index agents
#3
by
dariodaddaturres
- opened
Hello,
is somebody using Llama-index agents?
It is quite easy to use:
- wiki_tool_spec = WikipediaToolSpec()
- duck_tool_spec = DuckDuckGoSearchToolSpec()
I have difficulties with other tools.
Do you know how to read video, images and excel?
I see that in https://llamahub.ai/ there are several tools. But not clear to me how to use.
Can you point me to documentation?