michaelwechner
commited on
Commit
·
acd93cd
1
Parent(s):
7206760
langchain-core upgraded and unstructured added
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,7 +15,7 @@ jsonpatch==1.33
|
|
15 |
jsonpickle==3.0.4
|
16 |
langchain==0.1.16
|
17 |
langchain-community==0.0.34
|
18 |
-
langchain-core==0.1.
|
19 |
langchain-text-splitters==0.0.1
|
20 |
langsmith==0.1.49
|
21 |
marshmallow==3.21.1
|
@@ -25,3 +25,4 @@ orjson==3.10.1
|
|
25 |
tenacity==8.2.3
|
26 |
tiktoken==0.6.0
|
27 |
typing-inspect==0.9.0
|
|
|
|
15 |
jsonpickle==3.0.4
|
16 |
langchain==0.1.16
|
17 |
langchain-community==0.0.34
|
18 |
+
langchain-core==0.1.46
|
19 |
langchain-text-splitters==0.0.1
|
20 |
langsmith==0.1.49
|
21 |
marshmallow==3.21.1
|
|
|
25 |
tenacity==8.2.3
|
26 |
tiktoken==0.6.0
|
27 |
typing-inspect==0.9.0
|
28 |
+
unstructured==0.11.8
|