RAGEve 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
RAGEve是开源的本地AI工具,集成了Ollama、Qdrant、Redis和MinIO等技术,提供了一个无云、无API key的RAG平台,适合于开发和部署本地AI应用。它支持本地安装和使用,方便用户快速构建和测试AI模型。
RAGEve 是一款基于 Python 开发的开源工具,专注于 installable、ai、chatbot 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
RAGEve是开源的本地AI工具,集成了Ollama、Qdrant、Redis和MinIO等技术,提供了一个无云、无API key的RAG平台,适合于开发和部署本地AI应用。它支持本地安装和使用,方便用户快速构建和测试AI模型。
RAGEve 是一款基于 Python 开发的开源工具,专注于 installable、ai、chatbot 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install rageve
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install rageve
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/bazzi24/RAGEve
cd RAGEve
pip install -e .
# 验证安装
python -c "import rageve; print('安装成功')"
# 命令行使用
rageve --help
# 基本用法
rageve input_file -o output_file
# Python 代码中调用
import rageve
# 示例
result = rageve.process("input")
print(result)
# rageve 配置文件示例(config.yml) app: name: "rageve" debug: false log_level: "INFO" # 运行时指定配置文件 rageve --config config.yml # 或通过环境变量配置 export RAGEVE_API_KEY="your-key" export RAGEVE_OUTPUT_DIR="./output"

Local-first RAG platform — Fast, private, no cloud required.
<a href="#-get-started">Get Started</a> · <a href="#-configurations">Configuration</a> · <a href="#-launch-service-from-source-for-development">Develop</a> · <a href="#-community">Community</a> · <a href="#-contributing">Contributing</a>
</div>
---
<details open> <summary><b> Table of Contents</b></summary>
</details>
---
| Requirement | Version | Notes |
|---|---|---|
| **Docker** | >= 24.0.0 | [Install Docker](https://docs.docker.com/get-docker/) |
| **Docker Compose** | >= v2.26.1 | Usually bundled with Docker Desktop |
| **macOS / Linux / WSL2** | — | Windows native not supported; use WSL2 |
| **Disk** | >= 50 GB | For models (~8 GB) and data |
| **RAM** | >= 16 GB | Recommended; CPU fallback is slower |
Windows: Enable WSL2 and run all commands from inside the WSL shell. Do not run scripts from PowerShell or CMD.
ollama pull nomic-embed-text ollama pull llama3.2:latest
uv sync
cd frontend && npm install && cd ..
One command for everything — auto-installs if needed:
git clone https://github.com/bazzi24/RAGEve.git
cd RAGEve
./scripts/run.sh
The first run will: 1. Install uv (Python package manager) 2. Install Ollama and pull models (nomic-embed-text + llama3.2) 3. Start Docker containers (Qdrant + MySQL) 4. Start the FastAPI backend and Next.js frontend
Open http://localhost:3000 when you see:
██████╗ █████╗ ██████╗ ███████╗██╗ ██╗███████╗
██╔══██╗██╔══██╗██╔════╝ ██╔════╝██║ ██║██╔════╝
██████╔╝███████║██║ ███╗█████╗ ██║ ██║█████╗
██╔══██╗██╔══██║██║ ██║██╔══╝ ╚██╗ ██╔╝██╔══╝
██║ ██║██║ ██║╚██████╔╝███████╗ ╚████╔╝ ███████╗
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═══╝ ╚══════╝
AI-powered RAG platform — Ollama · Qdrant · FastAPI · Next.js
https://github.com/bazzi24/RAGEve
[*] Starting FastAPI backend...
[*] Starting Next.js frontend...
[✓] RAGEve is running!
Frontend http://localhost:3000
Backend http://localhost:8000
API docs http://localhost:8000/docs
Press Ctrl+C to stop all services cleanly.
Start RAGEve locally and open http://localhost:3000:
git clone https://github.com/bazzi24/RAGEve.git
cd RAGEve
./scripts/run.sh
Tip: On first run,install.shautomatically installsuv, Ollama, pulls the required models (~8 GB), and starts Docker services. This takes about 5–10 minutes once, then subsequent starts are instant.
---
RAGEve uses environment variables for configuration. Copy the example and customize:
```bash
RAGEve是一个有潜力的开源AI工具,提供了一个无云、无API key的RAG平台,适合于开发和部署本地AI应用。然而,它的文档和社区支持还需要进一步改进。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,RAGEve 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | RAGEve |
| 原始描述 | 开源AI工具:Local-first RAG platform — Ollama + Qdrant + Redis + MinIO. No cloud, no API key。⭐15 · Python |
| Topics | installableaichatbotchatbot-localembeddinghuggingfacepython |
| GitHub | https://github.com/bazzi24/RAGEve |
| License | NOASSERTION |
| 语言 | Python |
收录时间:2026-05-21 · 更新时间:2026-05-24 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。