NaimaAqeel commited on
Commit
e9e8a87
·
verified ·
1 Parent(s): c4f7f00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -3,7 +3,6 @@ uvicorn==0.18.2
3
  langchain==0.2.1
4
  langchain-community==0.2.1
5
  langchain-text-splitters==0.2.0
6
- langsmith==0.1.63
7
  faiss-cpu==1.7.2
8
  huggingface-hub==0.23.1
9
  transformers==4.18.0
@@ -11,7 +10,8 @@ PyMuPDF==1.24.4
11
  python-docx==0.8.11
12
  sentence-transformers==2.2.2
13
  gradio==3.1.4
14
-
 
15
 
16
 
17
 
 
3
  langchain==0.2.1
4
  langchain-community==0.2.1
5
  langchain-text-splitters==0.2.0
 
6
  faiss-cpu==1.7.2
7
  huggingface-hub==0.23.1
8
  transformers==4.18.0
 
10
  python-docx==0.8.11
11
  sentence-transformers==2.2.2
12
  gradio==3.1.4
13
+ httpx==0.23.0
14
+ httpcore==0.15.0
15
 
16
 
17