You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed `PrototypeEmbedding` class. For classification, StoredEmbedding is now used and id: Long, represent classId. Use is expected to store mapping to string if needed.
45
46
47
+
---
46
48
47
49
## v1.2.1 - 17/12/2025
48
50
@@ -61,6 +63,7 @@
61
63
### Removed
62
64
* Removed `useCache`
63
65
66
+
---
64
67
65
68
## v1.2.0 - 26/11/2025
66
69
@@ -73,13 +76,14 @@
73
76
* Removed `ProcessOptions` (breaking)
74
77
* Removed data packages for both core and ml modules and moved the files into relevant packages
75
78
79
+
---
80
+
76
81
## v1.1.1 - 04/11/2025
77
82
78
83
### Added
79
84
* Added new text embedding provider, Mini-LM
80
85
* Add `initialized` and `isInitialized` to `IEmbeddingProvider`"
81
86
82
-
83
87
### Changed
84
88
* IEmbeddingProvider is require to provider `embeddingDim` variable (used to be optional)
85
89
* Renamed `embeddingLength` to `embeddingDim` for `FileEmbeddingStore` constructor param
@@ -88,6 +92,8 @@
88
92
- Moved to core/processor: `IProcessorListener`
89
93
- Moved to ml/models: `IModelLoader`
90
94
95
+
---
96
+
91
97
## v1.1.0 - 30/10/2025
92
98
93
99
### Changed
@@ -102,18 +108,16 @@
102
108
*`BatchProcessor` now accepts a `Context` (uses `applicationContext` internally).
103
109
104
110
### Fixed
105
-
106
111
* fix `ClipTextEmbedder`: prevent IllegalCapacity in embed
107
112
108
-
109
113
### Removed
110
-
111
114
*`Organiser` class removed.
112
115
113
116
### Notes
114
117
This release replaces the old `core` and `extensions` structure.
115
118
If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
116
119
120
+
---
117
121
118
122
## v1.0.4 – 19/10/2025
119
123
@@ -123,6 +127,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
123
127
* Update batch processor to ensure progress is tracked correctly regardless of errors
124
128
* Update batch processor to call onComplete even if items is empty
125
129
130
+
---
131
+
126
132
## v1.0.3 – 14/10/2025
127
133
128
134
### Added
@@ -133,6 +139,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
133
139
*`get(id: Long)` – fetch a single embedding by ID.
134
140
* Tests added to verify correct behavior and boundary handling for the new query overload.
135
141
142
+
---
143
+
136
144
## v1.0.2 – 05/10/2025
137
145
138
146
### Changed
@@ -144,6 +152,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
144
152
### Fixed
145
153
* Fixed typo in getScaledDimension function
146
154
155
+
---
156
+
147
157
## v1.0.1 – 26/09/2025
148
158
149
159
### Changed
@@ -152,5 +162,7 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
0 commit comments