Spaces:
Runtime error
Runtime error
HarshSanghavi
commited on
Commit
•
c38460d
1
Parent(s):
207ae44
Update requirements.txt
Browse files- requirements.txt +19 -18
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
fastapi
|
4 |
-
uvicorn
|
5 |
-
langchain
|
6 |
-
pymongo
|
7 |
-
certifi
|
8 |
-
langchain_community
|
9 |
-
langchain_mongodb
|
10 |
-
langchain_openai
|
11 |
-
openai
|
12 |
-
presidio-analyzer
|
13 |
-
presidio-anonymizer
|
14 |
-
langchain-experimental
|
15 |
-
faker
|
16 |
-
spacy
|
17 |
-
faiss-cpu
|
18 |
-
datasets
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
fastapi
|
4 |
+
uvicorn
|
5 |
+
langchain
|
6 |
+
pymongo
|
7 |
+
certifi
|
8 |
+
langchain_community
|
9 |
+
langchain_mongodb
|
10 |
+
langchain_openai
|
11 |
+
openai
|
12 |
+
presidio-analyzer
|
13 |
+
presidio-anonymizer
|
14 |
+
langchain-experimental
|
15 |
+
faker
|
16 |
+
spacy
|
17 |
+
faiss-cpu
|
18 |
+
datasets
|
19 |
+
python-dotenv
|