This website works better with JavaScript
Home
Explore
Help
Register
Sign In
OpenSource
/
open-webui
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat: requirements for RAG
Timothy J. Baek
1 year ago
parent
d70abafab2
commit
d5aa9e8710
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
backend/requirements.txt
+ 2
- 0
backend/requirements.txt
View File
@@ -16,5 +16,7 @@ aiohttp
peewee
bcrypt
+chromadb
+
PyJWT
pyjwt[crypto]