Parameter | Type | Description |
---|---|---|
embedding | Union[List[float], np.ndarray] | Embedding vector to search with |
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) |
List[Document]
: List of most similar Document objects