Find answers from the community

Updated 3 months ago

Hello Logan M is it possible to defined

Hello, is it possible to defined a query indexes for multiple tables instead of just using one table. I tried one which uses SQLDatabaseChain on one table it seems to work perfectly fine. But the one that talks about Indexing (Many Tables) many tables wit SQLTableRetrieverQueryEngine is giving very worse results. Is there a way I can improve on this ?
L
1 comment
Many tables are actually supported out of the box!

I have used the SQL index on a db with 3 tables, it it wrote join queries to retrieve across tables.

Or, you could use the tool approach that wey suggested πŸ™‚
Add a reply
Sign up and join the conversation on Discord