You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/research/references.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,6 @@ Compiled from `## References` sections across docs, plus README and ongoing rese
56
56
57
57
---
58
58
59
-
## Context & Token Efficiency
60
-
61
-
-[Context Mode](https://mksg.lu/blog/context-mode) — Mert Köseoğlu, 2026. MCP server that compresses tool outputs before they enter the context window, achieving 98% reduction. Reference implementation for Smoosh Knowledge Base: dual FTS5 tables (Porter + trigram), BM25 ranking, 3-layer fallback search, chunking strategies. Source: [github.com/mksglu/claude-context-mode](https://github.com/mksglu/claude-context-mode). ([smoosh](../smoosh.md))
62
-
-[exqlite](https://github.com/elixir-sqlite/exqlite) — Direct SQLite3 NIF driver for Elixir. Used by KnowledgeBase for FTS5/BM25 without Ecto. Requires `SQLITE_ENABLE_FTS5=1` compile flag. ([smoosh](../smoosh.md))
63
-
-[SQLite FTS5 Extension](https://sqlite.org/fts5.html) — Official SQLite docs for FTS5 virtual tables, `bm25()` ranking function, `highlight()`, and tokenizer configuration (`porter`, `unicode61`, `trigram`). ([smoosh](../smoosh.md))
64
-
65
59
## TODO
66
60
67
61
Papers and resources to review and potentially integrate:
0 commit comments