Building a RAG-Based Intelligent Assistant
This article provides a detailed technical guide on implementing a Retrieval-Augmented Generation (RAG) intelligent assistant using the InternLM framework and the Huixiangdou toolset. The process involves creating a domain-specific knowledge base, deploying the assistant on cloud platforms, and integrating it with popular communication tools li ...
Posted on Fri, 31 Jul 2026 16:52:55 +0000 by dude81
Building a Personal Knowledge Assistant with LangChain and Gradio
This implementation creates a personal knowledge assistant by integrating LangChain for retrieval-augmented generation with a Gradio-based user interface. The system allows users to query a custom knowledge base while optionally enabling contextual retrieval to enhance response accuracy and reduce model hallucinations.
Environment Setup
Python ...
Posted on Thu, 14 May 2026 19:56:45 +0000 by kimbeejo