Ingest file
ingest_file_to_storeIngest an already-uploaded file into a vector store (chunk + embed, in-region). Runs asynchronously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | Id of the uploaded file to ingest. | |
| store_id | Yes | Target vector store id. |