ソースを参照

feat: requirements for RAG

Timothy J. Baek 1 年間 前
コミット
d5aa9e8710
1 ファイル変更2 行追加0 行削除
  1. 2 0
      backend/requirements.txt

+ 2 - 0
backend/requirements.txt

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