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