Skip to main content
Returns documents with relevance scores in the range [0, 1], with optional score filtering.

Parameters

Keyword Arguments

Returns

List[Tuple[Document, float]]: List of (Document, score) tuples with scores in [0, 1]

Example Usage