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
Given that vector stores are databases that are external to the application, which could go down or otherwise become unavailable, and as such contribute to the health (or lack thereof) of a Spring AI application...
It would be great if Spring AI provided health indicators for the vector stores that contribute to Actuator's health endpoint.
One question concerning this is whether such health indicators would be needed for vector stores that are also databases for which Spring already has health indicators. For example, Postgres and Mongo probably are already covered by health indicators. But things like Chroma and Milvus probably aren't.