-
### Describe the bug
When changing the metric used my usearch the index size shrinks resulting in the index dimensions now being 0. I tried doing some digging to find a solution and or an example in …
-
I have been using llamaindex for RAG with chromadb, and the search metric was the L2 squared.
When I migrate my data to qdrant, the retrieved nodes are completely different despite following the sa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: milvus v2.4.5-gpu
- Deployment mode(standalone or cluster): …
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: 34e5f99
- Deployment mode(standalone or cluster):cluster & standalo…
-
Hi
I would like to convert my sklearn KNN imputer to an .onnx file, but the distance metric is not supported.
Can anybody please try to solve this?
Best regards,
Jonatan
-
I would like to first thank you all for the very useful library you have created, thank you very much!
To the question: I am using HDBScan to cluster data that I am generating from a simulation tha…
-
Followed @danclarity link to safegraph and registered, and discovered they're doing some great work. They just released this:
![image](https://user-images.githubusercontent.com/9683693/78021871-f7f…
-
```
Currently to match source images to target slices I use Euclidean distance in
n-dimensional space. An alternate approach would be to sum the 3-dimensional
Euclidean distances of each sub-sectio…
-
SELECT rowid, distance FROM vec_examples
WHERE sample_embedding MATCH '[0.890, 0.544, 0.825, 0.961, 0.358, 0.0196, 0.521, 0.175]'
order by distance
limit 2;
-------------------------------------…