vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.98k stars 737 forks source link

Allow setting custom `schema` when connecting to Postgress #542

Open Korayem opened 2 weeks ago

Korayem commented 2 weeks ago

Is your feature request related to a problem? Please describe. I tried adding schema param to connect_to_postgres() but Vanna threw an error that it doesnt support it

Describe the solution you'd like Add a new param schema to connect_to_postgres() for when I want to connect to a different schema within the same DB

Describe alternatives you've considered No alternative except running multiple databases which increases the cost

Additional context none at the moment