Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed_documents( self, texts: List[str], batch_size: Optional[int] =
Returns a list of embeddings for the given sentences. Args: texts (List[str]): List of texts to encode batch_size (int): Batch size for the encoding
List[str]
int