Spaces:
Runtime error
Runtime error
scholarly360
commited on
Commit
•
670a315
1
Parent(s):
8a5fdb5
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pymupdf
|
2 |
+
#llama-index
|
3 |
+
sentence-transformers
|
4 |
+
chromadb
|
5 |
+
st-annotated-text
|
6 |
+
#rank-bm25
|
7 |
+
langchain
|
8 |
+
huggingface_hub
|
9 |
+
openai
|
10 |
+
#openai==0.28
|
11 |
+
FlagEmbedding
|
12 |
+
https://huggingface.co/spacy/en_core_web_md/resolve/main/en_core_web_md-any-py3-none-any.whl
|
13 |
+
tiktoken
|
14 |
+
rank_bm25
|
15 |
+
#faiss-cpu
|