Skip to content
#

nearest-neighbor-search

Here are 219 public repositories matching this topic...

milvus
JackLCL
JackLCL commented Apr 8, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

When a user reports a bug in an issue, in addition to "Environment", "Current Behavior", "Expected Behavior", and "Steps To Reproduce", a "Milvus log" needs to be added to the issue template.

![image](https://user-images.githubusercontent.com/53512883/162382819-86855bd6-7f6

kind/enhancement good first issue triage/accepted
qdrant
generall
generall commented Dec 28, 2021

Is your feature request related to a problem? Please describe.
There are cases, when it might be useful to know how much points are there in index, which satisfies some filtering condition.
Currently, we can only estimate a total amount of points.

Describe the solution you'd like
Create an API which returns amount of points (estimated or precise, depending on flag) for a given filter

enhancement good first issue
alexklibisz
alexklibisz commented Sep 27, 2021

Describe the bug

Elastiknn exceptions do not extend ElasticsearchException, so they seem to always be turned into a 500, when a 4xx would often be more appropriate.

Expected behavior

bug good first issue

Improve this page

Add a description, image, and links to the nearest-neighbor-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nearest-neighbor-search topic, visit your repo's landing page and select "manage topics."

Learn more