[ 
https://issues.apache.org/jira/browse/SOLR-17927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023083#comment-18023083
 ] 

Abhishek Umarjikar commented on SOLR-17927:
-------------------------------------------

Hey [~ichattopadhyaya] I checked the code and i see the package related to llm 
and neural search are 
 
 
{noformat}
org.apache.solr.search.neural
org.apache.solr.llm {noformat}
 
 
which i assume should be changed to 
 
{code:java}
org.apache.solr.search.vector
org.apache.solr.embedding{code}
 
Is this what we are targeting to cover in this ticket

> Fix naming in vector search support
> -----------------------------------
>
>                 Key: SOLR-17927
>                 URL: https://issues.apache.org/jira/browse/SOLR-17927
>             Project: Solr
>          Issue Type: Improvement
>          Components: vector-search
>            Reporter: Ishan Chattopadhyaya
>            Priority: Blocker
>             Fix For: 10.0
>
>
> I propose we:
> * Rename llm (module) to "inference" or "embedding" module
> * Rename "neural search" to "vector search"
> Solr 10 is a good opportunity to do this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to