Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.0
|
| 2 |
+
chromadb==0.4.15
|
| 3 |
+
langchain==0.1.0
|
| 4 |
+
langchain-community==0.0.10
|
| 5 |
+
openai==1.3.0
|
| 6 |
+
sentence-transformers==2.2.2
|
| 7 |
+
PyPDF2==3.0.1
|
| 8 |
+
python-dotenv==1.0.0
|
| 9 |
+
pandas==2.1.0
|
| 10 |
+
plotly==5.17.0
|
| 11 |
+
networkx==3.2
|
| 12 |
+
pydantic==2.5.0
|
| 13 |
+
tiktoken==0.5.1
|
| 14 |
+
numpy==1.24.3
|
| 15 |
+
scikit-learn==1.3.0
|
| 16 |
+
faiss-cpu==1.7.4
|