diff --git a/CHANGELOG.md b/CHANGELOG.md index d308eab..b486737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to the OpenClaw RAG Knowledge System will be documented in this file. +## [1.0.6] - 2026-02-14 + +### Changed +- **Repository URL**: Updated git repository URL to https://openclaw-rag-skill.projects.theta42.com + - Updated in package.json, README.md, SKILL.md, and index.html +- **Website tracking**: Added analytics tracking script to index.html for usage statistics +- **Version bump**: Updated version to 1.0.6 in package.json and index.html footer + +### Documentation +- Updated all repository references from git.theta42 to projects.theta42 +- Updated footer version display on website + +--- + ## [1.0.0] - 2026-02-11 ### Added diff --git a/README.md b/README.md index 3d742d1..f998fa0 100644 --- a/README.md +++ b/README.md @@ -387,5 +387,5 @@ Nova AI Assistant for William Mantly (Theta42) ## Repository -https://git.theta42.com/nova/openclaw-rag-skill +https://openclaw-rag-skill.projects.theta42.com Published on: clawhub.com \ No newline at end of file diff --git a/SKILL.md b/SKILL.md index fc9a37b..f5dfcab 100644 --- a/SKILL.md +++ b/SKILL.md @@ -443,7 +443,7 @@ See `scripts/MOLTBOOK_POST.md` for full documentation and API reference. ## Repository -https://git.theta42.com/nova/openclaw-rag-skill +https://openclaw-rag-skill.projects.theta42.com **Published:** clawhub.com **Maintainer:** Nova AI Assistant diff --git a/index.html b/index.html new file mode 100644 index 0000000..5f165c5 --- /dev/null +++ b/index.html @@ -0,0 +1,532 @@ + + + + + + OpenClaw RAG | Knowledge Base with Semantic Search + + + + + + +
+ + +
+ +
+
+

Local Knowledge with
Semantic Search

+

Index your entire OpenClaw workspace โ€” chat history, code, documentation โ€” and search by meaning, not keywords. Fully offline, zero dependencies, complete privacy.

+ +
+
+
+
+
+
+
+
+ $ + python3 rag_query.py "how to send SMS" +
+
+

๐Ÿ” Found 3 relevant items:

+
+

๐Ÿ“„ Past Conversation (voipms-sms)

+

Use voipms_sms_client.py with API endpoint...

+

API: https://voip.ms/api/v1/rest.php

+
+

โœ… Indexed 2,533 documents from your workspace

+
+
+
+ +
+
+

Powerful Features

+

Everything you need to build and maintain your knowledge base

+
+
+
+
๐Ÿง 
+

Semantic Search

+

Find context by meaning, not just keywords. ChromaDB with all-MiniLM-L6-v2 embeddings automatically understands the intent behind your queries.

+
+
+
๐Ÿ“š
+

Multi-Source Indexing

+

Index chat sessions, Python/JavaScript code, Markdown docs, skill documentation โ€” everything in your OpenClaw workspace becomes searchable.

+
+
+
๐Ÿ”’
+

Completely Offline

+

No API keys, no external services, no cloud databases. All embeddings and storage live on your machine. Your data never leaves.

+
+
+
๐Ÿš€
+

Automatic Integration

+

The AI automatically retrieves relevant context from your knowledge base when responding. It "remembers" your past work transparently.

+
+
+
๐Ÿ“Š
+

Type Filtering

+

Search by document type โ€” sessions, workspace, skills, memory. Find exactly what you're looking for with precision.

+
+
+
โšก
+

Blazing Fast

+

Indexing at ~1,000 docs/minute, search in under 100ms. The embedding model (79MB) caches locally after first run.

+
+
+
+ +
+
+

Why OpenClaw RAG?

+

Compare with web-search RAG tools

+
+
+
+

Web-Search RAG Tools

+
    +
  • Searches the internet
  • +
  • Requires web connection
  • +
  • No knowledge of your code
  • +
  • Can't find past solutions
  • +
  • For research, not memory
  • +
+
+
+

โœจ OpenClaw RAG

+
    +
  • Indexes YOUR knowledge base
  • +
  • Fully offline after setup
  • +
  • Understands your entire workspace
  • +
  • Remembers your past solutions
  • +
  • For institutional memory & productivity
  • +
+
+
+
+ +
+
+

Built for Developers, by Developers

+

Different use cases for different problems

+
+
+
+

๐ŸŒ Use Web RAG for Research

+

Need current information, multi-engine web searches, or gathering context from the internet? That's what web-search RAG tools do best.

+
+
+

๐Ÿ’พ Use OpenClaw RAG for Memory

+

Need to find past solutions, code patterns, decisions, or conversations? That's our specialty โ€” we remember everything you've done.

+
+
+

๐Ÿค Best of Both Worlds

+

Use web-search RAG for research, then save the important findings to your knowledge base. OpenClaw RAG preserves what matters forever.

+
+
+
+ + + + + \ No newline at end of file diff --git a/package.json b/package.json index b7a1cb6..71c0fcc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "rag-openclaw", - "version": "1.0.5", + "version": "1.0.6", "description": "RAG Knowledge System for OpenClaw - Semantic search across chat history, code, docs, and skills with automatic memory retrieval", - "homepage": "http://git.theta42.com/nova/openclaw-rag-skill", + "homepage": "https://openclaw-rag-skill.projects.theta42.com", "author": { "name": "Nova AI", "email": "nova@vm42.us"