Neural search transforms text into vectors and facilitates vector search both at ingestion time and at search time.
Find a file
Owais Kazi caaebe196d
Fix HybridQueryDocIdStream by adding intoArray overridden method (#1780)
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
2026-03-06 09:21:01 -08:00
.github Publish plugin jar to maven (#1760) 2026-02-16 22:59:16 -08:00
.idea Enabled the K-NN plugin and ML plugin for integ test cluster. (#6) 2022-09-29 11:39:47 -07:00
formatter Removed mirror for jdt failures (#1543) 2025-09-02 10:52:27 -07:00
gradle/wrapper Upgrade to gradle 9.2 and run CI with JDK 25 (#1667) 2025-11-21 15:40:33 -08:00
qa [Seismic] BWC tests for nested field (#1725) 2026-01-26 16:16:35 +08:00
release-notes Add release notes for 3.5.0 (#1748) (#1755) 2026-02-06 13:20:36 -08:00
src Fix HybridQueryDocIdStream by adding intoArray overridden method (#1780) 2026-03-06 09:21:01 -08:00
.gitignore Add coverage for NeuralSearch class (#898) 2024-09-19 10:19:18 -07:00
.whitesource Add .whitesource configuration file (#51) 2023-03-20 20:12:01 -07:00
ADMINS.md [#1]Fix CI and Link Checker github workflows (#3) 2022-09-26 11:17:20 -07:00
build.gradle Increment version to 3.6.0-SNAPSHOT (#1751) 2026-02-10 14:34:18 -08:00
CHANGELOG.md Fix HybridQueryDocIdStream by adding intoArray overridden method (#1780) 2026-03-06 09:21:01 -08:00
CODE_OF_CONDUCT.md Initial commit 2022-09-22 20:20:37 -07:00
codecov.yml Update codecov to check during PR (#995) 2024-11-19 13:49:15 -08:00
CONTRIBUTING.md Support k-NN radial search parameters in neural search (#697) 2024-04-23 08:46:31 -07:00
DEVELOPER_GUIDE.md Upgrade to gradle 9.2 and run CI with JDK 25 (#1667) 2025-11-21 15:40:33 -08:00
gradle.properties Update BWC version (#1730) 2026-01-13 09:50:50 -08:00
gradlew Upgrade to gradle 9.2 and run CI with JDK 25 (#1667) 2025-11-21 15:40:33 -08:00
gradlew.bat Upgrade to gradle 9.2 and run CI with JDK 25 (#1667) 2025-11-21 15:40:33 -08:00
LICENSE Initial commit 2022-09-22 20:20:37 -07:00
lombok.config Added MLCommonsClientAcessor and MLPredict TransportAction for accessing the MLClient APIs predict API. (#16) 2022-10-10 17:53:00 -07:00
MAINTAINERS.md Add Owais Kazi (owaiskazi19) as the maintainer (#1615) 2025-10-14 12:20:26 -07:00
NOTICE Initial commit 2022-09-22 20:20:37 -07:00
README.md Initial commit for adding BWC tests in neural search plugin (#515) 2024-01-02 13:03:47 -08:00
RELEASING.md Upgrade to gradle 9.2 and run CI with JDK 25 (#1667) 2025-11-21 15:40:33 -08:00
repositories.gradle Onboard to s3 snapshots (#1618) 2025-10-18 12:55:49 -04:00
SECURITY.md Updating security reachout email (#748) 2024-05-27 09:57:49 +08:00
settings.gradle Initial commit for adding BWC tests in neural search plugin (#515) 2024-01-02 13:03:47 -08:00
TRIAGING.md Upgrade BWC version and fix neural search build (#868) 2024-08-20 16:58:48 -07:00

Build and Test Neural Search codecov Documentation Chat PRs welcome!

OpenSearch Neural Search is an OpenSearch plugin that adds dense neural retrieval into the OpenSearch ecosystem. The plugin provides the capability for indexing documents and doing neural search on the indexed documents.

Project Resources

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

License

This project is licensed under the Apache v2.0 License.

Copyright OpenSearch Contributors. See NOTICE for details.