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

### What is the bug? When you configure an index with a search pipeline as below the `GET /your_index/_search ` yields a 500 error - Null Pointer Exception. It seems...

bug
good first issue

### Is your feature request related to a problem? #### Background Currently in neural search, we validate and extract data from user's index documents and send them to model for...

enhancement

### What is the bug? Tests are failing in distribution pipeline for 2.12. It's about 6-8 failing tests, exact tests are always different. Example of a trace from test runner:...

bug
v2.14.0

### What is the bug? When a nested field contains a list of objects, and a foreach processor is used to generate the text embeddings for a text in each...

bug

### Describe the bug **What is the bug?** A clear and concise description of the bug. In Opensearch 2.12.0: When using GPU and initiating concurrent requests using neural retrieval, an...

bug

### What is the bug? We are getting following error when running hybrid queries on index alias. The same query works fine if index name is used. ``` { "error":...

Features
v2.15.0

### Is your feature request related to a problem? I have successfully setup and run hybrid search using OpenSearch on my data but I want to tune the results so...

enhancement

### Is your feature request related to a problem? Hybrid search's current normalization techniques considers scores to bring different sub queries to same scale. Using this approach, the top-ranked result...

enhancement
v2.18.0
Roadmap:Vector Database/GenAI

### Is your feature request related to a problem? Add BWC tests for post_filter in hybrid query

Infrastructure
v2.18.0

### Is your feature request related to a problem? Add Bwc tests for aggregations in hybrid query

Infrastructure