Junqiu Lei
Junqiu Lei
> High Level Comments: > > 1. Add examples of radial search with filters. > 2. Add examples of radial search with neural query clause. > 3. Add example of...
> @junqiu-lei for adding examples of neural search you should use this page: https://opensearch.org/docs/latest/query-dsl/specialized/neural/ Thanks point out the page @navneet1v, will do.
Hi @hdhalter, yes and this feature moved to 2.14 release.
Hi @hdhalter I'm working on this doc, will have PR in review before 4/30. Thanks!
@RobSaxonNokia I tried to reproduce the steps on my local(MacOS, Chrome Version 113.0.5672.92, and OpenSearch 2.7) and it works as below, is there any specific steps we're different? @derek-ho Looks...
For radial search in Lucene engine HNSW, there is no the `ef_search` parameter being used, the only similar parameter is `traversal_threshold`, but the value meaning is different from `ef_search`, which...
https://github.com/actions/runner-images?tab=readme-ov-file#available-images shows `macos-latest` as being an ARM platform recently. Related issue: https://github.com/actions/runner-images/issues/9741
Closing it for now as this issue can be resolve by `min_score` radial search feature https://github.com/opensearch-project/k-NN/issues/814
@cbeaujoin-stellar Thanks reporting, `DOCUMENTS_DEFAULT_REQUEST_NUMBER` was by designed to set to 1000 by default so avoid large number of data render issue. @BionIT When we support multi data source, do you...
Assign to @vamshin to decide the priority.