Skip to main content
Returns documents most similar to an embedding vector.

Parameters

Returns

List[Document]: List of most similar Document objects

Example Usage

Async

The Embedded and Python SDK provide async versions of this method prefixed with a:
JS/TS methods are natively async — all signatures above already return Promise<...>. No separate async variant is needed.