1- ### v1.1.1 - 04/11/2025
1+ ## v1.2.0 - 26/11/2025
2+
3+ ### Added
4+ * Added new models: DinoV2 and InceptionResnet
5+
6+ ### Removed
7+ * Removed ` FileEmbeddingRetriever ` and and its query methods to ` FileEmbeddingStore ` (breaking)
8+ * Removed ` iscached ` from ` FileEmbeddingStore ` (breaking)
9+ * Removed ` ProcessOptions ` (breaking)
10+ * Removed data packages for both core and ml modules and moved the files into relevant packages
11+
12+ ## v1.1.1 - 04/11/2025
213
314### Added
415* Added new text embedding provider, Mini-LM
1324 - Moved to core/processor: ` IProcessorListener `
1425 - Moved to ml/models: ` IModelLoader `
1526
16- ### v1.1.0 - 30/10/2025
27+ ## v1.1.0 - 30/10/2025
1728
1829### Changed
1930* Project structure refactored from ** core + extensions** to ** core + ml** .
2637* ` ClipImageEmbedder ` and ` ClipTextEmbedder ` now accept context instead of resources
2738* ` BatchProcessor ` now accepts a ` Context ` (uses ` applicationContext ` internally).
2839
29- ### Fixed
40+ ### Fixed
3041
3142* fix ` ClipTextEmbedder ` : prevent IllegalCapacity in embed
3243
@@ -54,8 +65,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
5465
5566* ` FileEmbeddingRetriever ` now supports batch retrieval via ` start ` and ` end ` indices with a new ` query ` overload.
5667* ` FileEmbeddingStore ` ` getAll ` method renamed to ` get ` , and two new overloads added:
57- * ` get(ids: List<Long>) ` – fetch multiple embeddings by ID.
58- * ` get(id: Long) ` – fetch a single embedding by ID.
68+ * ` get(ids: List<Long>) ` – fetch multiple embeddings by ID.
69+ * ` get(id: Long) ` – fetch a single embedding by ID.
5970* Tests added to verify correct behavior and boundary handling for the new query overload.
6071
6172## v1.0.2 – 05/10/2025
@@ -72,7 +83,7 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
7283## v1.0.1 – 26/09/2025
7384
7485### Changed
75- * IEmbeddingStore interface - getAll, isCached, exist
86+ * IEmbeddingStore interface - getAll, isCached, exist
7687* Use linked hashmap for cache instead of list
7788* Pass store to Indexers
7889* Update tests
0 commit comments