Ingest Data Sources
Ingesting the contents from a data source is very simple. Just use our 3 APIs:
Create Ingestion: start ingesting data from a data source.
Get Ingestion: get the ingestion results, including the ingestion status, etc.
Index Ingestion: after get_ingestion indicates the ingestion completed, index the ingestion results into the collection.
Delete Ingestion: if the ingested data from a data source is not needed anymore.
Last updated