Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add data along with embeddings to the table.
aadd_embeddings( self, texts: Iterable[str], embeddings: list[list[float]], metadatas: Optional[list[dict]] = None, ids: Optional[list] = None, **kwargs: Any = {} ) -> list[str]