Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geo-Search Distance Between Filter and Result #4590

Open
1 task done
FutureBuddha opened this issue Apr 3, 2024 · 0 comments
Open
1 task done

Geo-Search Distance Between Filter and Result #4590

FutureBuddha opened this issue Apr 3, 2024 · 0 comments

Comments

@FutureBuddha
Copy link

Describe your feature request

I would like to propose an enhancement to the geo-coordinates search functionality in Weaviate. It would be highly beneficial to have the capability to retrieve the distance between the input coordinates and each result within the search outcomes. This feature could provide significant value by enabling users to gauge the proximity of each search result relative to the specified location.

A potential method to achieve this could involve calculating the Euclidean distance. While this approach may offer the fastest computation, it might not deliver the highest accuracy due to its simplification of Earth's curvature. However, even a basic implementation of this feature could substantially enhance the utility of geo-search by providing immediate distance context for each result.

Implementing such a feature could simplify user workflows and add a new layer of functionality to the geo-search feature, making it not only more informative but also more practical for a wide range of applications.

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant