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
..
2026-07-30 18:39:01 +08:00
2026-08-04 10:02:14 +08:00
2026-08-11 13:28:52 +08:00
2026-07-28 23:22:27 +08:00
2026-08-05 09:54:46 +08:00
2026-08-11 13:28:52 +08:00
2026-07-28 19:05:59 +08:00
2026-08-11 13:58:00 +08:00
2026-08-06 09:41:57 +08:00
2026-07-31 17:05:57 +08:00
2026-07-31 14:08:44 +08:00
2026-08-11 17:48:24 +08:00
2026-07-28 19:05:59 +08:00
2026-08-11 13:28:52 +08:00
2026-07-28 19:05:59 +08:00
2026-07-03 12:53:39 +08:00
2026-07-31 17:05:57 +08:00
2026-04-23 11:36:16 +08:00
2026-08-11 13:28:52 +08:00
2026-08-11 13:28:52 +08:00
2026-07-10 10:34:19 +08:00
2026-07-13 16:42:55 +08:00
2026-07-03 12:53:39 +08:00
2026-07-29 13:15:34 +08:00
2026-08-11 13:28:52 +08:00
2026-07-03 12:53:39 +08:00
2026-07-16 15:13:43 +08:00
2026-07-07 19:06:30 +08:00
2026-07-28 19:05:59 +08:00
2026-07-13 16:42:55 +08:00