Skip to content

Commit 0be5f6d

Browse files
committed
docs: update changelogs for meilisearch semantic_ratio
1 parent 3066ce5 commit 0be5f6d

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
@@ -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

0 commit comments

Comments
 (0)