Returns documents most similar to the query text.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Description |
|---|---|---|
query | str | Query text to search for |
k | int | Number of documents to return (default: 4) |
filter | Optional[Dict[str, Any]] | (Optional) Metadata filters to apply |
**kwargs | Any | Additional keyword arguments (currently unused) |
Returns
List[Document]: List of most similar Document objects