chunkdot icon indicating copy to clipboard operation
chunkdot copied to clipboard

Multi-threaded matrix multiplication and cosine similarity calculations for dense and sparse matrices. Appropriate for calculating the K most similar items for a large number of items by chunking the...

Results 3 chunkdot issues
Sort by recently updated
recently updated
newest added

A great library, making it possible for me to work on 100K embeddings on my laptop! I have a couple of suggestions. Other than top_k, is it possible to return...

Hi, great project! Are you working on making or have made GPU support possible? I saw a closed issue from a while ago. I looked through the code, but I...

my device is a cpu 32 cores and memory 64g machine. The matrix shape is (2000000,512), and when i use these to get result, it makes core dump. ```bash HREADS...