Optional
filters?: ChunkFilter | nullOptional
limit?: number | nullOptional
score_Set score_threshold to a float to filter out chunks with a score below the threshold. This threshold applies before weight and bias modifications. If not specified, this defaults to 0.0.
Optional
use_If true, quoted and - prefixed words will be parsed from the queries and used as required and negated words respectively. Default is false.
Set limit to restrict the maximum number of chunks to count. This is useful for when you want to reduce the latency of the count operation. By default the limit will be the number of chunks in the dataset.