You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature:
Inference AI Connector is going to be the single and default experience for the Elastic and external LLM integration experience in Kibana. With that in mind, all the existing Kibana GenAI Connectors should be deprecated and the all Kibana usage of this connector should be migrated to the Inference AI Connector.
Add support for tokens usage Dashboard, when inference API will include the used tokens count in the response.
Add UX and proper functionality for migration from existing specific AI connectors to the Inference connector.
For the inference AI Connector modal/flyout, preselect provider, unified completion task type and collapse Additional options, when the connector has Kibana AI Assistant as a context (path through the extending context implementation on the connector framework level).
Substitute the usage of the existing .openai, .bedrock and .gemini connectors with the corresponding AI Connector providers in Kibana GenAI functionality.
Deprecate usage of the existing connectors .openai, .bedrock and .gemini.
The text was updated successfully, but these errors were encountered:
Describe the feature:
Inference AI Connector is going to be the single and default experience for the Elastic and external LLM integration experience in Kibana. With that in mind, all the existing Kibana GenAI Connectors should be deprecated and the all Kibana usage of this connector should be migrated to the Inference AI Connector.
Describe a specific use case for the feature:
openai
,amazonbedrock
,googlegmini
and others). For now Inference API supports this foropenai
provider only, implemented by PR [Inference API] Add unified api for chat completions elasticsearch#117589.openai
,.bedrock
and.gemini
connectors with the corresponding AI Connector providers in Kibana GenAI functionality..openai
,.bedrock
and.gemini
.The text was updated successfully, but these errors were encountered: