CosmosDBVectorSearchType#

class langchain_community.vectorstores.azure_cosmos_db.CosmosDBVectorSearchType(value)[source]#

Cosmos DB Vector Search Type as enumerator.

VECTOR_IVF = 'vector-ivf'#

IVF vector index

VECTOR_HNSW = 'vector-hnsw'#

HNSW vector index

VECTOR_DISKANN = 'vector-diskann'#

DISKANN vector index

Examples using CosmosDBVectorSearchType