Ask a question to get started
Enter to sendā¢Shift+Enter new line
Embed a list of text documents using the Optimized Embedder model.
embed_documents( self, texts: List[str], ) -> List[List[float]]
Input:
texts: List[str] = List of text documents to embed.
Output: List[List[float]] = The embeddings of each text document.