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(documents: string[]): Promise<TOutput[]>| Name | Type | Description |
|---|---|---|
documents* | string[] | An array of documents to be embedded. |