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

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 Francisco is: ")

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

Uploaded Source

Built Distribution

langchain_anthropic-0.2.1-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_anthropic-0.2.1.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for langchain_anthropic-0.2.1.tar.gz
Algorithm Hash digest
SHA256 acc1113274284ccbce708a44b7a154abe282da04df2cdb9bfdad4b1ff34f9ea5
MD5 d85f1e670a4f9b3bd25b7bbf38b06967
BLAKE2b-256 6804e2fb6fe7336346e193ab5dde0f1aca80788c1208e4d508e948fe74ba0ac1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for langchain_anthropic-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fb3e6cc7f7da323326d37ab4d021bdd2e13ce546192fdfa0ae4fcee38e68b1f4
MD5 4244f4651279460a3db4d9a32976ecba
BLAKE2b-256 9875bd6476a1955a33e141b410130333dc6df69aef4ccbb8a5a8edb73a0be32e

See more details on using hashes here.

Provenance

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