Files
03Rag/example/example.xml
T
heyong.fu a17c65c4bc feat: rag
2026-05-06 11:35:10 +08:00

13 lines
271 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<person>
<name>张三</name>
<age>18</age>
<city>北京</city>
<hobby>编程</hobby>
<score>
<math>95</math>
<english>88</english>
<physics>90</physics>
</score>
</person>