chore: Add langchain-community to requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -14,9 +14,9 @@ numpy
|
|
14 |
openai-whisper
|
15 |
geopy
|
16 |
langchain
|
|
|
17 |
text_generation
|
18 |
python-dotenv
|
19 |
pydantic-settings
|
20 |
ollama
|
21 |
-
langchain
|
22 |
plotly-express
|
|
|
14 |
openai-whisper
|
15 |
geopy
|
16 |
langchain
|
17 |
+
langchain-community
|
18 |
text_generation
|
19 |
python-dotenv
|
20 |
pydantic-settings
|
21 |
ollama
|
|
|
22 |
plotly-express
|