Find answers from the community

Updated 3 months ago

Does llama index support agent that can

Does llama index support agent that can read data from and write data to a SQL db (postgres , sqlite, etc.)?
L
t
5 comments
There are a few tools on llama-hub

But its also very easy to wrap any function into a FunctionTool
the import is outdated: from llama_index.tools.database import DatabaseToolSpec


do you know where this went?

from llama_index.core.tools.database import DatabaseToolSpec does not work either
It's not outdated, just have to install it
pip install llama-index-tools-database
Add a reply
Sign up and join the conversation on Discord