From Traditional RAG to Graph RAG – When Large Models Meet Knowledge Graphs

From Traditional RAG to Graph RAG - When Large Models Meet Knowledge Graphs

Abstract: The transition from traditional RAG to Graph RAG enhances large language models by integrating knowledge graphs, enabling them to provide more detailed and accurate responses to complex queries. The effectiveness of Graph RAG also depends on the quality and breadth of the underlying knowledge graph and the engineering aspects of RAG. Main Points: – … Read more

Recommendation Systems From RAG Perspective: Opportunities and Challenges

Recommendation Systems From RAG Perspective: Opportunities and Challenges

Wang Haofen, Tongji University, “Hundred Talents Program”, Distinguished Researcher, PhD Supervisor Personal Introduction: Wang Haofen, distinguished researcher and PhD supervisor in the “Hundred Talents Program” at Tongji University. He has served as CTO in frontline artificial intelligence companies for a long time. He is one of the initiators of OpenKG, the world’s largest Chinese open … Read more

RAT: Retrieval Augmented Thoughts for Context-Aware Reasoning

RAT: Retrieval Augmented Thoughts for Context-Aware Reasoning

This article primarily explains the paper “RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation”[1]. Currently, there are some relevant introductions available online, but most only discuss the ideas and mainly rely on GPT translations, which can be quite awkward and do not provide a detailed understanding of all principles. Therefore, a detailed description … Read more

17 Essential Tips for Understanding RAG

17 Essential Tips for Understanding RAG

Recently, while writing articles, I wanted to fill in some gaps left by last year’s RAG (Retrieval-Augmented Generation) and hope to share some tips to help everyone with RAG. As the old saying goes: Building a prototype of a large model is easy, but turning it into a product that can actually be put into … Read more

RAGFlow: Next-Gen RAG Engine Based on OCR and Document Parsing

RAGFlow: Next-Gen RAG Engine Based on OCR and Document Parsing

Click the blue text above to follow us 1. Introduction In the wave of artificial intelligence, Retrieval-Augmented Generation (RAG) technology has become a hot topic in research and application due to its unique advantages. RAG technology combines the powerful generative capabilities of large language models (LLMs) with efficient information retrieval systems, providing users with a … Read more

RAG Mastery Manual: Understanding the Technology Behind RAG

RAG Mastery Manual: Understanding the Technology Behind RAG

In a previous article titled RAG Mastery Manual: Is RAG Sounding the Death Knell? Does Long Context in Large Models Mean Vector Retrieval is No Longer Important, we introduced the indispensability of RAG in solving the hallucination problem of large models, and reviewed how to enhance the practical effects of RAG using vector databases. Today, … Read more

Entrepreneurship: Insights from Three Months of Developing RAG Systems

Entrepreneurship: Insights from Three Months of Developing RAG Systems

1. Introduction Since leaving the last company with Yuanwai, we started our own company focusing on the development of RAG large model AI product applications. During this period, which included a Spring Festival, the total time was about three months. We worked day and night, and as of the end of March, the product has … Read more

Exploring Practical Applications of RAG Based on Large Models

Exploring Practical Applications of RAG Based on Large Models

With the continuous development of data intelligence technology, content generation technology represented by AIGC driven by large language models (LLM) has become an indispensable part of enterprises’ data intelligence capabilities. However, traditional content generation technologies face issues such as untimely information updates, lack of vertical domain knowledge, and model hallucinations. The Retrieval-Augmented Generation (RAG) technology … Read more

Will OpenAI O3 Hit a Wall on the AGI Path?

Will OpenAI O3 Hit a Wall on the AGI Path?

Click Follow us by clicking the blue text above Cover image: Unlike the extension law during the pre-training phase, the performance test data for O3 shows the plasticity of model inference behavior in the post-training phase. “ 𝕀²·ℙarad𝕚g𝕞 Intelligent Square Paradigm Research: Writing Deconstructive Intelligence。 O3 is OpenAI’s L2 stage AGI product, the LLM inference … Read more

Harnessing the Power of RAFT with LlamaIndex

Harnessing the Power of RAFT with LlamaIndex

Introduction The pursuit of adaptability and domain-specific understanding in the field of artificial intelligence and language models has been relentless. The emergence of large language models (LLMs) has ushered in a new era in natural language processing, achieving significant advancements across various domains. However, the challenge lies in how to leverage the potential of these … Read more