So I just created this issue <https://github.com/E...
# daft-dev
c
So I just created this issue https://github.com/Eventual-Inc/Daft/issues/2430. Any thoughts on what a good namespace for these would be? I was thinking
distance
:
col('foo').distance.cosine(col('bar'))
🙌 1
j
Would this specifically be on the
embedding
datatype?
embedding
is indeed quite a mouthful 😛
c
> Would this specifically be on the
embedding
datatype? Not necessarily, I think some distance functions would apply to strings too.
levenshtein
,
hamming
, ...