Abeshith commited on
Commit
03a93a5
·
1 Parent(s): 945dc2a

Update requirements.txt with specific versions from pyproject.toml

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -22
requirements.txt CHANGED
@@ -1,22 +1,20 @@
1
- arxiv
2
- chromadb
3
- faiss-cpu
4
- fastembed
5
- fastapi
6
- flashrank
7
- google-generativeai
8
- jinja2
9
- langchain
10
- langchain-chroma
11
- langchain-community
12
- langchain-google-genai
13
- langchain-groq
14
- langgraph
15
- pypdf
16
- python-dotenv
17
- python-multipart
18
- rapidocr-onnxruntime
19
- tiktoken
20
- uvicorn
21
-
22
- langchain-core
 
1
+ arxiv>=2.3.1
2
+ chromadb>=1.3.5
3
+ faiss-cpu>=1.13.0
4
+ fastembed>=0.7.3
5
+ fastapi>=0.115.0
6
+ flashrank>=0.2.10
7
+ google-generativeai>=0.8.3
8
+ jinja2>=3.1.0
9
+ langchain>=0.3.0
10
+ langchain-chroma>=0.1.0
11
+ langchain-community>=0.3.0
12
+ langchain-google-genai>=2.0.5
13
+ langchain-groq>=0.2.0
14
+ langgraph>=0.2.0
15
+ pypdf>=6.4.0
16
+ python-dotenv>=1.2.1
17
+ python-multipart>=0.0.20
18
+ rapidocr-onnxruntime>=1.4.4
19
+ tiktoken>=0.12.0
20
+ uvicorn>=0.34.0