From 040edb4e327b075944bffb7e89b70e117aa6d069 Mon Sep 17 00:00:00 2001 From: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com> Date: Mon, 27 May 2024 13:32:26 +0800 Subject: [PATCH] Update the examples url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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