maxsagt/lambda-instructor
Run text embeddings with Instructor-Large on AWS Lambda.
This project helps developers integrate a powerful text-embedding model, Instructor-Large, into their applications on AWS. It takes raw text as input and produces numerical representations (embeddings) that can be used for tasks like finding related documents or powering semantic search. Developers who are building applications that require text understanding and retrieval functionality would use this.
No commits in the last 6 months.
Use this if you are a developer looking for a scalable and potentially cost-effective way to generate text embeddings for retrieval tasks within the AWS ecosystem.
Not ideal if your application requires processing very long documents, as the model has a token limit, or if you need extremely low-latency responses for every single request due to potential cold start times.
Stars
8
Forks
—
Language
Shell
License
Apache-2.0
Category
Last pushed
Jul 08, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/maxsagt/lambda-instructor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yuniko-software/bge-m3-onnx
ONNX implementation of the BGE-M3 multilingual embedding model and tokenizer with native C#,...
substratusai/stapi
Sentence Transformers API: An OpenAI compatible embedding API server
EulerSearch/embedding_studio
Embedding Studio is a framework which allows you transform your Vector Database into a...
turian/embeddingcache
Retrieve text embeddings, but cache them locally if we have already computed them.
faisal-fida/Text-Embeddings-API
This project provides a REST API for generating text embeddings using the Sentence Transformers...