neural-search
neural-search copied to clipboard
Plugin that adds dense neural retrieval into the OpenSearch ecosytem
### Is your feature request related to a problem? Currently neural-search supports text and image fields for generation of embeddings in both ingestion and search. Content can be of other...
What are you proposing? We’re adding multimodal (text and image) search support to our Neural Search experience. This capability will enable users to add multimodal search capabilities to OpenSearch-powered applications...
### Is your feature request related to a problem? Currently neural-search text_image_processor allows a single document field to be defined for each image and text mapping. A single field can...
### Description The current while interacting with ML Commons is very simple, we retry 3 times and then fail the request. This is very naive and doesn't scale well with...
We found some bug when reindex a non-KNN index to KNN index with neural-search ingest pipeline. We fixed this issue https://github.com/opensearch-project/ml-commons/pull/1418. It will be best if neural-search can have some...
### Is your feature request related to a problem? _Currently the normalization processor doesn't support z-score which is a popular technique and according in some instances produces superior results to...
### What is the bug? Documents that would not get surfaced by individual subqueries in the hybrid query, but which would have good hybrid scores, do not get surfaced unless...
### Is your feature request related to a problem? Search engines have been offering hit highlighting for years. Highlighting matching terms helps end users understand why a particular search result...
### Is your feature request related to a problem? Add support for Predefine Normalization processor pipeline ### What solution would you like? While installing the neural search OpenSearch should have...
### Is your feature request related to a problem? There is no way of setting min score for a hit in the final result list from Hybrid query, as well...