Vladislav

Results 162 comments of Vladislav

> I do not understand your last comment. Suppose we want to receive m=160 via n=10 shards. Lowest bound you can fetch is 16 and highest obviously 160. In your...

That is the 99th percentile bound for `avg k`, 16 would be reached with `k= ~30` But I don't yet fully understand what conclusions we can make from `avg k`...

> how did you derive this conclusion? This is my second script Pure experiment repeated a few million times. First, randomize the total number of results (namely m), then randomly...

Orange is the formula, blue is my experiment. You can see the bound is much more strict (but its actually of the same slope - so both the formula and...

I can't decide on the following issue: how to re-fetch documents? My first and main goal is to cut pointless serialization time. The most straightforward approach would be finding all...

> Interviewer: "I heard you were extremely quick at math" > Me: "yes, as a matter of fact I am" > Interviewer: "Whats 14x27" > Me: "49" > Interviewer: "that's...

Okay, I can keep it as a to-do with the write epochs

Damn, I still need to return all ids with scores to verify knn selected the most optimal ones, I can't blindly chop them off 😵

My condolences to the one reviewing it 🙂

@kostasrim @chakaz Please take a quick look at this. There is still some polishment left but the general "structure" is ready. I'd wish for this to be merged before we...