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.