jansonwon commented on issue #23128:
URL: https://github.com/apache/doris/issues/23128#issuecomment-1690989202

   1. support brute-force search with vector search functions:
   This is relatively simple and only requires adding the corresponding math 
function to the array type.
   
   2. we need a SDK, support call Doris by python
   I don't think we need a new SDK, just a little extension to SQL.
   
   3. support ANN indexes to make vector search faster
   This is a bit more complicated and involves adding a new index and a new 
execution flow, but it is not too difficult, the new index does not need to be 
added in the existing segment file, but is a separate file.
   
   Hope  helpful!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to