neural-search icon indicating copy to clipboard operation
neural-search copied to clipboard

Plugin that adds dense neural retrieval into the OpenSearch ecosytem

Results 136 neural-search issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Hybrid search doesn't return the scores of each individual query, making it difficult to debug why fragments were included/excluded ### What...

enhancement
v2.18.0

### Description The aim of this issue is to write the performance and accuracy benchmarks for different features of Neural search plugin. ### Tasks - [ ] List all the...

backlog

### Description Adding compatibility to run bwc rolling upgrade tests against 2.9 and 2.10 with latest opensearch version ### Issues Resolved [https://github.com/opensearch-project/neural-search/issues/529](https://github.com/opensearch-project/neural-search/issues/529) ### Check List - [ ] New functionality...

The integration test failed at distribution level for component neural-searchVersion: 3.0.0Distribution: tarArchitecture: x64Platform: linuxPlease check the logs: https://build.ci.opensearch.org/job/integ-test/6581/display/redirect * Test-report manifest:* - https://ci.opensearch.org/ci/dbc/integ-test/3.0.0/8983/linux/x64/tar/test-results/6581/integ-test/test-report.yml _Note: Steps to reproduce, additional logs and...

autocut
integ-test-failure
v3.0.0
linux:tar:x64
linux:tar:arm64
linux:rpm:x64
linux:deb:x64
windows:zip:x64

### Is your feature request related to a problem? This is meta issue that orchestrate all tasks related to chunking and search of long passages and include both ingest, storage...

enhancement

# Problem Statements When users utilize `bulk` API to ingest multiple documents in a single request, the OpenSearch ingest pipeline only handles one at a time in a sequential order...

Features

This is a component issue for `2.13.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4433. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...

v2.13.0

### Is your feature request related to a problem? Add Reranker feature bwc tests for restart-upgrade and rolling-upgrade scenarios. ### Do you have any additional context? Refence BWC tests PR...

Infrastructure

### What is the bug? We are getting status 500 on open search dashboard when running hybrid queries with **preference=_local** and **request_cache=true** flags. The initial investigation shows the error occurs...

bug

### Description These changes will allow embeddings to be computed when using a nested source field for a text embedding processor as shown in the configuration below: ``` PUT /_ingest/pipeline/nlp-ingest-pipeline...

skip-changelog