Commit graph

5 commits

Author SHA1 Message Date
afdd6ae7e0 Move clippings store into clippings_search/store_clippings/
Rename storage_clippings/ to clippings_search/store_clippings/ to keep
the experimental clippings search self-contained in its subdirectory.
2026-02-26 16:53:36 -05:00
13785d667a Rename storage_exp/ to store/, remove unused storage/
Update all active scripts, .gitignore, CLAUDE.md, and README.md.
Also fix stale filename references in script header comments.
2026-02-26 16:36:57 -05:00
Eric
b4bf89ce4b Built semantic search over clippings files.
Embedded text as a ChromaDB to learn that.
Updated requirements to include new depenendencies
2026-02-22 07:48:48 -05:00
Eric
c47c5e5c4f Fix path metadata consistency in incremental vector store updates
Prepend "./" to file paths passed to SimpleDirectoryReader during
incremental updates so source document metadata matches full rebuilds.
Also add API_key_temp to .gitignore.
2026-02-20 07:32:06 -05:00
Eric
e9fc99ddc6 Initial commit: RAG pipeline for semantic search over personal journal archive
Vector search with cross-encoder re-ranking, hybrid BM25+vector retrieval,
incremental index updates, and multiple LLM backends (Ollama local, OpenAI API).
2026-02-20 06:02:28 -05:00