Understanding RAG: Its Relation to Knowledge Bases, Vector Databases, and Knowledge Graphs

Understanding RAG: Its Relation to Knowledge Bases, Vector Databases, and Knowledge Graphs

ff ↑ Subscribe to us, get a wealth of free tutorial resources 1. What is RAG? – A Super Assistant That Can Retrieve and Generate Have you ever encountered this problem: when asking a large model, it can answer many questions, but sometimes it also “makes things up” or only provides information based on its … Read more

Recent Advances in GraphRAG: KGRAG Approach with Divide and Conquer

Recent Advances in GraphRAG: KGRAG Approach with Divide and Conquer

Today is January 22, 2025, Wednesday, Beijing, sunny. Today is the Little New Year in the North, and the Spring Festival is approaching. This article continues to explore the progress of GraphRAG, specifically looking at the RAG scheme that directly uses KG, which is KG-RAG, provided that the KG is established. Some ideas are worth … Read more

The Evolution of Knowledge Graphs and AI Agents

The Evolution of Knowledge Graphs and AI Agents

The development of Knowledge Graphs (KG) is closely linked to the advancements in Artificial Intelligence (AI) agents. Starting from their static origins, knowledge graphs have evolved to include dynamic, temporal, and event-driven paradigms, each unlocking new capabilities for AI systems. This article explores their evolution and how Large Language Models (LLM) integrate into these advancements. … Read more

Knowledge-Guided Natural Language Processing by Liu Zhiyuan

Knowledge-Guided Natural Language Processing by Liu Zhiyuan

Reprinted with permission from AI TIME Discussion Author: Liu Zhiyuan Editor: Gege “Language is like amber, preserving many precious and wonderful thoughts safely inside.” Since the dawn of humanity, natural language has carried the wisdom of generations, accumulating endless knowledge. This rich treasure of knowledge has attracted many curious AI researchers to cultivate, explore, and … Read more

Nick | From Expert Systems to Knowledge Graphs

Nick | From Expert Systems to Knowledge Graphs

This article is an excerpt from Chapter 3 of Teacher Nick’s “A Brief History of Artificial Intelligence”: From Expert Systems to Knowledge Graphs. It provides a comprehensive review and in-depth commentary on the development of knowledge graphs, from the first expert system DENDRAL to the semantic web and Google’s open-source knowledge graph. Nick once worked … Read more

Solving RAG’s Challenges: From Demo to Production

Solving RAG's Challenges: From Demo to Production

Introduction Many product managers and engineers familiar with RAG often complain, “It only takes a week to produce a demo with RAG, but it takes at least six months to reach a production-level standard!” This is a realistic issue for the current industrial implementation of RAG. The RAG framework is very simple and understandable, and … Read more