Forked from mindstudio/big-rag
Project Files
test-fixtures / sample.xml
<?xml version="1.0" encoding="UTF-8"?>
<library>
<book id="1">
<title>Introduction to XML</title>
<author>John Doe</author>
<year>2023</year>
<description>This is a comprehensive guide to XML parsing and processing.</description>
</book>
<book id="2">
<title>Advanced RAG Techniques</title>
<author>Jane Smith</author>
<year>2024</year>
<description>Learn how to build scalable RAG systems with modern tools.</description>
</book>
</library>