From ed33b39062b2700fa6aeef211f832bae5ffe7beb Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 16 Nov 2025 12:08:37 +0100 Subject: [PATCH] docs: fix ADR-014 template text and numbering - Remove template instruction text from line 1 - Fix ADR numbering from 007 to 014 to match filename --- docs/ADR-014-bm25-search.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/ADR-014-bm25-search.md b/docs/ADR-014-bm25-search.md index 1491d1d..d12c6c9 100644 --- a/docs/ADR-014-bm25-search.md +++ b/docs/ADR-014-bm25-search.md @@ -1,8 +1,4 @@ -Here is a complete Architectural Decision Record (ADR) template based on your requirements. You can copy, paste, and adapt this directly. - ---- - -## ADR-007: Replace Custom Keyword Search with BM25 Hybrid Search via Qdrant +# ADR-014: Replace Custom Keyword Search with BM25 Hybrid Search via Qdrant **Date:** 2025-11-16