QdrantKernelBuilderExtensions Class
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.
Extension methods to register Qdrant IVectorStore instances on the IKernelBuilder.
public static class QdrantKernelBuilderExtensions
type QdrantKernelBuilderExtensions = class
Public Module QdrantKernelBuilderExtensions
- Inheritance
-
QdrantKernelBuilderExtensions
Methods
AddQdrantVectorStore(IKernelBuilder, QdrantVectorStoreOptions, String) |
Register a Qdrant IVectorStore with the specified service ID and where Qdrant.Client.QdrantClient is retrieved from the dependency injection container. |
AddQdrantVectorStore(IKernelBuilder, String, Int32, Boolean, String, QdrantVectorStoreOptions, String) |
Register a Qdrant IVectorStore with the specified service ID and where Qdrant.Client.QdrantClient is constructed using the provided parameters. |