Spaces:
Running
Running
Jatin Mehra
commited on
Commit
·
f50be30
1
Parent(s):
eb07e3c
Update requirements.txt to include additional dependencies for project functionality
Browse files- requirements.txt +13 -6
requirements.txt
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
langchain-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pymupdf
|
2 |
+
langchain
|
3 |
+
langchain-groq
|
4 |
+
langchain_community
|
5 |
+
python-dotenv
|
6 |
+
groq
|
7 |
+
fastapi
|
8 |
+
uvicorn
|
9 |
+
python-multipart
|
10 |
+
pydantic
|
11 |
+
faiss-cpu
|
12 |
+
sentence-transformers
|
13 |
+
tavily-python
|