An abstract method that takes a single document as input and returns a promise that resolves to a vector for the query document.
embedQuery(document: string): Promise<number[]>| Name | Type | Description |
|---|---|---|
document* | string | A single document to be embedded. |