VectorEmbeddingPolicy Constructors
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.
Overloads
VectorEmbeddingPolicy() |
Initializes a new instance of the VectorEmbeddingPolicy class. |
VectorEmbeddingPolicy(IList<VectorEmbedding>) |
Initializes a new instance of the VectorEmbeddingPolicy class. |
VectorEmbeddingPolicy()
Initializes a new instance of the VectorEmbeddingPolicy class.
public VectorEmbeddingPolicy();
Public Sub New ()
Applies to
VectorEmbeddingPolicy(IList<VectorEmbedding>)
Initializes a new instance of the VectorEmbeddingPolicy class.
public VectorEmbeddingPolicy(System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding> vectorEmbeddings = default);
new Microsoft.Azure.Management.CosmosDB.Models.VectorEmbeddingPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding> -> Microsoft.Azure.Management.CosmosDB.Models.VectorEmbeddingPolicy
Public Sub New (Optional vectorEmbeddings As IList(Of VectorEmbedding) = Nothing)
Parameters
- vectorEmbeddings
- IList<VectorEmbedding>
List of vector embeddings