mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-25 17:42:24 +08:00
Refactor : Allow search multiple datasets (#14685)
### What problem does this PR solve? Refactor : Allow search multiple datasets 1. support /datasets/search 2. get rid of /graph/search, use /graph ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] Refactoring
This commit is contained in:
@@ -65,7 +65,7 @@ export default {
|
||||
rmKb: `${restAPIv1}/datasets`,
|
||||
getKbDetail: (datasetId: string) => `${restAPIv1}/datasets/${datasetId}`,
|
||||
getKnowledgeGraph: (knowledgeId: string) =>
|
||||
`${restAPIv1}/datasets/${knowledgeId}/graph/search`,
|
||||
`${restAPIv1}/datasets/${knowledgeId}/graph`,
|
||||
knowledgeGraph: (datasetId: string) =>
|
||||
`${restAPIv1}/datasets/${datasetId}/graph`,
|
||||
deleteKnowledgeGraph: (knowledgeId: string) =>
|
||||
|
||||
Reference in New Issue
Block a user