Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 585 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 585 Bytes

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('[email protected]'))

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