Tagged articles
5 articles
Page 1 of 1
Tech Architecture Stories
Tech Architecture Stories
Apr 23, 2026 · R&D Management

How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea

The article details a five‑layer architecture for a sustainable local knowledge vault—Inbox, Raw Sources, Extracted Text, Distilled, and Archive—explaining each layer’s purpose, the import workflow from tools like Evernote, and the supporting Python scripts that automate ingestion, extraction, and governance.

AI automationLLM WikiObsidian
0 likes · 14 min read
How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea
Zhongtong Tech
Zhongtong Tech
Jul 24, 2025 · Artificial Intelligence

How to Turn Generic AI into a Reliable Enterprise Code Assistant with Local Knowledge Bases

This article explains how the ZTO Tech team overcame the hallucination problem of generic AI code generators by integrating a local knowledge base, structured prompts, and an MCP service, enabling the model to understand and follow internal frameworks, component libraries, API standards, and security rules, dramatically improving code compliance and developer productivity.

AI code generationEnterprise DevelopmentSoftware Compliance
0 likes · 5 min read
How to Turn Generic AI into a Reliable Enterprise Code Assistant with Local Knowledge Bases
JD Tech Talk
JD Tech Talk
Mar 4, 2025 · Artificial Intelligence

Building a Local Personal Knowledge Base with Ollama, DeepSeek‑R1, AnythingLLM and Integrating Continue into VSCode

This guide walks through setting up a local personal knowledge base using Ollama, DeepSeek‑R1, and AnythingLLM, and demonstrates how to integrate the Continue AI code assistant into VSCode, covering installation, configuration, and usage tips for efficient, secure development.

AI integrationAnythingLLMDeepSeek
0 likes · 10 min read
Building a Local Personal Knowledge Base with Ollama, DeepSeek‑R1, AnythingLLM and Integrating Continue into VSCode
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 24, 2023 · Artificial Intelligence

Step-by-Step Guide to Deploying LangChain‑Chatchat with ChatGLM‑2 on a Local Machine

This article provides a comprehensive tutorial on setting up the LangChain‑Chatchat open‑source project, covering environment preparation, model and embedding downloads, configuration files, database initialization, API service launch, and example curl commands for interacting with both the large language model and the local knowledge base.

APIChatGLMEmbedding
0 likes · 9 min read
Step-by-Step Guide to Deploying LangChain‑Chatchat with ChatGLM‑2 on a Local Machine