Replies: 1 comment
-
Hi @jakubxy08, we have recently published a Python library "diemsim", which implements "Diemsion Insensitive Euclidean Metric" by utilizing NumPy and vectorization concepts. Hope, it will help in this regard. Feel free to explore the repository here: https://github.com/BodduSriPavan-111/diemsim |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I propose the addition of the new DIEM metric described here: https://arxiv.org/pdf/2407.08623
Functions such as cosine similarity e.g. to get relevant data from text database.
Motivation
Cosine similarity metric for extracting relevant texts from documents is sometimes insufficient (size and dimensionality of data and interpretability).
Proposal (If applicable)
If someone find this can be useful and give green light I can implement that in this repository.
Beta Was this translation helpful? Give feedback.
All reactions