Kareman commited on
Commit
982648e
·
1 Parent(s): cc69f32

fix(requirements)

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,22 +1,22 @@
1
- fastapi==0.116.1
2
- uvicorn==0.35.0
3
 
4
  # Database & models
5
- sqlmodel==0.0.24
6
- SQLAlchemy==2.0.43
7
 
8
  # Authentication
9
- python-jose==3.3.0
10
- passlib[bcrypt]==1.7.4
11
 
12
  # Environment variables
13
- python-dotenv==1.0.1
14
 
15
  # LangChain & RAG
16
- langchain==0.3.27
17
- langchain-community==0.3.29
18
- langchain-openai==0.3.33
19
- sentence-transformers==2.7.0
20
- chromadb==1.0.21
21
- pypdf==4.2.0
22
- numpy==1.26.4
 
1
+ fastapi
2
+ uvicorn
3
 
4
  # Database & models
5
+ sqlmodel
6
+ SQLAlchemy
7
 
8
  # Authentication
9
+ python-jose
10
+ passlib[bcrypt]
11
 
12
  # Environment variables
13
+ python-dotenv
14
 
15
  # LangChain & RAG
16
+ langchain
17
+ langchain-community
18
+ langchain-openai
19
+ sentence-transformers
20
+ chromadb
21
+ pypdf
22
+ numpy