An IClusterVectorSource backed by an in-memory array of vectors. Honors the config's MaxRecords cap.
MaxRecords
The vectors to serve.
Fetch the vectors to be clustered based on the supplied configuration.
The clustering configuration (entity, document, filter, max records).
A promise resolving to the vectors to cluster.
An IClusterVectorSource backed by an in-memory array of vectors. Honors the config's
MaxRecordscap.