Ask a question to get started
Enter to sendā¢Shift+Enter new line
An abstract method that takes an array of documents as input and returns a promise that resolves to an array of vectors for each document.
embedDocuments(texts: string[]): Promise<number[][]>
texts
string[]