You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release, we added batch updates in Qdrant, which slightly improved indexing speed. However, indexing 20K files still takes 25 hours, which is quite slow. Help wanted to optimize indexing
That for loop is inefficient. Padding the 2D list of token ids and directly converting it to torch.tensor as input of Region2Vec.projection (which is a torch.nn.Embedding) can reduce the total time cost by around 50%.
The text was updated successfully, but these errors were encountered: