From 5e45b2cdd2c49df7280c2db35ec2260d8281b051 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Tue, 26 Dec 2023 19:17:56 +0530 Subject: [PATCH] updated docs --- docs/blog/2023-12-22-release-post.md | 15 +++++---------- docs/docs/intro.md | 6 ++++-- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/blog/2023-12-22-release-post.md b/docs/blog/2023-12-22-release-post.md index e8606bb..0a0b95d 100644 --- a/docs/blog/2023-12-22-release-post.md +++ b/docs/blog/2023-12-22-release-post.md @@ -11,22 +11,16 @@ Hey there, my fellow Java Developers! 🚀 I am glad to announce the release of Ollama4j, a library that unites Ollama (an LLM manager and runner) and your Java applications! 🌐🚀 -👉 GitHub Repository: Ollama4j on GitHub (https://lnkd.in/gShPqwkR) +👉 GitHub Repository: Ollama4j on GitHub (https://github.com/amithkoujalgi/ollama4j) 🌟 Key Features: - Easy integration with Ollama, enabling the execution of large language models locally. - - Clean and simple APIs, focused on seamless interaction with Ollama. - - Empowers Java developers to harness the full capabilities of Ollama. - - Provides APIs to perform operations such as listing, pulling, deleting models, and creating custom models. - - Provides APIs to ask questions (generate completions) to the LLMs in synchronous and asynchronous modes. - - Ability to ask questions along with image files or image URLs! 🤩 - - Open-source and primed for collaborative contributions from the community! 🦙 What is Ollama? @@ -38,8 +32,7 @@ models. For more details about Ollama, check these out: - https://ollama.ai/ - -- https://lnkd.in/g8MQqnMT +- https://www.linkedin.com/company/ollama/ 👨‍💻 Why Ollama4j? @@ -65,7 +58,9 @@ elevate your projects. I look forward to seeing the incredible applications/projects you'll build with Ollama4j! 🌟 -You can find the Javadoc here: https://lnkd.in/gzmWTX7h +Find the full API spec here: https://amithkoujalgi.github.io/ollama4j/ + +Find the Javadoc here: https://amithkoujalgi.github.io/ollama4j/apidocs/ Ollama4j Docs is powered by [Docusaurus](https://docusaurus.io). diff --git a/docs/docs/intro.md b/docs/docs/intro.md index fe5116e..7a56c45 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -17,8 +17,8 @@ Let's get started with **Ollama4j**. ### Start Ollama server -The easiest way of getting started with Ollama server is with * -*[Docker](https://docs.docker.com/get-started/overview/)**. But if you choose to run the +The easiest way of getting started with Ollama server is with [Docker](https://docs.docker.com/get-started/overview/). +But if you choose to run the Ollama server directly, **[download](https://ollama.ai/download)** the distribution of your choice and follow the installation process. @@ -56,6 +56,8 @@ If you're on Maven, add the dependency to your project's `pom.xml`. ``` +Find the latest version of the library [here](https://central.sonatype.com/artifact/io.github.amithkoujalgi/ollama4j). + If you're on Gradle, add the following to your `build.gradle`: ```gradle