Spaces:
Sleeping
Sleeping
added python-dotenv to requirements
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
langchain
|
2 |
langchain-community
|
3 |
langchain-HuggingFace
|
4 |
langchain-text-splitters
|
@@ -14,4 +14,5 @@ unstructured[pdf]
|
|
14 |
gradio
|
15 |
boto3
|
16 |
rich
|
17 |
-
sqlmodel
|
|
|
|
1 |
+
langchain
|
2 |
langchain-community
|
3 |
langchain-HuggingFace
|
4 |
langchain-text-splitters
|
|
|
14 |
gradio
|
15 |
boto3
|
16 |
rich
|
17 |
+
sqlmodel
|
18 |
+
python-dotenv
|