Share via


AzureCosmosDBNoSQLKernelBuilderExtensions Class

Definition

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 connectionString and databaseName.

Applies to