Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -5,6 +5,8 @@ numpy<2.0.0
|
|
5 |
|
6 |
# LangChain ecosystem
|
7 |
langchain>=0.1.0
|
|
|
|
|
8 |
langchain-openai>=0.0.2
|
9 |
|
10 |
# Vector database and embeddings
|
|
|
5 |
|
6 |
# LangChain ecosystem
|
7 |
langchain>=0.1.0
|
8 |
+
langchain-core>=0.1.0
|
9 |
+
langchain-community>=0.0.10
|
10 |
langchain-openai>=0.0.2
|
11 |
|
12 |
# Vector database and embeddings
|