VectorStoreCollectionOptions 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.
Defines an abstract base class for options passed to a collection.
public ref class VectorStoreCollectionOptions abstract
public abstract class VectorStoreCollectionOptions
type VectorStoreCollectionOptions = class
Public MustInherit Class VectorStoreCollectionOptions
- Inheritance
-
VectorStoreCollectionOptions
Constructors
VectorStoreCollectionOptions() |
Initializes a new instance of the VectorStoreCollectionOptions class. |
VectorStoreCollectionOptions(VectorStoreCollectionOptions) |
Initializes a new instance of the VectorStoreCollectionOptions class. |
Properties
Definition |
Gets or sets an optional record definition that defines the schema of the record type. |
EmbeddingGenerator |
Gets or sets the default embedding generator to use when generating vectors embeddings with this collection. |