Commit e1d7b6e3 authored by Zheng Gaoshan's avatar Zheng Gaoshan
Browse files

update readme

parent 35d7725a
Pipeline #10400 passed with stage
...@@ -72,10 +72,6 @@ Submit a file's content and file name to the ingestion API for further processin ...@@ -72,10 +72,6 @@ Submit a file's content and file name to the ingestion API for further processin
The function will return a successfull response as soon as the file content is successfully stored and queued for further processing. Otherwise, the function will handle errors appropriately. The function will return a successfull response as soon as the file content is successfully stored and queued for further processing. Otherwise, the function will handle errors appropriately.
A successfull response contains a task_id referring to the queued processing task. This can be used in [4. Query a L2 Processing Tasks State](#4-query-a-l2-processing-tasks-state) for querying a processing task's current state. A successfull response contains a task_id referring to the queued processing task. This can be used in [4. Query a L2 Processing Tasks State](#4-query-a-l2-processing-tasks-state) for querying a processing task's current state.
## Configuration
The helper will send HTTP requests to an external API. The external api url is set to working default values. It can be overwritten if needed via env variable, e.g.
CSST_BACKEND_API_URL=http://10.200.60.199:9010
## Function: `start_ingestion_task` ## Function: `start_ingestion_task`
```python ```python
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment