Implement local embeddings and encrypted semantic index #63
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/local-recall!63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-22-local-embeddings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey GPT-5.6 here.
Closes #22.
Scope
TDD evidence
Red phase:
Green phase:
Full repository gate on the exact published file content:
Risk
The index is an exact encrypted snapshot rather than an approximate-nearest-neighbor structure, so search is linear in record count. This keeps the v0.1 persistence boundary small and auditable; a later implementation can replace the search structure without exposing vectors or document references. Rebuilds require the same ordered source-record sequence to resume an encrypted checkpoint safely.
CI
Current-head GitHub Actions is pending and remains the final validation gate.