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
Add model version to model metadata and change model metadata reads to be from cluster metadata (#2005)
* Add model version to model metadata
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Add model version to model metadata and change model metadata reads to be from cluster metadata
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Add changelog entry
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Set version from config context
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Fix spotless
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Update model index mappings
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Change field mapper to read model version
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* Fix tests
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
* remove println
Signed-off-by: John Mazanec <jmazane@amazon.com>
---------
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: John Mazanec <jmazane@amazon.com>
Co-authored-by: John Mazanec <jmazane@amazon.com>
(cherry picked from commit 6814c8f)
Copy file name to clipboardExpand all lines: release-notes/opensearch-knn.release-notes-2.17.0.0.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Compatible with OpenSearch 2.17.0
11
11
* Add spaceType as a top level optional parameter while creating vector field. [#2044](https://github.com/opensearch-project/k-NN/pull/2044)
12
12
### Enhancements
13
13
* Adds iterative graph build capability into a faiss index to improve the memory footprint during indexing and Integrates KNNVectorsFormat for native engines[#1950](https://github.com/opensearch-project/k-NN/pull/1950)
14
+
* Add model version to model metadata and change model metadata reads to be from cluster metadata [#2005](https://github.com/opensearch-project/k-NN/pull/2005)
14
15
### Bug Fixes
15
16
* Corrected search logic for scenario with non-existent fields in filter [#1874](https://github.com/opensearch-project/k-NN/pull/1874)
16
17
* Add script_fields context to KNNAllowlist [#1917] (https://github.com/opensearch-project/k-NN/pull/1917)
+ "\"<KNNEngine>,<SpaceType>,<Dimension>,<ModelState>,<Timestamp>,<Description>,<Error>,<NodeAssignment>,<MethodContext>,<VectorDataType>,<Mode>,<CompressionLevel>\" or "
0 commit comments