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? Yes, I'm experiencing a problem when I use the hybrid search plugin in OpenSearch v2.11.0. Specifically, when I include the "inner_hits"...

enhancement

### Is your feature request related to a problem? Current implementation of Hybrid search doesn't have support for pagination, meaning all results are returned "at once". That is standard for...

Enhancements
backlog
Roadmap:Vector Database/GenAI
v2.19.0

### What is the bug? Searching for nested field works well. However, we cannot obtain the detailed explanation for search results `GET {indexname}/_search?explain=true` ### How can one reproduce the bug?...

Features

In OpenSearch 2.13, we released [**text chunking processor**](https://opensearch.org/docs/latest/ingest-pipelines/processors/text-chunking/). This processor enables users to chunk documents to avoid information loss by truncation from embedding models. This RFC introduces **markdown** algorithm from...

RFC

### Description Updating security reach out email address from [[email protected]](mailto:[email protected]) to [[email protected]](mailto:[email protected]). ### Issues Resolved N/A ### Check List - ~[ ] New functionality includes testing.~ - ~[ ] All...

skip-changelog

- Incremented version to **2.14.1-SNAPSHOT**.

v2.14.1

While executing Hybrid search enable multi field sort to apply on the results. ``` { "query": { "hybrid": { "queries": [ { "match": { "passage_text": "goodies" } }, { "term":...

enhancement

While executing Hybrid search enable single field sort to apply on the results. ``` { "query": { "hybrid": { "queries": [ { "match": { "passage_text": "goodies" } }, { "term":...

enhancement

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

v2.15.0

Initial bug reported in https://github.com/opensearch-project/ml-commons/issues/2303 **What is the bug?** I am creating a text embedding processor that creates vectors on a nested field. However, I receive `illegal_argument_exception` because not all...

bug