Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
71c92d0
chore(deps): add fastembed and improve HTTP stack
urmzd Mar 30, 2026
4339916
docs: update specification for project resolution and daemon
urmzd Mar 30, 2026
af16c86
feat(embed): switch from Ollama to local fastembed embeddings
urmzd Mar 30, 2026
f5decc9
feat(index): add embedding quality evaluation metrics
urmzd Mar 30, 2026
d18d6b3
feat(index): support plain-text chunking for unsupported files
urmzd Mar 30, 2026
8e7318c
feat(server): add daemon mode with remember endpoint and state manage…
urmzd Mar 30, 2026
2a5c8ed
refactor(cli): remove context switching, add daemon integration and refs
urmzd Mar 30, 2026
41e0221
test: update integration tests and snapshots
urmzd Mar 30, 2026
3bdc074
docs(cli): update command reference for new API
urmzd Mar 30, 2026
a8b95e3
docs(index): document embedding eval module and plain-text chunking
urmzd Mar 30, 2026
45f749a
docs: update architecture documentation for fastembed and layered graphs
urmzd Mar 30, 2026
0072cf4
feat(config): add output and consolidation settings
urmzd Mar 30, 2026
3af05ea
docs(skills/llmem): add CLI and config references
urmzd Mar 30, 2026
b6e27ea
feat(cli): add TUI output, command timer, and associative linking
urmzd Mar 30, 2026
bd4582e
feat(cli): enable TUI mode via LLMEM_TUI environment variable
urmzd Mar 30, 2026
263fd14
build: add criterion benchmarking and validation targets
urmzd Mar 30, 2026
a80f75e
docs(benchmarks): add benchmark table placeholders and update reprodu…
urmzd Mar 30, 2026
6170930
chore(config): update sr configuration with full documentation
urmzd Mar 30, 2026
c1b924d
feat(core): add temporal scoring module for memory retrieval
urmzd Mar 30, 2026
5569da2
perf(core): add criterion benchmarks for storage layer
urmzd Mar 30, 2026
dc3d265
perf(index): expand benchmark suite for distance and ANN operations
urmzd Mar 30, 2026
319bc8a
test(core): add fidelity validation tests for storage layer
urmzd Mar 30, 2026
9c0f3b0
test(index): add quality validation tests for ANN indices
urmzd Mar 30, 2026
b191193
test(quant): add fidelity validation tests for quantization
urmzd Mar 30, 2026
d972d80
feat(cli): implement temporal re-ranking in search results
urmzd Mar 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# Hook sync state (machine-local)
.githooks/.sr-hooks-hash

# Embedding model cache
.fastembed_cache/
Loading
Loading