Commit Graph

2 Commits

Author SHA1 Message Date
stumpylog 5cdd9faa56 docs(plan): add Task 13 — pass new AI code through pyrefly
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 09:41:05 -07:00
stumpylog 69ca36a16d Design: Implementation plan for the LanceDB vector store
Task-by-task TDD plan implementing the LanceDB design spec: dependency
swap, the PaperlessLanceVectorStore adapter, atomic merge_insert upsert,
ANN threshold + scalar index + compaction, the indexing/chat/similar
rewires, FAISS migration, and a lazy-import guard test so non-AI paths
(management commands) never drag in llama_index/lancedb/pyarrow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 09:41:03 -07:00