← 返回
数据分析 Key 中文

OEE Knowledge Base RAG

Semantic knowledge base allowing ingest, search, and retrieval of saved texts, URLs, and files using embeddings and SQLite.
支持利用嵌入技术和SQLite对已保存文本、URL及文件进行摄取、搜索和检索的语义知识库。
odinbot33
数据分析 clawhub v1.0.0 1 版本 99916.2 Key: 需要
★ 0
Stars
📥 1,192
下载
💾 21
安装
1
版本
#latest

概述

🐾 Knowledge Base (RAG) — Your Second Brain

> by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.

Save anything, recall it semantically. Personal RAG-powered knowledge base with SQLite + embeddings.

What It Does

  1. Ingest — Save text, URLs, files, notes into your knowledge base
  2. Query — Semantic search across everything you've saved
  3. Retrieve — Get relevant context for any question

Trigger Phrases

  • "remember this"
  • "save this to the knowledge base"
  • "what do I know about"
  • "search my notes"
  • "KB query"

Usage

# Ingest text
python ingest.py "The key insight from today's meeting was..."

# Ingest from a file
python ingest.py --file notes.md

# Query the knowledge base
python query.py "What did we discuss about pricing?"

# Full KB management
python kb.py stats
python kb.py search "topic"

Files

  • kb.py — core KB engine (embeddings, storage, retrieval)
  • ingest.py — CLI for adding content
  • query.py — CLI for searching
  • kb.db — SQLite database (auto-created)

Requirements

  • Python 3.10+
  • ANTHROPIC_API_KEY or OPENAI_API_KEY for embeddings

For Agents

Save context: python ingest.py "TEXT"

Retrieve context: python query.py "QUESTION"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 06:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,963
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,138
developer-tools

OEE Social Research

odinbot33
对Twitter和网络来源进行分层社交媒体调研,汇总洞察为结构化简报,基本访问无需API密钥。
★ 0 📥 1,226