embedding / README.md
Pavithiran's picture
Update README.md
2d38cde verified

Sentence Embeddings Model

This model uses SentenceTransformer with the all-MiniLM-L6-v2 pre-trained model to generate sentence embeddings.

API Endpoint

POST /models/{model_id}

Request Format

{
    "inputs": {
        "source_sentence": "string",
        "sentences": ["string", "string", ...]
    }
}