We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
model-profiles
1 parent 0a44264 commit f006bc4Copy full SHA for f006bc4
libs/langchain_v1/pyproject.toml
@@ -18,10 +18,11 @@ description = "Building applications with LLMs through composability"
18
readme = "README.md"
19
20
[project.optional-dependencies]
21
+model-profiles = ["langchain-model-profiles"]
22
community = ["langchain-community"]
23
anthropic = ["langchain-anthropic"]
24
openai = ["langchain-openai"]
-#azure-ai = ["langchain-azure-ai"]
25
+azure-ai = ["langchain-azure-ai"]
26
#cohere = ["langchain-cohere"]
27
google-vertexai = ["langchain-google-vertexai"]
28
google-genai = ["langchain-google-genai"]
0 commit comments