mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 03:01:29 +00:00
add optional dependencies
This commit is contained in:
parent
cfa56be510
commit
3898048b49
@ -25,6 +25,22 @@ version = "0.3.17"
|
|||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
community = ["langchain-community"]
|
||||||
|
anthropic = ["langchain-anthropic"]
|
||||||
|
openai = ["langchain-openai"]
|
||||||
|
cohere = ["langchain-cohere"]
|
||||||
|
google-vertexai = ["langchain-google-vertexai"]
|
||||||
|
google-genai = ["langchain-google-genai"]
|
||||||
|
fireworks = ["langchain-fireworks"]
|
||||||
|
ollama = ["langchain-ollama"]
|
||||||
|
together = ["langchain-together"]
|
||||||
|
mistralai = ["langchain-mistralai"]
|
||||||
|
huggingface = ["langchain-huggingface"]
|
||||||
|
groq = ["langchain-groq"]
|
||||||
|
aws = ["langchain-aws"]
|
||||||
|
deepseek = ["langchain-deepseek"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||||
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D0%22&expanded=true"
|
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D0%22&expanded=true"
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user