Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
faiss-cpu
|
3 |
+
numpy
|
4 |
+
langchain
|
5 |
+
langchain_community
|
6 |
+
langchain_anthropic
|
7 |
+
PyPDF2
|
8 |
+
sentence-transformers
|
9 |
+
langchain_huggingface
|
10 |
+
anthropic
|