oee-knowledge-baseSemantic knowledge base allowing ingest, search, and retrieval of saved texts, URLs, and files using embeddings and SQLite.
Install via ClawdBot CLI:
clawdbot install OdinBot33/oee-knowledge-baseby Odin's Eye Enterprises β Ancient Wisdom. Modern Intelligence.
Save anything, recall it semantically. Personal RAG-powered knowledge base with SQLite + embeddings.
# 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"
kb.py β core KB engine (embeddings, storage, retrieval)ingest.py β CLI for adding contentquery.py β CLI for searchingkb.db β SQLite database (auto-created)ANTHROPIC_API_KEY or OPENAI_API_KEY for embeddingsSave context: python ingest.py "TEXT"
Retrieve context: python query.py "QUESTION"
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.