From f6e5207b4d16b7775f5efae47f719f5f04d6b395 Mon Sep 17 00:00:00 2001 From: JP Hwang <61258750+databyjp@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:38:06 +0000 Subject: [PATCH] Header fix (#2862) --- developers/weaviate/concepts/search/hybrid-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/weaviate/concepts/search/hybrid-search.md b/developers/weaviate/concepts/search/hybrid-search.md index 4050e6bb6..8c3f1ebbb 100644 --- a/developers/weaviate/concepts/search/hybrid-search.md +++ b/developers/weaviate/concepts/search/hybrid-search.md @@ -178,7 +178,7 @@ There is no equivalent threshold parameter for the keyword (BM25) component of h This is because BM25 scores are not normalized or bounded like vector distances, making a universal threshold less meaningful. -### Further resources +## Further resources - [How-to: Search](../../search/index.md) - [How-to: Hybrid search](../../search/hybrid.md)