Right Way to Read vectors from Index

2024-02-09 Thread Uthra
. Here the Random accessing of documents is very slow. Which one is the right approach and can you suggest me a better approach.Also why isn’t there a straightforward API like the StoredFields API to read vector. Regards, Uthra

Re: Right Way to Read vectors from Index

2024-02-11 Thread Uthra
Hi Michael, The use case is to handle index updates along with its vector field without resending the vector in change data every time. The change data will consist of only “updated_field(s):value(s)” wherein I will read the vector value from Index to update the document. Thanks, Uthra

Re: Right Way to Read vectors from Index

2024-02-12 Thread Uthra
@Gautam - Thanks for your response. Our leaf reader API approach is the one you mentioned. I wanted to make sure the best way to read vectors for our case. @Michael - Yes Michael that’s the case here. Regards, Uthra > On 12-Feb-2024, at 1:23 PM, Michael Wechner wrote: > &g