← 返回
AI智能

ClawRAG - Self-hosted RAG & Memory

Self-hosted RAG engine with hybrid semantic and keyword search, document ingestion, local privacy, and seamless OpenClaw integration via Docker.
自托管 RAG 引擎,混合语义与关键词搜索、文档摄入、本地隐私,Docker 无缝集成 OpenClaw。
2dogsandanerd
AI智能 clawhub v1.2.0 1 版本 99950.7 Key: 无需
★ 0
Stars
📥 2,029
下载
💾 123
安装
1
版本
#documents#latest#local-ai#mcp#memory#privacy#rag#search#self-hosted#vector

概述

ClawRAG Connector

The Brain for OpenClaw - Self-hosted RAG engine with hybrid search.

> ⚠️ This skill requires Docker. It connects OpenClaw to your local ClawRAG instance.

What is ClawRAG?

Production-ready RAG infrastructure that keeps your data local:

  • 🔒 Privacy-first: Vector DB runs on your machine
  • 🔍 Hybrid Search: Semantic + Keyword (BM25) + RRF ranking
  • 📄 Smart Ingestion: PDFs, Office docs, Markdown via Docling
  • 🧠 MCP-native: Seamless OpenClaw integration

Installation

Step 1: Start ClawRAG (Docker)

git clone https://github.com/2dogsandanerd/ClawRag.git
cd ClawRag
cp .env.example .env
docker compose up -d

Wait for http://localhost:8080/health to return OK.

Step 2: Connect OpenClaw

openclaw mcp add --transport stdio clawrag npx -y @clawrag/mcp-server

Verification

Test your setup:

curl http://localhost:8080/api/v1/rag/collections

Features

CapabilityDescription
-------------------------
Document UploadPDF, DOCX, TXT, MD via API or folder
Hybrid QueryVector similarity + keyword matching
CitationsSource tracking for all answers
Multi-CollectionOrganize knowledge by project

Requirements

  • Docker + Docker Compose
  • 4GB+ RAM (8GB recommended for local LLM)
  • Or: OpenAI/Anthropic API key for cloud LLM

Architecture

OpenClaw ◄──MCP──► @clawrag/mcp-server ◄──HTTP──► ClawRAG API (localhost:8080)
                                           │
                                           ▼
                                    ┌─────────────┐
                                    │  ChromaDB   │
                                    │  (vectors)  │
                                    └─────────────┘

Links

  • 📚 Full Docs: https://github.com/2dogsandanerd/ClawRag#readme
  • 🔧 API Reference: http://localhost:8080/docs (when running)
  • 🐛 Issues: https://github.com/2dogsandanerd/ClawRag/issues
  • 📦 MCP Package: https://www.npmjs.com/package/@clawrag/mcp-server

Tags

rag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai


Metadata für ClawHub-Upload:

FeldWert
------------
Slugclawrag
Display nameClawRAG - Self-hosted RAG & Memory
Version1.2.0
Tagsrag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai

Changelog für Version 1.2.0

1.2.0 - Initial ClawHub Release

  • Connector skill for OpenClaw integration
  • MCP server support (@clawrag/mcp-server v1.1.0)
  • Docker-first deployment
  • Hybrid search (Vector + BM25)

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-03-28 21:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,051
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 838 📥 213,364
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,060 📥 798,766