QdrantServiceCollectionExtensions 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 an IServiceCollection.
public static class QdrantServiceCollectionExtensions
type QdrantServiceCollectionExtensions = class
Public Module QdrantServiceCollectionExtensions
- Inheritance
-
QdrantServiceCollectionExtensions
Methods
AddQdrantVectorStore(IServiceCollection, QdrantVectorStoreOptions, String) |
Register a Qdrant IVectorStore with the specified service ID and where Qdrant.Client.QdrantClient is retrieved from the dependency injection container. |
AddQdrantVectorStore(IServiceCollection, 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. |