File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ CHANGELOG
2121 - Platform credentials (API keys, endpoints)
2222 - Model configurations per agent
2323 - Vector store configurations
24+ - Meilisearch ` semantic_ratio ` option for configuring hybrid search balance
2425 * Add dependency injection integration:
2526 - Autoconfiguration for tools and processors
2627 - Service aliases for default agent and platform
Original file line number Diff line number Diff line change @@ -59,5 +59,9 @@ CHANGELOG
5959 - Minimum score filtering
6060 - Result limiting
6161 - 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
6266 * Add custom exception hierarchy with ` ExceptionInterface `
6367 * Add support for specific exceptions for invalid arguments and runtime errors
You can’t perform that action at this time.
0 commit comments