Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
faiss-cpu==1.7.4
|
2 |
+
langchain==0.0.206
|
3 |
+
langchainplus-sdk==0.0.16
|
4 |
+
numpy==1.23.5
|
5 |
+
openai==0.27.8
|
6 |
+
openapi-schema-pydantic==1.2.4
|
7 |
+
openpyxl==3.1.2
|
8 |
+
pandas==1.5.3
|
9 |
+
python-docx==0.8.11
|
10 |
+
streamlit==1.23.1
|
11 |
+
streamlit-chat==0.0.2.2
|
12 |
+
tiktoken==0.4.0
|
13 |
+
unstructured==0.7.6
|
14 |
+
urllib3==2.0.3
|