Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or use MindsDB Cloud.
- To use Anthropic within MindsDB, install the required dependencies following this instruction.
- Obtain the Anthropic API key required to deploy and use Anthropic models within MindsDB. Follow the instructions for obtaining the API key.
Setup
Create an AI engine from the Anthropic handler.anthropic_engine
as an engine.
Usage
The following usage examples utilizeanthropic_engine
to create a model with the CREATE MODEL
statement.
Create and deploy the Anthropic model within MindsDB to ask any question.
Next StepsGo to the Use Cases section to see more examples.