Parameter | Type | Description |
---|---|---|
query | str | Query text to search for |
k | int | Number of documents to return |
**kwargs | Any | Additional arguments including filter and score_threshold |
Parameter | Type | Description |
---|---|---|
filter | Dict[str, Any] | (Optional) Metadata filters to apply |
score_threshold | float | (Optional) Minimum score threshold for results |
List[Tuple[Document, float]]
: List of (Document, score) tuples with scores in [0, 1]