Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
langchain
|
3 |
+
pandas
|
4 |
+
PyPDF2
|
5 |
+
python-dotenv
|
6 |
+
Requests
|
7 |
+
sentence_transformers
|
8 |
+
streamlit
|
9 |
+
streamlit_chat
|
10 |
+
gradio
|
11 |
+
pinecone-client
|
12 |
+
#unstructured
|
13 |
+
pypdf
|