QdrantVectorStore(QdrantClient, QdrantVectorStoreOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the QdrantVectorStore class.
public QdrantVectorStore (Qdrant.Client.QdrantClient qdrantClient, Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorStoreOptions? options = default);
new Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorStore : Qdrant.Client.QdrantClient * Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorStoreOptions -> Microsoft.SemanticKernel.Connectors.Qdrant.QdrantVectorStore
Public Sub New (qdrantClient As QdrantClient, Optional options As QdrantVectorStoreOptions = Nothing)
Parameters
- qdrantClient
- Qdrant.Client.QdrantClient
Qdrant client that can be used to manage the collections and points in a Qdrant store.
- options
- QdrantVectorStoreOptions
Optional configuration options for this class.