From ba97c03b0206586591147e1306a01b363d02b0d7 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Sat, 7 Mar 2026 21:26:32 -0400 Subject: [PATCH] docs: credit Ilya Grigorik in 1.1.5 changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017a1fc..b45db49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ Ambiguous queries like "performance" now produce dramatically better results when the caller knows what they mean. The new `intent` parameter steers all five pipeline stages — expansion, strong-signal bypass, chunk selection, -reranking, and snippet extraction — without searching on its own. +reranking, and snippet extraction — without searching on its own. Design and +original implementation by Ilya Grigorik (@vyalamar) in #180. ### Changes