Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,8 +7,9 @@ langchain #==0.0.132
|
|
7 |
#fastapi==0.95.1
|
8 |
#python-dotenv==1.0.0
|
9 |
pydantic
|
|
|
10 |
langchain-community
|
11 |
-
sentence_transformers
|
12 |
|
13 |
#pydantic-settings
|
14 |
|
|
|
7 |
#fastapi==0.95.1
|
8 |
#python-dotenv==1.0.0
|
9 |
pydantic
|
10 |
+
langchain-huggingface
|
11 |
langchain-community
|
12 |
+
#sentence_transformers
|
13 |
|
14 |
#pydantic-settings
|
15 |
|