mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
Extraction with Anthropic Function Calling
This template enables Anthropic function calling. This is a wrapper around Anthropic's API that uses prompting and output parsing to replicate the OpenAI functions experience.
Specify the information you want to extract in chain.py
By default, it will extract the title and author of papers.
LLM
This template will use Claude2 by default.
Be sure that ANTHROPIC_API_KEY is set in your environment.
Environment variables
You need to define the following environment variable
ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY>