VectorSchema constructor
const
VectorSchema(
- String name,
- DataType dataType,
- int dimension, {
- IndexParam? indexParam = const HnswIndexParam(),
- bool nullable = false,
Implementation
const VectorSchema(
super.name,
super.dataType,
this.dimension, {
super.indexParam = const HnswIndexParam(),
super.nullable = false,
});