Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
+
langchain>=0.0.330
|
| 3 |
+
faiss-cpu>=1.7.4
|
| 4 |
+
sentence-transformers>=2.2.2
|
| 5 |
+
openai>=1.3.0
|
| 6 |
+
python-dotenv>=1.0.0
|
| 7 |
+
tiktoken>=0.5.1
|
| 8 |
+
huggingface-hub>=0.19.4
|