This integration allows you to connect your AnyscaleEndpoints models with MindsDB as AI tables through the AnyscaleEndpoints
ML engine.
The implementation is based on the engine for the OpenAI API, as Anyscale conforms to it.
There are a few notable differences, though:
context
and a role
. The context
is the text that is the message in the chat, and the role
is who authored it (system
, user
or assistant
, where the last one is the model). For more information, please check the fine tuning guide in the Anyscale Endpoints docs.Here is an example to produce sentiment analysis predictions on some text:
This integration allows you to connect your AnyscaleEndpoints models with MindsDB as AI tables through the AnyscaleEndpoints
ML engine.
The implementation is based on the engine for the OpenAI API, as Anyscale conforms to it.
There are a few notable differences, though:
context
and a role
. The context
is the text that is the message in the chat, and the role
is who authored it (system
, user
or assistant
, where the last one is the model). For more information, please check the fine tuning guide in the Anyscale Endpoints docs.Here is an example to produce sentiment analysis predictions on some text: