From 9d6fbab0e5ba71d007a7bad3e885ea111b0dc8d3 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 17 Nov 2023 14:45:05 +0530 Subject: [PATCH] updated readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index bfb3aa5..26a9de6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ A Java library (wrapper/binding) for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/api.md) APIs. +```mermaid + graph LR +; + o4j[Ollama4j] + o[Ollama Server] + o4j -->|Communicates with| o; + m[Models] + subgraph Ollama Deployment + direction TB + o -->|Manages| m + end +``` + ![Build Status](https://github.com/amithkoujalgi/ollama4j/actions/workflows/maven-publish.yml/badge.svg) ![GitHub stars](https://img.shields.io/github/stars/amithkoujalgi/ollama4j?style=social)