Phoenix21 commited on
Commit
12166f8
·
verified ·
1 Parent(s): d7a56c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +40 -16
requirements.txt CHANGED
@@ -1,17 +1,41 @@
1
- gradio
2
- langchain
3
- faiss-cpu
4
- smolagents
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==0.3.29
13
- spacy
14
- litellm
15
- mistralai
16
- pydantic-ai
17
- langchain-google-genai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ gradio>=4.19.2
3
+ langchain-faiss-cpu>=0.0.5
4
+ smolagent>=0.0.5
5
+ python-dotenv>=1.0.0
6
+ huggingface_hub>=0.20.3
7
+ sentence_transformers>=2.5.1
8
+ langchain-community>=0.0.13
9
+ langchain-groq>=0.0.6
10
+ langchain_huggingface>=0.0.9
11
+ langchain-text-splitters>=0.0.1
12
  langchain-core==0.3.29
13
+ spacy>=3.7.4
14
+ litellm>=1.21.0
15
+ mistralai>=0.1.3
16
+ pydantic-ai>=0.0.1
17
+ langchain-google-genai>=0.0.11
18
+
19
+ langchain>=0.1.0
20
+ chromadb>=0.4.22
21
+ tiktoken>=0.6.0
22
+ tenacity>=8.2.3
23
+ aiohttp>=3.9.3
24
+ pypdf>=4.0.1
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