VectorStoreVectorAttribute(Int32) Constructor
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.
Initializes a new instance of the VectorStoreVectorAttribute class.
public:
VectorStoreVectorAttribute(int Dimensions);
public VectorStoreVectorAttribute(int Dimensions);
new Microsoft.Extensions.VectorData.VectorStoreVectorAttribute : int -> Microsoft.Extensions.VectorData.VectorStoreVectorAttribute
Public Sub New (Dimensions As Integer)
Parameters
- Dimensions
- Int32
The number of dimensions that the vector has.