Ask a question to get started
Enter to sendā¢Shift+Enter new line
Generates synthetic embeddings for a list of documents.
embedDocuments(documents: string[]): Promise<number[][]>
documents
string[]
List of documents to generate embeddings for.