QdrantVectorStore Class

Definition

Class for accessing the list of collections in a Qdrant vector store.

public class QdrantVectorStore : Microsoft.Extensions.VectorData.IVectorStore
type QdrantVectorStore = class
    interface IVectorStore
Public Class QdrantVectorStore
Implements IVectorStore
Inheritance
QdrantVectorStore
Implements
Microsoft.Extensions.VectorData.IVectorStore

Remarks

This class can be used with collections of any schema type, but requires you to provide schema information when getting a collection.

Constructors

Name Description
QdrantVectorStore(QdrantClient, QdrantVectorStoreOptions)

Initializes a new instance of the QdrantVectorStore class.

Methods

Name Description
GetCollection<TKey,TRecord>(String, VectorStoreRecordDefinition) Microsoft.Extensions.VectorData.IVectorStore.GetCollection``2(System.String,Microsoft.Extensions.VectorData.VectorStoreRecordDefinition)
ListCollectionNamesAsync(CancellationToken) Microsoft.Extensions.VectorData.IVectorStore.ListCollectionNamesAsync(System.Threading.CancellationToken)

Applies to