Hello, Is there a way to execute the post filter in a parallel mode so that multiple query results can be filtered in parallel?
Right now, in our code, the post filter is becoming kind of bottleneck as we had to do some post processing on every returned result, and it runs serially in a single thread. Thanks Sundeep