원문정보
초록
영어
The GraphRag technique has recently been studied meaningfully as a technique for securing high performance in search and inference without hallucination for domain-specific knowledge. GraphRAG builds a graph of the document's core concepts and the relationships between them, resulting in a connected knowledge network. To validate the practicality of GraphRAG, we implemented an EPUB reader using GraphRAG in our previous research and evaluated its retrieval performance, achieving 90% accuracy in both factual retrieval tasks and complex inferential queries, demonstrating superior performance. In this paper, we describe details of the implementation of the EPUB reader capable of retrieval and inference using the GraphRAG technique. Specifically, we detail the processes of building a graph database from EPUB files, conducting retrieval, and visualizing the constructed graphs. Furthermore, we explain how the EPUB reader was designed to run on resource-constrained devices such as the Raspberry Pi 5 single-board computer. We expected that this system serves as a representative implementation example for applications leveraging GraphRAG technology.
목차
1. Introduction
2. Implementation of Graph EPUB Reader
2.1 System Architecture
2.2 Generation of Knowledge Graphs from EPUB Files
2.3 Knowledge Graph Visualization
3. Search
4. Speech Recognition and Video conferencing
5. Implementation of EPUB Reader using Raspberry Pi 5
5.1 Hardware Configuration
5.2 Display Operation and EPUB Reader Implementation
6. Conclusion
Acknowledgement
References
