Browse Source

feat: requirements for RAG

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
d5aa9e8710
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      backend/requirements.txt

+ 2 - 0
backend/requirements.txt

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