weaviate-client
    Preparing search index...

    Type Alias ShardProfile

    type ShardProfile = {
        name: string;
        node: string;
        searches: Record<string, SearchProfile>;
    }
    Index

    Properties

    Properties

    name: string
    node: string
    searches: Record<string, SearchProfile>