Interface: VectorStoreManagerHealthReport
Defined in: packages/agentos/src/rag/IVectorStoreManager.ts:25
Represents the health status of managed vector store providers.
VectorStoreManagerHealthReport
Properties
isOverallHealthy
isOverallHealthy:
boolean
Defined in: packages/agentos/src/rag/IVectorStoreManager.ts:26
True if all critical providers are healthy or if the manager itself is operational.
managerDetails?
optionalmanagerDetails:any
Defined in: packages/agentos/src/rag/IVectorStoreManager.ts:28
Additional details about the manager's operational status.
providerStatus?
optionalproviderStatus:Record<string, {details?:any;isHealthy:boolean; }>
Defined in: packages/agentos/src/rag/IVectorStoreManager.ts:27
An object detailing the health status of each individual managed provider, keyed by provider ID.