zotero-rag
Installation
SKILL.md
Library RAG: Semantic Search
Semantic search over your local library of markdown-converted papers using sentence-transformers embeddings and ChromaDB.
Prerequisites
- uv installed (standard in this project)
- Papers ingested via
ingest.py(which converts to markdown, organizes files, and adds metadata toreferences.bib) references.bibwithmd_pathfields linking citation keys to markdown files
Important: Only files registered in references.bib are indexed. Loose markdown files in library/markdown/ without a bib entry will be flagged as "unlinked" during indexing. Run ingest.py to register them.
Quick Start
# Index your library (first time or after adding papers)
uv run plugins/sociology-skillset/scripts/rag.py index