Ask a question to get started
Enter to sendā¢Shift+Enter new line
aembed_documents( self, texts: list[str], ) -> list[list[float
texts
list[str]
Embed a list of texts.
The method first checks the cache for the embeddings. If the embeddings are not found, the method uses the underlying embedder to embed the documents and stores the results in the cache.
A list of texts to embed.