-
Other ANN libraries return the index array of the closest vectors and optionally the distance metric in a second array.
Is that possible or in future plans?
Thanks.
-
Hello,
this is an awesome project. I was just thinking what the results would look like if instead of Euclidean distance a different metric was used, such as [Chebyshev](https://en.wikipedia.org/wi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: build from source commit 648d5661ca8771fadc664f427ac330b083b8…
-
* would need p much a whole new applet
-
Looking at the unmasked L1 data with the occulter radii overlay shown, the dents in the occulter surface drive the overall occulter radii to a smaller result, offsetting away from defects.
![image]…
-
Where can i find the defnition for distance_metric which is callable in linear assignment ? @nwojke @kinnzo @linuxandchill @abewley @iory
-
I'm trying to figure out how we could enable precomputed distances for Parametric UMAP, since fit_transform only takes in `X` as either the distance matrix, _or_ the data, but Parametric UMAP would ne…
-
Only uses L2 distance for now
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I wanted to set cosine to represent the distance parameter when I personalized hdbsc…
-
I tried the following query:
`INSERT INTO vec_items(rowid, embedding) VALUES (?, ?) ON CONFLICT(rowid) DO UPDATE SET embedding = excluded.embedding;`
and got:
`UPSERT not implemented for virt…