diff --git a/README.md b/README.md index de6edd9..40efb6d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [SentenceTransformers](https://www.sbert.net) is a Python framework for state-of-the-art sentence, text and image embeddings. -This is a BentoML example project, demonstrating how to build a sentence embedding inference API server, using a SentenceTransformers model [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2). See [here](https://github.com/bentoml/BentoML?tab=readme-ov-file#%EF%B8%8F-what-you-can-build-with-bentoml) for a full list of BentoML example projects. +This is a BentoML example project, demonstrating how to build a sentence embedding inference API server, using a SentenceTransformers model [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2). See [here](https://github.com/bentoml/BentoML/tree/main/examples) for a full list of BentoML example projects. ## Prerequisites