Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
beautifulsoup4
|
4 |
+
faiss-cpu
|
5 |
+
chromadb
|
6 |
+
validators
|
7 |
+
sentence_transformers
|
8 |
+
typing-extensions==4.8.0
|
9 |
+
unstructured
|
10 |
+
gradio==3.48.0
|
11 |
+
boto3
|