AzureCosmosDBNoSQLKernelBuilderExtensions 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 Azure CosmosDB NoSQL IVectorStore instances on the IKernelBuilder.
public static class AzureCosmosDBNoSQLKernelBuilderExtensions
type AzureCosmosDBNoSQLKernelBuilderExtensions = class
Public Module AzureCosmosDBNoSQLKernelBuilderExtensions
- Inheritance
-
AzureCosmosDBNoSQLKernelBuilderExtensions
Methods
AddAzureCosmosDBNoSQLVectorStore(IKernelBuilder, AzureCosmosDBNoSQLVectorStoreOptions, String) |
Register an Azure CosmosDB NoSQL IVectorStore with the specified service ID and where the Azure CosmosDB NoSQL Database is retrieved from the dependency injection container. |
AddAzureCosmosDBNoSQLVectorStore(IKernelBuilder, String, String, AzureCosmosDBNoSQLVectorStoreOptions, String) |
Register an Azure CosmosDB NoSQL IVectorStore with the specified service ID
and where the Azure CosmosDB NoSQL Database is constructed using the provided |