Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +40 -40
requirements.txt
CHANGED
@@ -1,41 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
-
|
3 |
-
langchain
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
pandas>=2.2.0
|
26 |
-
numpy>=1.26.4
|
27 |
-
tqdm>=4.66.1
|
28 |
-
requests>=2.31.0
|
29 |
-
beautifulsoup4>=4.12.3
|
30 |
-
transformers>=4.37.2
|
31 |
-
torch>=2.2.0
|
32 |
-
accelerate>=0.27.2
|
33 |
-
pydantic>=2.6.1
|
34 |
-
fastapi>=0.109.2
|
35 |
-
uvicorn>=0.27.1
|
36 |
-
python-multipart>=0.0.9
|
37 |
-
markdown>=3.5.2
|
38 |
-
colorama>=0.4.6
|
39 |
-
aiosqlite>=0.19.0
|
40 |
-
sqlalchemy>=2.0.25
|
41 |
-
pytz>=2024.1
|
|
|
1 |
+
# Existing packages
|
2 |
+
gradio
|
3 |
+
faiss-cpu
|
4 |
+
smolagent
|
5 |
+
python-dotenv
|
6 |
+
huggingface_hub
|
7 |
+
sentence_transformers
|
8 |
+
langchain-community
|
9 |
+
langchain-groq
|
10 |
+
langchain_huggingface
|
11 |
+
langchain-text-splitters
|
12 |
+
langchain-core
|
13 |
+
spacy
|
14 |
+
litellm
|
15 |
+
mistralai
|
16 |
+
pydantic
|
17 |
+
langchain-google-genai
|
18 |
|
19 |
+
# Additional necessary packages
|
20 |
+
langchain
|
21 |
+
chromadb
|
22 |
+
tiktoken
|
23 |
+
tenacity
|
24 |
+
aiohttp
|
25 |
+
pypdf
|
26 |
+
pandas
|
27 |
+
numpy
|
28 |
+
tqdm
|
29 |
+
requests
|
30 |
+
beautifulsoup4
|
31 |
+
transformers
|
32 |
+
torch
|
33 |
+
accelerate
|
34 |
+
fastapi
|
35 |
+
uvicorn
|
36 |
+
python-multipart
|
37 |
+
markdown
|
38 |
+
colorama
|
39 |
+
aiosqlite
|
40 |
+
sqlalchemy
|
41 |
+
pytz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|