Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add documents to store. Only supported by a text ingestion pipeline in Zilliz Cloud.
add_texts( self, texts: List[str], metadata: Optional[Dict[str, Any]] = None ) -> Dict
texts
List[str]
A list of text strings.
metadata
Optional[Dict[str, Any]]
None
A key-value dictionary of metadata will be inserted as preserved fields required by ingestion pipeline. Defaults to None.