913a98329aedd67aee8bb533528eeea23d0c1df4
BM25+ (k1=1.2, b=0.75, delta=1.0) now powers all search routes in EL. No external dependencies in the activation/search path. - bm25_tokenize/bm25_count_term/bm25_score_doc/bm25_search_json in server.el - route_search, route_neuron_recall: engram_search_json -> bm25_search_json - route_activate: BM25 pre-bias (strengthen top-10) before spreading activation - Remove standalone /api/bm25/search endpoint (BM25 is the engine, not a feature) - Fix zero-score filter: float comparison not string match - Add + to tokenizer for URL-encoded query params - Scan floor 200 nodes regardless of limit size - Revert Ollama engram_embed_query from 9af2482 (no Ollama at query time) - Add list_set and math_exp builtins to el_runtime.c
Description
The Engram programming language — types as knowledge nodes, quantum-sealed prod target
152 MiB
Releases
5
El SDK (latest)
Latest
Languages
Emacs Lisp
74.5%
C
22.1%
HTML
1.4%
Objective-C
0.6%
Shell
0.6%
Other
0.8%