# agentic_rag **Repository Path**: chen-liangjiang/agentic_rag ## Basic Information - **Project Name**: agentic_rag - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2025-10-04 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agentic RAG 系统 ## 项目简介 这是一个基于 LlamaIndex 的 RAG(检索增强生成)系统,用于智能文档检索和分析。 ## 主要文件 - `llamaindex_rag.py` - 主要的RAG检索实现 - `agentic_retrieval_solution.py` - 代理检索解决方案 - `batch_processor.py` - 批处理器 - `run_solution.py` - 运行脚本 - `test.py` - 测试脚本 ## 功能特点 - 🔍 语义检索:使用 HuggingFace 嵌入模型 - 📊 结果分析:智能格式化检索结果 - 🎯 相关性排序:基于相似度的文档排序 - 📝 内容预览:简洁的结果展示 ## 使用方法 ```bash python llamaindex_rag.py ``` ## 依赖安装 ```bash pip install llama-index llama-index-embeddings-huggingface ```