langchain/templates/extraction-anthropic-functions/README.md
2023-10-28 22:13:22 -07:00

545 B

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 enviorment.