Ask a question to get started
Enter to sendā¢Shift+Enter new line
Bulk insert single batch of texts, embeddings, and optionally ids.
See add_texts for additional details.
bulk_embed_and_insert_texts( self, texts: Union[List[str], Iterable[str]], metadatas: Union[List[dict], Generator[dict, Any, Any]], ids: Optional[List[str]] = None ) -> List[str]