You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief summary: Opensearch does not support paging, aggregations, or nested embeddings when performing hybrid searches (yet), but elasticsearch does. Performing separate semantic and text searches, then combining results programatically, is more or less feasible but aggregation counts would not be accurate and paging/scoring would require some custom implementation.
Description/Context
Experiment with various approaches to running semantic search queries with opensearch, and combining the results from standard text-based search.
Plan/Design
Some relevant links:
https://opensearch.org/docs/latest/search-plugins/hybrid-search/
https://blog.reactivesearch.io/knn-search-with-opensearch-and-openai-embeddings-an-in-depth-guide
https://opster.com/guides/opensearch/opensearch-machine-learning/how-to-set-up-vector-search-in-opensearch/
https://opster.com/guides/opensearch/opensearch-machine-learning/opensearch-hybrid-search/
The text was updated successfully, but these errors were encountered: