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
The Dashboard AI team have requested that the plugin health check
returns more details about whether the OpenAI functionality is
configured, and whether that configuration is valid. This PR adds it,
and similar functionality for the vector service.
It's backwards incompatible with past health checks unfortunately, but
the llmclient package does include a change which should be compatible
with both the current and previous version of the plugin.
We're definitely due a refactor of the way we handle OpenAI config and
requests, but I think that will be part of #80.
Currently vector embedding only support OpenAI, we may want to support Azure OpenAI as well for embeddings.
The text was updated successfully, but these errors were encountered: