Ask a question to get started
Enter to sendā¢Shift+Enter new line
Public method to get embeddings for a list of documents.
embed_documents( self, texts: List[str], ) -> Optional[List[List[float]]]
texts
List[str]
The list of texts to embed.