Ask a question to get started
Enter to sendā¢Shift+Enter new line
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<TOutput>
document
string
A single document to be embedded.