You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: