Demo LLM app with RAG for the YouTube video.
🚨 NOTE: Requires Python > 3.10
with SQLite > 3.35
Watch the video 👇
Create virtualenv and install dependencies.
make setup
make run
Check for linting rule violations:
make check
Auto-fix linting violations:
make fix
make
# OR
make help
- If you run into any errors with incompatible version of ChromaDB/Sqlite3, refer to this solution.