Demo for SingleStore Now. Uses SingleStore for vector DB, LlamaIndex for ingestion and indexing, and Gradio for chat interface.
Steps to run:
- Configure the appropriate OpenAI keys and SingleStoreDB username/password/url.
pip install -r requirements.txt
- python index.py
- python app.py