WafaaFraih commited on
Commit
0a9e2eb
·
verified ·
1 Parent(s): e09b93a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -10
requirements.txt CHANGED
@@ -1,17 +1,23 @@
1
  fastapi==0.115.0
2
- uvicorn==0.30.6
3
- pydantic==2.9.2
4
- groq==0.9.0
5
- openai==1.40.0
6
- httpx==0.27.0
 
7
  google-generativeai==0.8.3
8
- huggingface-hub==0.25.2
9
- langchain-core==0.3.10
 
10
  langchain-text-splitters==0.3.0
11
- langchain-community==0.3.1
12
  chromadb==0.5.15
13
  sentence-transformers==3.1.1
 
 
14
  datasets==3.0.1
 
 
 
15
  rank-bm25==0.2.2
16
- rapidfuzz==3.10.0
17
- python-dotenv==1.0.1
 
1
  fastapi==0.115.0
2
+ uvicorn[standard]==0.30.6
3
+ pydantic==2.9.0
4
+ python-dotenv==1.0.1
5
+
6
+ # LLM
7
+ groq==0.11.0
8
  google-generativeai==0.8.3
9
+
10
+ # RAG
11
+ langchain-core==0.3.0
12
  langchain-text-splitters==0.3.0
13
+ langchain-community==0.3.0
14
  chromadb==0.5.15
15
  sentence-transformers==3.1.1
16
+
17
+ # Data
18
  datasets==3.0.1
19
+ huggingface-hub==0.25.1
20
+
21
+ # Search
22
  rank-bm25==0.2.2
23
+ rapidfuzz==3.10.0