Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
numpy>=1.20.0
|
3 |
+
gradio>=3.50.0
|
4 |
+
pymupdf>=1.22.0
|
5 |
+
langchain>=0.0.207
|
6 |
+
langchain_community>=0.0.1
|
7 |
+
sentence-transformers>=2.2.2
|
8 |
+
faiss-cpu>=1.7.4
|
9 |
+
huggingface_hub>=0.16.4
|
10 |
+
llama-cpp-python>=0.2.11
|
11 |
+
transformers>=4.32.0
|
12 |
+
rank_bm25>=0.2.2
|
13 |
+
nltk>=3.8
|
14 |
+
chroma-core
|