nightfury commited on
Commit
48b7bfb
·
verified ·
1 Parent(s): 24a4875

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- #chromadb #==0.3.17
2
- #fastapi #==0.95.1
3
  #langchain #==0.0.132
4
- #python-dotenv #==1.0.0
5
 
6
- langchain==0.0.132
7
- fastapi==0.95.1
8
- python-dotenv==1.0.0
 
9
 
10
  #pydantic-settings
11
 
 
1
+ chromadb #==0.3.17
2
+ fastapi #==0.95.1
3
  #langchain #==0.0.132
4
+ python-dotenv #==1.0.0
5
 
6
+ langchain #==0.0.132
7
+ #fastapi==0.95.1
8
+ #python-dotenv==1.0.0
9
+ pydantic
10
 
11
  #pydantic-settings
12