spring-projects/spring-ai

Health indicators for vector stores (and any other external APIs)

Open

#1 611 ouverte le 28 oct. 2024

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Java (2 617 forks)auto 404
enhancementhelp wantedvector store

Métriques du dépôt

Stars
 (8 872 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur