Built semantic search over clippings files.

Embedded text as a ChromaDB to learn that.
Updated requirements to include new depenendencies
This commit is contained in:
Eric 2026-02-22 07:48:48 -05:00
commit b4bf89ce4b
4 changed files with 667 additions and 8 deletions

9
.gitignore vendored
View file

@ -6,12 +6,17 @@ __pycache__/
# HuggingFace cached models (large, ~2 GB)
models/
# Vector stores (large, rebuild with build_exp_claude.py)
# Vector stores (large, rebuild with build scripts)
storage_exp/
storage/
storage_clippings/
# Data (symlink to private journal files)
# Data (symlinks to private files)
data
clippings
# Generated file lists
ocr_needed.txt
# IDE and OS
.DS_Store