Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
langchain-openai==0.1.0
|
2 |
-
langchain-community==0.0.
|
3 |
langgraph==0.0.31
|
4 |
-
langchain-core==0.1.
|
5 |
-
langchain-text-splitters==0.0.1
|
6 |
pydantic==2.7.0
|
7 |
-
chromadb==0.4.24
|
8 |
-
streamlit==1.34.0
|
9 |
-
requests==2.32.3
|
10 |
-
typing-extensions==4.11.0
|
|
|
|
1 |
+
langchain-openai==0.1.0
|
2 |
+
langchain-community==0.0.35
|
3 |
langgraph==0.0.31
|
4 |
+
langchain-core==0.1.45
|
5 |
+
langchain-text-splitters==0.0.1
|
6 |
pydantic==2.7.0
|
7 |
+
chromadb==0.4.24
|
8 |
+
streamlit==1.34.0
|
9 |
+
requests==2.32.3
|
10 |
+
typing-extensions==4.11.0
|
11 |
+
tiktoken==0.5.2
|