forked from Mirror/ollama4j
updated docs
This commit is contained in:
parent
39210cf0c6
commit
5e45b2cdd2
@ -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
|
I am glad to announce the release of Ollama4j, a library that unites Ollama (an LLM manager and runner) and your Java
|
||||||
applications! 🌐🚀
|
applications! 🌐🚀
|
||||||
|
|
||||||
👉 GitHub Repository: Ollama4j on GitHub (https://lnkd.in/gShPqwkR)
|
👉 GitHub Repository: Ollama4j on GitHub (https://github.com/amithkoujalgi/ollama4j)
|
||||||
|
|
||||||
🌟 Key Features:
|
🌟 Key Features:
|
||||||
|
|
||||||
- Easy integration with Ollama, enabling the execution of large language models locally.
|
- Easy integration with Ollama, enabling the execution of large language models locally.
|
||||||
|
|
||||||
- Clean and simple APIs, focused on seamless interaction with Ollama.
|
- Clean and simple APIs, focused on seamless interaction with Ollama.
|
||||||
|
|
||||||
- Empowers Java developers to harness the full capabilities of 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 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.
|
- 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! 🤩
|
- Ability to ask questions along with image files or image URLs! 🤩
|
||||||
|
|
||||||
- Open-source and primed for collaborative contributions from the community!
|
- Open-source and primed for collaborative contributions from the community!
|
||||||
|
|
||||||
🦙 What is Ollama?
|
🦙 What is Ollama?
|
||||||
@ -38,8 +32,7 @@ models.
|
|||||||
For more details about Ollama, check these out:
|
For more details about Ollama, check these out:
|
||||||
|
|
||||||
- https://ollama.ai/
|
- https://ollama.ai/
|
||||||
|
- https://www.linkedin.com/company/ollama/
|
||||||
- https://lnkd.in/g8MQqnMT
|
|
||||||
|
|
||||||
👨💻 Why Ollama4j?
|
👨💻 Why Ollama4j?
|
||||||
|
|
||||||
@ -65,7 +58,9 @@ elevate your projects.
|
|||||||
|
|
||||||
I look forward to seeing the incredible applications/projects you'll build with Ollama4j! 🌟
|
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).
|
Ollama4j Docs is powered by [Docusaurus](https://docusaurus.io).
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@ Let's get started with **Ollama4j**.
|
|||||||
|
|
||||||
### Start Ollama server
|
### Start Ollama server
|
||||||
|
|
||||||
The easiest way of getting started with Ollama server is with *
|
The easiest way of getting started with Ollama server is with [Docker](https://docs.docker.com/get-started/overview/).
|
||||||
*[Docker](https://docs.docker.com/get-started/overview/)**. But if you choose to run the
|
But if you choose to run the
|
||||||
Ollama server directly, **[download](https://ollama.ai/download)** the distribution of your choice
|
Ollama server directly, **[download](https://ollama.ai/download)** the distribution of your choice
|
||||||
and follow the installation process.
|
and follow the installation process.
|
||||||
|
|
||||||
@ -56,6 +56,8 @@ If you're on Maven, add the dependency to your project's `pom.xml`.
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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`:
|
If you're on Gradle, add the following to your `build.gradle`:
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user