Skip to main content

An integration package connecting AnthropicMessages and LangChain

Project description

langchain-anthropic

This package contains the LangChain integration for Anthropic's generative models.

Installation

pip install -U langchain-anthropic

Chat Models

API Model Name Model Family
claude-instant-1.2 Claude Instant
claude-2.1 Claude
claude-2.0 Claude

To use, you should have an Anthropic API key configured. Initialize the model as:

from langchain_anthropic import ChatAnthropicMessages
from langchain_core.messages import AIMessage, HumanMessage

model = ChatAnthropicMessages(model="claude-2.1", 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_anthropic-0.1.1.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

langchain_anthropic-0.1.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file langchain_anthropic-0.1.1.tar.gz.

File metadata

  • Download URL: langchain_anthropic-0.1.1.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for langchain_anthropic-0.1.1.tar.gz
Algorithm Hash digest
SHA256 59b25b6cccc5c9c565e1b3a663e58c41fc93b0d5194500d4c78933e4a3962711
MD5 952fab756d08b6b2ebde0eb918e16a0d
BLAKE2b-256 54918cc9692e677244c90da11f2b6786a8be454f3c50e9238e9af1ee888a9e25

See more details on using hashes here.

File details

Details for the file langchain_anthropic-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_anthropic-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 566532a010b162d836fb716168012d31a38e9dfdb773b18f3124af758939001b
MD5 08fc413b74cbc8cbf40b38108f7fdaad
BLAKE2b-256 ae43b3df877c6b2908b80efabc90367043927c0f919d8cc1ba86f5102957c276

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page