Skip to content

Commit a4106bf

Browse files
committed
ML/LLM: Update LangChain support dependencies
google-cloud-aiplatform<2 langchain-google-vertexai<2 langchain-openai<0.2 unstructured<0.15
1 parent a00262e commit a4106bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

topic/machine-learning/llm-langchain/requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ cratedb-toolkit==0.0.12
55

66
# langchain[cratedb,openai]==0.0.354
77
# langchain-community==0.0.8
8-
langchain-openai==0.0.6
8+
9+
google-cloud-aiplatform<2
10+
langchain-google-vertexai<2
11+
langchain-openai<0.2
912
pueblo[cli,nlp]>=0.0.7
1013
pydantic>=1,<3
1114
pypdf<5
1215
python-dotenv<2
1316
requests<3
1417
requests-cache<2
1518
sqlalchemy==2.*
16-
unstructured<0.12
17-
google-cloud-aiplatform
18-
langchain-google-vertexai
19+
unstructured<0.15
1920

2021
# Development.
2122
# cratedb-toolkit @ git+https://github.com/crate-workbench/cratedb-toolkit.git@main

0 commit comments

Comments
 (0)