pub async fn create_vector_backend(
config: VectorBackendConfig,
) -> Result<Arc<dyn VectorDb>, ContextError>Expand description
Build the appropriate vector backend from config.
pub async fn create_vector_backend(
config: VectorBackendConfig,
) -> Result<Arc<dyn VectorDb>, ContextError>Build the appropriate vector backend from config.