You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-langchain-anthropic-0.3.12-1.lbn36.noarch

python3-langchain-anthropic-0.3.12-1.lbn36.noarch

Package Attributes
RPM  python3-langchain-anthropic-0.3.12-1.lbn36.noarch.rpm Architecture  noarch Size  234290 Created  2025/05/13 02:04:19 UTC
Package Specification
Summary An integration package connecting AnthropicMessages and LangChain
Group Unspecified
License ZPL
Home Page https://pypi.org/project/langchain-anthropic
Description

langchain-anthropic This package contains the LangChain integration for Anthropic's generative models. Installation pip install -U langchain-anthropic Chat Models Anthropic recommends using their chat models over text completions. You can see their recommended models here. To use, you should have an Anthropic API key configured. Initialize the model as: from langchain_anthropic import ChatAnthropic from langchain_core.messages import AIMessage, HumanMessage

model = ChatAnthropic(model="claude-3-opus-20240229", temperature=0, max_tokens=1024)

Define the input message message = HumanMessage(content="What is the capital of France?") Generate a response using the model response = model.invoke([message]) For a more detailed walkthrough see here. LLMs (Legacy) You can use the Claude 2 models for text completions. from langchain_anthropic import AnthropicLLM

model = AnthropicLLM(model="claude-2.1", temperature=0, max_tokens=1024) response = model.invoke("The best restaurant in San Francisc

Requires
(python3.10dist(anthropic) < 1~~ with python3.10dist(anthropic) >= 0.49)  
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
(python3.10dist(langchain-core) < 1~~ with python3.10dist(langchain-core) >= 0.3.53)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(RichDependencies)  
rpmlib(FileDigests)  
rpmlib(TildeInVersions)  
(python3.10dist(pydantic) < 3~~ with python3.10dist(pydantic) >= 2.0.1)  
Provides
python-langchain-anthropic
python3-langchain-anthropic
python3.10-langchain-anthropic
python3.10dist(langchain-anthropic)
python3dist(langchain-anthropic)
Obsoletes
python-langchain-anthropic

Document Actions