Skip to content

Commit e9bca6e

Browse files
committed
update changelog
1 parent 0f873cc commit e9bca6e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.0.3 – 14/10/2025
2+
3+
### Added
4+
5+
* `FileEmbeddingRetriever` now supports batch retrieval via `start` and `end` indices with a new `query` overload.
6+
* `FileEmbeddingStore` `getAll` method renamed to `get`, and two new overloads added:
7+
* `get(ids: List<Long>)` – fetch multiple embeddings by ID.
8+
* `get(id: Long)` – fetch a single embedding by ID.
9+
* Tests added to verify correct behavior and boundary handling for the new query overload.
10+
111
## v1.0.2 – 05/10/2025
212

313
### Changed

0 commit comments

Comments
 (0)