AzureCosmosDBIndexOptions: {
    dimensions?: number;
    numLists?: number;
    similarity?: AzureCosmosDBSimilarityType;
    skipCreate?: boolean;
}

Azure Cosmos DB Index Options.

Type declaration

  • Optional Readonly dimensions?: number

    Number of dimensions for vector similarity.

  • Optional Readonly numLists?: number

    Number of clusters that the inverted file (IVF) index uses to group the vector data.

  • Optional Readonly similarity?: AzureCosmosDBSimilarityType

    Similarity metric to use with the IVF index.

  • Optional Readonly skipCreate?: boolean

    Skips automatic index creation.

Generated using TypeDoc