vanna icon indicating copy to clipboard operation
vanna copied to clipboard

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.

Results 191 vanna issues
Sort by recently updated
recently updated
newest added

**Describe the bug** when i set ask results to False, follow up questions does not work **To Reproduce** Steps to reproduce the behavior: set followup_questions=True ask_results_correct=False **Expected behavior** folow up...

bug

我在使用ChromaDB_VectorStore.__init__的时候没法设置使用Ollama的嵌入模型,类似这种embeddings = OllamaEmbeddings(base_url="http://127.0.0.1:8000",model="znbang/bge:large-zh-v1.5-f32") 现在的Ollama可以支持LLM和嵌入模型

**Describe the bug** requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) **Error logs/Screenshots** If applicable, add logs/screenshots to give more information about the issue. [2024-03-25 21:13:04,996] ERROR in app:...

bug

consider connecting multiple databases for querying relevant data?

Please use "Issues" for things that can be addressed directly with some kind of code change (i.e. bug fix or feature enhancement). For general advice, questions, etc please use the...

**Is your feature request related to a problem? Please describe.** The text box to ask a question doesn't wrap, meaning longer questions look really weird **Describe the solution you'd like**...

**Is your feature request related to a problem? Please describe.** When Vanna returns a query that is invalid (a column does not exist, for example) or otherwise fails due to...

**Is your feature request related to a problem? Please describe.** So when I use the generate_followup_questions method, it gives out the top 5 stored and cached questions which are always...