Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Does llama index support agent that can
Does llama index support agent that can
Inactive
0
Follow
t
tarpus
10 months ago
Β·
Does llama index support agent that can read data from and write data to a SQL db (postgres , sqlite, etc.)?
L
t
5 comments
Share
Open in Discord
L
Logan M
10 months ago
There are a few tools on llama-hub
But its also very easy to wrap any function into a
FunctionTool
L
Logan M
10 months ago
This one allows for reads at least
https://llamahub.ai/l/tools/llama-index-tools-database?from=tools
t
tarpus
10 months ago
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
L
Logan M
10 months ago
It's not outdated, just have to install it
L
Logan M
10 months ago
pip install llama-index-tools-database
Add a reply
Sign up and join the conversation on Discord
Join on Discord