SkywardAI / kirin

APIs aggregator for inference, fine-tuning and build models.
https://skywardai.github.io/skywardai.io/
Apache License 2.0
5 stars 7 forks source link

[Feature]: SentenceTransformer replacement solution #171

Closed Aisuko closed 2 weeks ago

Aisuko commented 2 weeks ago

Contact Details(optional)

No response

What feature are you requesting?

Currently, we use sentence transformers as encoder. And it isn't efficient on CPU(of course it is). So, let's make a solution based llama.cpp to solve this.

For embeddings see

For vector-db

We are using v2.3.x. So, we can remove sentence transformer

For cosine similarity score