MOTHRAG는 그래프 없이 멀티 홉 검색을 가능한 프레임워크입니다.
MOTHRAG는 지식 그래프 없이 멀티 홉 RAG 프레임워크를 오픈 소스로 공개했습니다. 기존의 그래프 기반 시스템들의 한계로 인해 데이터 업데이트 시 많은 비용이 발생하는 문제를 해결할 수 있습니다. 이 프레임워크는 쿼리 시간 조정 기능을 통해 그래프 없이도 높은 정확도를 유지합니다. HotpotQA와 같은 주요 벤치마크에서 기존 시스템들보다 더 나은 성능을 기록했습니다.
MOTHRAG is a framework enabling multi-hop retrieval without the use of graphs.
MOTHRAG is an open-sourced multi-hop RAG framework that operates without a knowledge graph. It addresses the challenge faced by traditional graph-based systems that incur high costs due to constant re-indexing when data updates occur. The framework utilizes query-time orchestration to maintain high accuracy without a graph. It has benchmarked higher performance than existing systems like GraphRAG and HippoRAG on tests such as HotpotQA.