This documentation describes the integration of MindsDB with Anthropic, an AI research company. The integration allows for the deployment of Anthropic models within MindsDB, providing the models with access to data from various data sources.
Before proceeding, ensure the following prerequisites are met:
Create an AI engine from the Anthropic handler.
Create a model using anthropic_engine
as an engine.
The following usage examples utilize anthropic_engine
to create a model with the CREATE MODEL
statement.
Create and deploy the Anthropic model within MindsDB to ask any question.
Query the model to get predictions.
Here is the output:
Next Steps
Go to the Use Cases section to see more examples.
This documentation describes the integration of MindsDB with Anthropic, an AI research company. The integration allows for the deployment of Anthropic models within MindsDB, providing the models with access to data from various data sources.
Before proceeding, ensure the following prerequisites are met:
Create an AI engine from the Anthropic handler.
Create a model using anthropic_engine
as an engine.
The following usage examples utilize anthropic_engine
to create a model with the CREATE MODEL
statement.
Create and deploy the Anthropic model within MindsDB to ask any question.
Query the model to get predictions.
Here is the output:
Next Steps
Go to the Use Cases section to see more examples.