Horatio Wang

Results 3 comments of Horatio Wang

I meet the same error when I use `react-query`. in page.tsx: ``` import { QueryClient } from "@tanstack/react-query"; ... // same error const queryClient = new QueryClient(); ```

> 类似于#41929 `new QueryClient` is theoretically irrelevant to `react`. I don't know why this error is caused. And what are the best practices for rehydration with `react-query`.

In BLINK's biencoder, `score_candidates` is the dot product operation on two matrices, but the native `IndexHNSWFlat` only supports L2 distance. The idea of BLINK's encapsulation of faiss is: to transform...