underlines/awesome-ml

LLM-Tools: Text embeddings local serving

Opened this issue · 0 comments

Suggestion of new links:

frameworks for self-hosted serving of embeddings for vector databases, usually by encoder-only or encoder-decoder transformers.

clip.

Embeddings from OpenAI clip.

Jina
https://github.com/jina-ai/clip-as-service (Apache)

Text-embeddings:

My own project: infinity ( just add it if you like it)
https://github.com/michaelfeil/infinity (MIT)
https://github.com/huggingface/text-embeddings-inference (no opensource Licence)