Skip to content

Commit 44f6b07

Browse files
committed
docs: update changelogs for meilisearch semantic_ratio
1 parent 4b40b49 commit 44f6b07

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/ai-bundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/store/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@ CHANGELOG
6060
- Minimum score filtering
6161
- Result limiting
6262
- Distance/similarity scoring
63+
* Add Meilisearch hybrid search support:
64+
- Configurable `semanticRatio` parameter to control the balance between semantic (vector) and keyword (BM25) search
65+
- Default ratio of 1.0 (100% semantic search) for backward compatibility
66+
- Per-query override support via query options
6367
* Add custom exception hierarchy with `ExceptionInterface`
6468
* Add support for specific exceptions for invalid arguments and runtime errors

0 commit comments

Comments
 (0)