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

[FEATURE] Dense Vector Search #4065

Open
dkd-dobberkau opened this issue May 17, 2024 · 1 comment
Open

[FEATURE] Dense Vector Search #4065

dkd-dobberkau opened this issue May 17, 2024 · 1 comment

Comments

@dkd-dobberkau
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I would be excited if EXT:solr added support for dense vector search. This would help our ability to perform efficient and accurate similarity searches, which are crucial for recommendation systems and semantic search applications.

Describe the solution you'd like

I want EXT:solr to support dense vector search, including the ability to index dense vectors and perform k-nearest neighbors (knn) searches. This would enhance search capabilities by allowing for more nuanced and relevant results.

Describe alternatives you've considered

I have considered integrating external libraries with Solr, but this approach adds complexity and overhead to our system. Native support within EXT:solr would be more seamless and efficient.

Additional context

Adding native dense vector search support would align EXT:solr with modern search technologies and improve its utility for various applications. Here is a link to the Apache Solr guide on dense vector search for reference: Solr Dense Vector Search Guide.

Target versions

EXT:solr 13.x


Feel free to adjust the specifics based on your needs.

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

No branches or pull requests

1 participant