From e0a9d4a8fee69d030350e4cba2766eb89e14d54f Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Fri, 10 Nov 2023 19:02:55 +0100 Subject: [PATCH] Update README.md add java dependency to doc --- spring-ai-huggingface/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/spring-ai-huggingface/README.md b/spring-ai-huggingface/README.md index 580034a0a..e4505cf7e 100644 --- a/spring-ai-huggingface/README.md +++ b/spring-ai-huggingface/README.md @@ -4,6 +4,16 @@ HuggingFace Inference Endpoints allow you to deploy and serve machine learning m ## Prerequisites +Add the `spring-ai-huggingface` dependency: + +```xml + + org.springframework.experimental.ai + spring-ai-huggingface + 0.7.0-SNAPSHOT + +``` + You should get your HuggingFace API key and set it as an environment variable ```shell @@ -53,4 +63,4 @@ Will produce the output } ``` ```` -Note the response itself is in Markdown format. \ No newline at end of file +Note the response itself is in Markdown format.