Consider adding support for embeddings
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
- New parametric data type: `float32[N]`, and possibly `float16[N]`. The data type is a plain array of `N` floats.
- Supported operations:
- create from a plain list of python floats;
- create from a list of N regular columns (which could also be numpy arrays);
- dot-product;
- cosine-similarity;
- euclidian/manhattan distance;
- jacard similarity;
- others.
The LLMs are in fashion now, so why not add a support for them?
Contributor guide
Assessment
This issue has not been assessed yet.