Browse Source

feat: requirements for RAG

Timothy J. Baek 1 year ago
parent
commit
d5aa9e8710
1 changed files with 2 additions and 0 deletions
  1. 2 0
      backend/requirements.txt

+ 2 - 0
backend/requirements.txt

@@ -16,5 +16,7 @@ aiohttp
 peewee
 bcrypt
 
+chromadb
+
 PyJWT
 pyjwt[crypto]