AzureCosmosDBNoSQLVectorStoreOptions 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.
Options when creating a AzureCosmosDBNoSQLVectorStore.
public sealed class AzureCosmosDBNoSQLVectorStoreOptions
type AzureCosmosDBNoSQLVectorStoreOptions = class
Public NotInheritable Class AzureCosmosDBNoSQLVectorStoreOptions
- Inheritance
-
AzureCosmosDBNoSQLVectorStoreOptions
Constructors
AzureCosmosDBNoSQLVectorStoreOptions() |
Properties
JsonSerializerOptions |
Gets or sets the JSON serializer options to use when converting between the data model and the Azure CosmosDB NoSQL record. |
VectorStoreCollectionFactory |
An optional factory to use for constructing AzureCosmosDBNoSQLVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required. |