Tagged articles
6 articles
Page 1 of 1
Tech Minimalism
Tech Minimalism
May 13, 2026 · Backend Development

Building a Local Code Knowledge Graph with code-review-graph for Claude Code

The article explains why AI coding tools need a persistent code map, describes how the open‑source code‑review‑graph parses a repository into a SQLite‑backed graph of functions, classes, imports and tests, and shows step‑by‑step how to expose this graph to Claude Code via MCP for faster, context‑aware code review.

Claude CodeKnowledge GraphMCP
0 likes · 17 min read
Building a Local Code Knowledge Graph with code-review-graph for Claude Code
Old Zhang's AI Learning
Old Zhang's AI Learning
May 6, 2026 · Artificial Intelligence

Solving RAG’s Biggest Pain Point: Introducing the Open‑Source CocoIndex

RAG and agent contexts suffer from stale data, not chunking or reranking, and CocoIndex—a Rust‑based incremental engine with a declarative Python API—offers fresh, delta‑processed context, automatic schema evolution, and production‑grade features, demonstrated through PDF‑to‑Markdown pipelines and a podcast knowledge‑graph case study.

Knowledge GraphPythonRAG
0 likes · 13 min read
Solving RAG’s Biggest Pain Point: Introducing the Open‑Source CocoIndex
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 23, 2026 · Artificial Intelligence

LLM Wiki: A Karpathy‑Inspired Personal Knowledge Base Now Available as a Desktop App

LLM Wiki is an open‑source, cross‑platform desktop application that transforms documents into an organized, interlinked knowledge base; unlike traditional RAG it incrementally builds a persistent wiki, offers a three‑layer architecture, Obsidian compatibility, and provides step‑by‑step installation and quick‑start guidance.

Desktop AppKnowledge BaseLLM Wiki
0 likes · 6 min read
LLM Wiki: A Karpathy‑Inspired Personal Knowledge Base Now Available as a Desktop App
Bilibili Tech
Bilibili Tech
Mar 22, 2024 · Backend Development

Design and Evolution of Incremental Indexing for Advertising Retrieval Systems

The article describes how an advertising retrieval system evolved from serial to parallel full builds and finally to a hybrid incremental indexing approach that records direct entity relationships during assembly, enabling fast reverse‑lookup of changed units via inverted indexes, reducing database load, latency, and rebuild overhead.

Backend DevelopmentDatabase Optimizationadvertising system
0 likes · 20 min read
Design and Evolution of Incremental Indexing for Advertising Retrieval Systems
21CTO
21CTO
Sep 14, 2018 · Backend Development

How Message Queues Enable Near Real‑Time Incremental Indexing in Search Engines

This article examines the high‑real‑time requirements of incremental data ingestion for search engines, compares three update schemes, and details how adopting a Kafka subscription‑based message‑queue approach dramatically improves latency and flexibility for the Nuomi search framework.

KafkaMessage Queueincremental indexing
0 likes · 8 min read
How Message Queues Enable Near Real‑Time Incremental Indexing in Search Engines