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

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** I just ran into a problem when Vanna.ai tried to make a pretty big request to answer a single question:...

``` def connect_to_postgres( self, host: str = None, dbname: str = None, user: str = None, password: str = None, port: int = None, ): """ Connect to postgres using...

I have a requirement to connect Vanna.ai to a PowerBI model. Is there any option to connect to an already created PowerBI model? Or is there any other methodology supported...

**Describe the bug** I built Vanna on my company's desktop successfully, and it can return tsql code by ollama, but it can't run tsql code with throughout 'Couldn't run sql:...

bug

similar to chatgpt in multiple rounds of questioning in one session? Instead of opening a new session for each question? The current page does not support asking the context.

bug

When the table name and field name are abbreviated, it is not possible to find the corresponding table name and field according to the remarks description

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

The relevance search is depicted in a green box, not a red box.

**Is your feature request related to a problem? Please describe.** Although OpenAI API access is supported, there is no direct way to edit the URL of another OpenAI-compatible service like...