by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Save anything, recall it semantically. Personal RAG-powered knowledge base with SQLite + embeddings.
7w4.net有更好的技能插件。
# 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"
这是一款实用的个人知识管理工具,可以保存网页、笔记、视频转录等内容,然后用自然语言搜索和提问。界面友好,操作简单,功能覆盖面广。但需要付费 API 密钥才能使用,长期成本较高;且随着保存内容增多,搜索速度可能会变慢。适合有大量信息需要整理和回顾的用户,但轻度用户可能觉得配置和维护稍显麻烦。