Ask a question to get started
Enter to sendā¢Shift+Enter new line
aadd_texts( self, texts: Iterable[str], metadatas: Optional[List[dict
Async counterpart to :meth:add_texts.
add_texts
Computes embeddings synchronously (via the embedding function) and persists them through an AsyncSession so the database round-trip does not block the event loop.
AsyncSession