Ask a question to get started
Enter to sendā¢Shift+Enter new line
Compute doc embeddings using an OracleEmbeddings. Args: texts: The list of texts to embed. Returns: List of embeddings, one for each input text.
embed_documents( self, texts: List[str], ) -> List[List[float]]