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

Advanced Retrieval-Augmented Generation: Implementation with LlamaIndex

Advanced RAG Techniques Overview Recent developments in retrieval-augmented generation have led to three distinct paradigms: Naive RAG Advenced RAG Modular RAG This article explores these approaches and demonstrates how to implement an advanced RAG pipeline using LlamaIndex with Python. We'll cover three key optimization techniques: Pre-retr ...

Posted on Sat, 11 Jul 2026 17:14:57 +0000 by jammesz

Deploying RAG Inference Clusters with GPUStack and Dify

Managing heterogeneous accelerators for Retrieval-Augmented Generation pipelines requires a unified serving layer. GPUStack provides an open-source infrastructure to aggregate NVIDIA, Apple Silicon, Ascend, and Moore Threads hardware into a single cluster, enabling on-premise deployment of the three foundational components for RAG: conversation ...

Posted on Tue, 07 Jul 2026 16:58:19 +0000 by iBlizz

Building an Internal Knowledge System with Easysearch and Large Language Models

Introduction to Enterprise Knowledge Retrieval Challenges Modern enterprises often accumulate vast amounts of internal documentation, ranging from product specifications and compliance guidelines to operational procedures and technical manuals. New employees frequently encounter a deluge of information, often struggling to locate specific detai ...

Posted on Sat, 04 Jul 2026 17:15:31 +0000 by Stagnate

LangPipe: A Lightweight Framework for LLM Pipeline Applications

LangPipe is a lightweight framework designed for building applications with large language models. It provides solutions for various tasks including: Text generation Conversations with LLMs Task classification Parametre extraction Web search-based RAG SQL-based RAG Vector-based RAG Database interactions Web content conversations Knowledge base ...

Posted on Tue, 30 Jun 2026 17:06:21 +0000 by adnan856

Technical Architecture of Generative Engine Optimization Systems

The Paradigm Shift: From Indexing to Synthesis As user behavior transitions from keyword-based queries to natural language interrogations, the mechanism of information discovery is shifting fundamentally. The dominance of traditional Search Engine Optimization (SEO), which relies on keyword matching and backlink graphs, is being challenged by G ...

Posted on Fri, 26 Jun 2026 16:21:30 +0000 by abhi

An Overview of Retrieval-Augmented Generation (RAG): Core Concepts and Implementation

What is Retrieval-Augmented Generation (RAG)? Retrieval-Augmented Generation (RAG) is a technique that combines information retrieval with generative models. It addresses the limitation of storing all knowledge within a single model's parameters by first retrieving relevant information from an external knowledge source and then using this conte ...

Posted on Tue, 23 Jun 2026 17:09:35 +0000 by coho75

Deploying Langchain-Chatchat 0.3.0 with Xinference: Setup Walkthrough and Troubleshooting Tips

2024-7-15 Update The Langchain-Chatchat codebase has advanced to version 0.3.1, which revises CLI execution. The original Step 4 instructions are no longer compatible; follow the project’s official README instead. The 0.3.0 release of Langchain-Chatchat introduced architectural adjustments, requiring integration with third-party model inferen ...

Posted on Thu, 04 Jun 2026 17:57:22 +0000 by kpetsche20

FastGPT Quick Start Guide: Building an Enterprise AI Knowledge Base in 30 Minutes

FastGPT Quick Start Guide: Building an Enterprise AI Knowledge Base in 30 Minutes FastGPT is an open-source AI agent platform that simplifies complex large language model applications through drag-and-drop workflows. This guide will walk you through deployment, core configuration, and practical implementation to transform AI into your organizat ...

Posted on Tue, 02 Jun 2026 18:05:01 +0000 by gazfocus

Environment Setup Guide for LangChain v0.3 and Xinference Deployment

Deploying a RAG system using the latest LangChain v0.3 alongside the Xinference inference framework requires careful environment isolation. To avoid dependency conflicts between the orchestration layer and the model backend, its best practice to maintain separate virtual environments. Below is a technical breakdown of the configuraton process a ...

Posted on Sun, 17 May 2026 16:42:26 +0000 by dheeraj