zhiqiang-hhhh opened a new pull request, #51213:
URL: https://github.com/apache/doris/pull/51213

   A huge step forward on stability and functionality.
   
   ### Functionality
   1. Search parameters like `ef_search`, can be passed to index as session 
variables. This behavior is same with pg-vector and duckdb vector search 
plug-in.
   2. Correct processing for order by desc. Fallback to brute force search when 
it is necessary.
   
   ### Stability
   1. More unit test
   2. According to my custom script, result of range search, topn search & 
compound search is almost same with native faiss. The overlap rate of result is 
more than 90%. The 10% difference is introduced by batch insert mode of native 
faiss.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to