srivathsa96 commited on
Commit
92b0fee
·
verified ·
1 Parent(s): 9bff473

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -6
requirements.txt CHANGED
@@ -1,11 +1,22 @@
1
  fastapi
2
  uvicorn
3
- langchain-groq
4
- langchain-community
5
- langchain-text-splitters
 
 
 
6
  langchain-core
7
- sentence-transformers
 
 
8
  faiss-cpu
9
  pypdf
10
- python-dotenv
11
- python-multipart
 
 
 
 
 
 
 
1
  fastapi
2
  uvicorn
3
+ python-multipart
4
+ python-dotenv
5
+ pydantic
6
+ typing_extensions
7
+
8
+ langchain
9
  langchain-core
10
+ langchain-community
11
+ langchain-groq
12
+
13
  faiss-cpu
14
  pypdf
15
+ sentence-transformers
16
+
17
+ unstructured
18
+ unstructured[pdf]
19
+ huggingface-hub
20
+
21
+ requests
22
+