Skip to content

Commit a1da104

Browse files
authored
ML/LLM: Optimize LangChain installation extras (#497)
LangChain does not provide `extra` labels for community dependencies any longer.
1 parent 65c4266 commit a1da104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ unstructured<0.15
1717

1818
# Development.
1919
# cratedb-toolkit @ git+https://github.com/crate-workbench/cratedb-toolkit.git@main
20-
langchain[cratedb,openai] @ git+https://github.com/crate-workbench/langchain.git@cratedb#subdirectory=libs/langchain
20+
langchain @ git+https://github.com/crate-workbench/langchain.git@cratedb#subdirectory=libs/langchain
2121
langchain-community @ git+https://github.com/crate-workbench/langchain.git@cratedb#subdirectory=libs/community
2222
# pueblo[cli,fileio,nlp] @ git+https://github.com/pyveci/pueblo.git@main

0 commit comments

Comments
 (0)