Christopher Erick Moody

Results 4 issues of Christopher Erick Moody

Hi Andrej & Fei-fei, I've been playing around with this and reading through the code -- many thanks for making it wonderful code to read! I was under the impression...

Hi! Thank you so much for sharing your work. Can you upload your pretrained model to Google Drive? In the US it's impossible to download from Baidu.

When using a query vector that is 32bit I get a segfault in the following snippet: ``` ds = dataset.to_table( nearest={ "column": "vector", "q": query, "k": k, "nprobes": nprobe, "refine_factor":...

bug
vector

The standard `contains` function in pybloof checks for a single element. If you'd like to check a range of elements, this is python-limited and slow, so this PR is for...