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

Text to Vector Filter for Indexing #758

Closed
yugankpant opened this issue Feb 20, 2025 · 2 comments
Closed

Text to Vector Filter for Indexing #758

yugankpant opened this issue Feb 20, 2025 · 2 comments

Comments

@yugankpant
Copy link

Scope of this issue is to introduce support for automatic text vectorisation in Apache Solr, directly in the Analyzer chain during indexing.

Since solr already have the capability of Text to Vector Query Parser thanks to Alessandro Benedetti. We should start looking at a Filter that can do the encoding using the same model we have uploaded for the query parser. This would make solr self sufficient without the use of external LLM service for encoding even during index time.

@epugh
Copy link

epugh commented Feb 20, 2025

Is the correct repo? Did you mean apache/solr? For issues in the core Solr project we use JIRA.

@HoustonPutman
Copy link
Contributor

Agreed, please open an issue at https://issues.apache.org/jira/projects/SOLR! Great idea though

@HoustonPutman HoustonPutman closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2025
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

3 participants