Skip to main content
Returns documents most similar to the query along with relevance scores.

Parameters

Returns

List[Tuple[Document, float]]: List of (Document, score) tuples where score is normalized [0, 1]

Example Usage