Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -26
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio
|
|
|
2 |
faiss-cpu
|
3 |
-
|
4 |
python-dotenv
|
5 |
huggingface_hub
|
6 |
sentence_transformers
|
@@ -8,31 +9,9 @@ langchain-community
|
|
8 |
langchain-groq
|
9 |
langchain_huggingface
|
10 |
langchain-text-splitters
|
11 |
-
langchain-core
|
12 |
spacy
|
13 |
litellm
|
14 |
mistralai
|
15 |
-
pydantic
|
16 |
-
langchain-google-genai
|
17 |
-
langchain
|
18 |
-
chromadb
|
19 |
-
tiktoken
|
20 |
-
tenacity
|
21 |
-
aiohttp
|
22 |
-
pypdf
|
23 |
-
pandas
|
24 |
-
numpy
|
25 |
-
tqdm
|
26 |
-
requests
|
27 |
-
beautifulsoup4
|
28 |
-
transformers
|
29 |
-
torch
|
30 |
-
accelerate
|
31 |
-
fastapi
|
32 |
-
uvicorn
|
33 |
-
python-multipart
|
34 |
-
markdown
|
35 |
-
colorama
|
36 |
-
aiosqlite
|
37 |
-
sqlalchemy
|
38 |
-
pytz
|
|
|
1 |
gradio
|
2 |
+
langchain
|
3 |
faiss-cpu
|
4 |
+
smolagents
|
5 |
python-dotenv
|
6 |
huggingface_hub
|
7 |
sentence_transformers
|
|
|
9 |
langchain-groq
|
10 |
langchain_huggingface
|
11 |
langchain-text-splitters
|
12 |
+
langchain-core==0.3.29
|
13 |
spacy
|
14 |
litellm
|
15 |
mistralai
|
16 |
+
pydantic-ai
|
17 |
+
langchain-google-genai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|