Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 424: Add support for handling of vector fields. #489

Merged
Prev Previous commit
Next Next commit
Issue 424: Add support for handling of vector fields. Added a line to…
… the CHANGELOG file. Signed-off-by: Dmitry Goldenberg <dgoldenberg@integralads.com>

Signed-off-by: Dmitry Goldenberg <dgoldenberg@integralads.com>
  • Loading branch information
dgoldenberg-ias committed Sep 12, 2024
commit 4ebbf0586d08e562552675112d05bfd8df275cbb
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
- Added basic support for HTTP compression when writing to OpenSearch ([#451](https://github.com/opensearch-project/opensearch-hadoop/pull/451))
- Added support for k-nn vectors ([#424](https://github.com/opensearch-project/opensearch-hadoop/pull/TBD))

### Changed

Expand Down