소스 검색

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]