vanna-ai / vanna

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

Add No-SQL Database Support #408

Open shrijayan opened 2 months ago

shrijayan commented 2 months ago

Description: This feature request proposes adding support for No-SQL databases to the vanna project. No-SQL databases are a type of database that is not based on the relational model. They are a good option for storing data that does not fit well into a relational schema, such as JSON data.

Benefits:

Drawbacks:

Proposed Implementation:

I hope this helps!