Ask a question to get started
Enter to send•Shift+Enter new line
Asynchronously embed a list of texts into vectors.
aembed_documents( self, texts: list[str], ) -> list[list[float]]
Note:
If no async function was provided, this falls back to the sync implementation.
texts
list[str]
list of texts to convert to embeddings.