This documentation page is also available as an interactive notebook. You can launch the notebook in
Kaggle or Colab, or download it for use with an IDE or local Jupyter installation, by clicking one of the
above links.
Pixeltable’s Anthropic integration enables you to access Anthropic’s
Claude LLM via the Anthropic API.
Prerequisites
Important notes
- Anthropic usage may incur costs based on your Anthropic plan.
- Be mindful of sensitive data and consider security measures when
integrating with external services.
First you’ll need to install required libraries and enter an Anthropic
API key.
Now let’s create a Pixeltable directory to hold the tables for our demo.
Created directory ‘anthropic_demo’.
<pixeltable.catalog.dir.Dir at 0x3149b2b10>
Messages
Create a Table: In Pixeltable, create a table with columns to represent
your input data and the columns where you want to store the results from
Anthropic.
Created table ‘chat’.
Added 0 column values with 0 errors.
No rows affected.
Added 0 column values with 0 errors.
No rows affected.
Inserting rows into `chat`: 1 rows [00:00, 203.87 rows/s]
Inserted 1 row with 0 errors.
Learn More
To learn more about advanced techniques like RAG operations in
Pixeltable, check out the RAG Operations in
Pixeltable
tutorial.
If you have any questions, don’t hesitate to reach out.