Spaces:
Sleeping
Sleeping
Ahmad-Moiz
commited on
Commit
•
99a672e
1
Parent(s):
4cc12a7
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==1.4.3
|
2 |
+
fastapi==0.85.2
|
3 |
+
langchain==0.0.141
|
4 |
+
python-multipart==0.0.6
|
5 |
+
uvicorn==0.18.3
|
6 |
+
openai==0.27.0
|
7 |
+
tiktoken==0.3.1
|
8 |
+
faiss-cpu==1.7.3
|
9 |
+
huggingface-hub==0.12.0
|
10 |
+
anthropic==0.2.6
|
11 |
+
llama-cpp-python==0.1.32
|
12 |
+
pypdf==3.7.1
|
13 |
+
filetype==1.2.0
|
14 |
+
altair==4.2.2
|
15 |
+
tokenizers==0.13.3
|
16 |
+
sentence-transformers==2.2.2
|
17 |
+
scikit-learn==1.2.1
|
18 |
+
llama-index==0.4.35.post1
|
19 |
+
streamlit==1.21.0
|
20 |
+
gpt-index==0.5.16
|
21 |
+
faiss-cpu==1.7.3
|