Skip to main content

create_vector_backend

Function create_vector_backend 

Source
pub async fn create_vector_backend(
    config: VectorBackendConfig,
) -> Result<Arc<dyn VectorDb>, ContextError>
Expand description

Build the appropriate vector backend from config.