MindSQL
                                
                                
                                
                                    MindSQL copied to clipboard
                            
                            
                            
                        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 nat...
https://github.com/batou9150/ask_bigquery is something im use in this moment, but MindSQL is better structured, but i need a template may be for begin Can u share something like that?
## Description When instantiating `mindsql.llms.OpenAi`, the config parameter can only contain parameters to OpenAI's client constructor. This does not include `model` which must be passed to `client.chat.completions.create`. In MindSQL's `OpenAi.invoke`,...
 The output of LLM is error. How can I deal with it? Thanks for your answers.
Thanks for your great work! I meet the value error. How can I deal with it? Thanks!
## Description Trying to run the first command and it fails on my M2 Macbook with python 3.11.1 ## Expected Behavior Install should work. ## Current Behavior (.venv) jorge@Jorges-MacBook-Pro-M2-555 aibot...
### Description This PR introduces the integration of SQL Server support within the mindsql module. A new SQLServer class has been added, providing a comprehensive set of methods for connecting...
How can I call a local model, such as using ollama
hii i have tired you code with my database and i just asked "department wise avg salary of employe?" it is not working on this
ERROR: Cannot install mindsql==0.1.1, mindsql==0.1.2, mindsql==0.1.3, mindsql==0.2.0 and mindsql==0.2.1 because these package versions have conflicting dependencies. The conflict is caused by: mindsql 0.2.1 depends on pysqlite3-binary=0.5.2.post3 mindsql 0.2.0 depends on...
Hi, I am wondering how this work can use other LLM api? How to change the base_url ?