mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 20:49:21 +08:00
Fix get datasets owner retrieve the whole dataset (#17370)
This commit is contained in:
@@ -143,6 +143,7 @@ export default {
|
||||
checkEmbedding: (datasetId: string) =>
|
||||
`${restAPIv1}/datasets/${datasetId}/embedding/check`,
|
||||
kbList: `${restAPIv1}/datasets`,
|
||||
datasetFilter: `${restAPIv1}/datasets?type=filter`,
|
||||
createKb: `${restAPIv1}/datasets`,
|
||||
updateKb: (datasetId: string) => `${restAPIv1}/datasets/${datasetId}`,
|
||||
rmKb: `${restAPIv1}/datasets`,
|
||||
|
||||
Reference in New Issue
Block a user