weaviate-client
    Preparing search index...

    Type Alias VectorIndexConfigDynamicUpdate

    VectorIndexConfigDynamicUpdate: RecursivePartial<
        Omit<VectorIndexConfigDynamic, "hnsw" | "flat" | "distance">,
    > & {
        flat?: VectorIndexConfigFlatUpdate;
        hnsw?: VectorIndexConfigHNSWUpdate;
    }