Help return get<IndexingStatusBatchResponse>(/datasets/${datasetId}/batch/${batchId}/indexing-status
, {}) not have
#26224
Replies: 1 comment 4 replies
-
Hi @Yexijian0911! I'm Dosu and I’m helping the dify team. The endpoint If upgrading isn't possible, there isn't an alternative endpoint for batch indexing status in previous versions—this functionality was missing until the recent update. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
export const fetchIndexingStatusBatch: Fetcher<IndexingStatusBatchResponse, BatchReq> = ({ datasetId, batchId }) => {
console.log('fetchIndexingStatusBatch', datasetId, batchId)
return get(
/datasets/${datasetId}/batch/${batchId}/indexing-status
, {})} url not have in api server ?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions