qinling0210
d49af7f218
Generate navigation, navigation search (#18096)
### Summary
2 API
POST /api/v1/datasets/{dataset_id}/navigation
GET
/api/v1/datasets/{dataset_id}/navigation/search?q={query}&mode={mode}&top_k={topk}
2 cli
uv run --no-sync python3 admin/client/ragflow_cli.py -h 127.0.0.1 -p
9380 -t user
ragflow> GENERATE NAVIGATION OF DATASET 'frames tree';
ragflow> NAVIGATION SEARCH 'Christie introduced blockchain-based digital
passports' IN DATASET 'frames tree' MODE 'all' topk 20;
(mode: chunk, nav_cluster, nav_doc, navigation_tree, all)
2026-08-11 17:48:24 +08:00
..
2025-11-03 08:50:05 +08:00
2026-07-03 12:53:39 +08:00
2026-07-03 12:53:39 +08:00
2026-07-07 17:00:40 +08:00
2026-07-03 12:53:39 +08:00
2026-08-11 17:48:24 +08:00
2026-07-03 12:53:39 +08:00
2026-07-03 12:53:39 +08:00
2026-08-03 19:15:44 +08:00
2026-03-23 21:24:40 +08:00
2026-07-03 12:53:39 +08:00
2026-08-03 19:15:44 +08:00
2026-07-03 12:53:39 +08:00
2026-08-03 19:15:44 +08:00
2026-07-03 12:53:39 +08:00
2026-08-05 09:54:46 +08:00
2026-08-03 17:46:50 +08:00
2026-08-06 17:01:53 +08:00
2026-07-03 12:53:39 +08:00
2026-08-04 14:16:39 +08:00
2025-11-06 09:36:38 +08:00
2026-08-04 14:16:39 +08:00
2026-07-03 12:53:39 +08:00
2026-05-19 14:20:40 +08:00
2026-07-29 13:15:34 +08:00
2026-08-05 09:54:46 +08:00