feat: rag

This commit is contained in:
heyong.fu
2026-05-06 11:35:10 +08:00
commit a17c65c4bc
75 changed files with 5196 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?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>