Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add a document from url. Only supported by a document ingestion pipeline in Zilliz Cloud.
add_doc_url( self, doc_url: str, metadata: Optional[Dict[str, Any]] = None ) -> Dict
doc_url
str
A document url.
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.