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: src/store/CHANGELOG.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,6 @@ CHANGELOG
59
59
- Minimum score filtering
60
60
- Result limiting
61
61
- Distance/similarity scoring
62
-
* Add Meilisearch hybrid search support:
63
-
- Configurable `semanticRatio` parameter to control the balance between semantic (vector) and keyword (BM25) search
64
-
- Default ratio of 1.0 (100% semantic search) for backward compatibility
65
-
- Per-query override support via query options
62
+
* Add Meilisearch hybrid search support with a configurable `semanticRatio` parameter to control the balance between semantic (vector) and full-text search.
66
63
* Add custom exception hierarchy with `ExceptionInterface`
67
64
* Add support for specific exceptions for invalid arguments and runtime errors
0 commit comments