Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chromadb>=0.4.0
|
2 |
+
sentence-transformers
|
3 |
+
tqdm
|
4 |
+
torch
|
5 |
+
gradio==3.41.2
|
6 |
+
openai>=1.0.0
|
7 |
+
google-generativeai>=0.3.0
|
8 |
+
pydantic<2.0.0
|