Skip to content

vanna-ai/vanna-chainlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chainlit + Vanna

Generate SQL using AI using RAG (Retrieval-Augmented Generation)

vanna-chainlit.mp4

Install

pip install vanna
pip install chainlit

Run

Get a Vanna API Key

import vanna as vn

print(vn.get_api_key('my-email@example.com'))

Set this as the VANNA_API_KEY environment variable

Start the User Interface

chainlit run app.py

Learn More About Configuring for your Database

https://github.com/vanna-ai/vanna

About

A chainlit app that you can use to chat with your SQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages