Mindinventory / MindSQL

MindSQL: A Python Text-to-SQL RAG Library simplifying database interactions. Seamlessly integrates with PostgreSQL, MySQL, SQLite, Snowflake, and BigQuery. Powered by GPT-4 and Llama 2, it enables natural language queries. Supports ChromaDB and Faiss for context-aware responses.
https://www.mindinventory.com/text-to-sql-mindsql.php?utm_source=sampromotiion&utm_medium=Button&utm_campaign=sampromotion&utm_id=sampromotion&utm_term=sampromotiion&utm_content=sampromotiion
GNU General Public License v3.0
224 stars 18 forks source link

Which language does MindSQL support? #17

Closed kuazhangxiaoai closed 3 months ago

kuazhangxiaoai commented 3 months ago

Which language does MindSQL support? How can I employ the MindSQL to other language?

Thanks for your answers.

ishika-mi commented 3 months ago

@kuazhangxiaoai

To employ MindSQL in another language, you would typically need to create a wrapper or interface that allows your preferred language to interact with the MindSQL library, which is written in Python Programming Language.