Files
DronePlanningV2/data/knowledge/map_db.jsonl
2026-03-23 20:26:13 +08:00

7 lines
628 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{"document": "喷泉在广场正中央,坐标 x=10, y=20", "location": "喷泉", "x": 10, "y": 20, "z": 0}
{"document": "大门位于入口处,坐标 x=0, y=0", "location": "大门", "x": 0, "y": 0, "z": 0}
{"document": "广场在喷泉西侧,坐标 x=10, y=15", "location": "广场", "x": 10, "y": 15, "z": 0}
{"document": "A区是工作区坐标 x=5, y=5", "location": "A区", "x": 5, "y": 5, "z": 0}
{"document": "B区在东北角坐标 x=20, y=10", "location": "B区", "x": 20, "y": 10, "z": 0}
{"document": "施工区域在广场边上,坐标 x=15, y=20", "location": "施工区域", "x": 15, "y": 5, "z": 0}