From 53fc9cf797e6e450a78e73505c325386abe8b9ca Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 27 Oct 2023 17:10:03 +0530 Subject: [PATCH] init --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 9683510..99dc756 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,24 @@ From [Maven Central](https://s01.oss.sonatype.org/#nexus-search;quick~ollama4j): 1.0-SNAPSHOT ``` + +You might want to include the Maven repository to pull the ollama4j library from. Include this in your `pom.xml`: + +```xml + + + ollama-from-ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + +``` + +Verify if the ollama4j dependencies have been resolved by running: + +```xml +mvn clean install +``` + Start Ollama Container: ``` docker run -v ~/ollama:/root/.ollama -p 11434:11434 ollama/ollama