underlines / awesome-ml

Curated list of useful LLM / Analytics / Datascience resources
MIT License
1.87k stars 159 forks source link

LLM-Tools: Text embeddings local serving #16

Open michaelfeil opened 1 year ago

michaelfeil commented 1 year ago

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)