Property IndexingMethod
IndexingMethod
Indexing algorithm used for the vector field. Defaults to Hnsw if omitted. Flat is incompatible with HnswMaxEdges and HnswNumEdgeCandidates.
public VectorIndexingMethod? IndexingMethod { get; init; }
Indexing algorithm used for the vector field. Defaults to Hnsw if omitted. Flat is incompatible with HnswMaxEdges and HnswNumEdgeCandidates.
public VectorIndexingMethod? IndexingMethod { get; init; }