dadoomer/sentence-transformers-server
Your own API endpoint to perform NLP functions like semantic search, sentence embedding, etc.
This tool helps developers quickly set up their own API endpoint for advanced natural language processing. You feed it text like sentences or documents, and it returns numerical representations (embeddings) or similarity scores, which are useful for tasks like searching through large text datasets. This is designed for developers who need to integrate semantic search or text embedding capabilities into their applications without building everything from scratch.
No commits in the last 6 months.
Use this if you are a developer looking for a straightforward way to add semantic search or sentence embedding functionality to your application via a local API.
Not ideal if you are an end-user needing a ready-to-use application with a graphical interface, as this requires development skills to set up and integrate.
Stars
8
Forks
2
Language
HTML
License
MIT
Category
Last pushed
Mar 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/dadoomer/sentence-transformers-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
FlagOpen/FlagEmbedding
Retrieval and Retrieval-augmented LLMs
qdrant/fastembed
Fast, Accurate, Lightweight Python library to make State of the Art Embedding
Blaizzy/mlx-embeddings
MLX-Embeddings is the best package for running Vision and Language Embedding models locally on...
Merck/Sapiens
Sapiens is a human antibody language model based on BERT.
amansrivastava17/embedding-as-service
One-Stop Solution to encode sentence to fixed length vectors from various embedding techniques