FirestoreVectorSpace constructor
FirestoreVectorSpace({})
Implementation
FirestoreVectorSpace({
required super.embedder,
required this.collection,
this.vectorField = "vector",
this.distanceMeasure = VectorDistanceMeasure.cosine,
this.contentField = "content",
this.metadataField = "metadata",
});