Random

Random batch operation will generate N randomly generated vectors of length embedding_size to randomly populate the batch. The number N depends on your batch_size.

Random batch is a good starting point for showing randomly fetched data from your vector database.

random batch

Applied parameters for Random batch operation are:

remove_duplicates: bool = True
apply_threshold: Tuple[bool, float] = (False, 0.0)
apply_mmr: bool = False

Last updated