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.
The context window in Llama is set to 512 by default. This can cause the prompt size to exceed the context window size if the DB schema is large enough.
It would be great if custom configuration for the Llama function from LlamaCpp can be passed in the config object for better control.
The context window in Llama is set to 512 by default. This can cause the prompt size to exceed the context window size if the DB schema is large enough.
It would be great if custom configuration for the Llama function from LlamaCpp can be passed in the config object for better control.