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.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_anthropic-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 2ecfb58c3de43819b634836f22d762a6943a4509022ec04a685c64668571e0f3
MD5 d1402762963b01c6d8db80112b38c0f8
BLAKE2b-256 5dcfebf21be7a5f65e911d558343cd06d9989934a4df8cc87b875190980a5ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_anthropic-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c4a403dd5ed3e92a4c1dc358f128c00a6836a3cc259256a906c02c439d54505
MD5 1cf02e58697fe2422abbc351da8aec03
BLAKE2b-256 c8dd039a883c95a749799bd16510061cd6e925ef4469d474b59abe6d0559fb0f

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