3 Commits

Author SHA1 Message Date
dependabot[bot]
3ec12fdaf6 Bump @docsearch/js from 4.2.0 to 4.3.1 in /docs
Bumps [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algolia/docsearch/commits/v4.3.1/packages/docsearch-js)

---
updated-dependencies:
- dependency-name: "@docsearch/js"
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 00:38:26 +00:00
Amith Koujalgi
9dc65c6ae2 Enhance README.md with new media and article links
Some checks failed
Mark stale issues / stale (push) Failing after 17s
Mark stale issues and PRs / stale (push) Failing after 46s
CodeQL / Analyze (javascript) (push) Failing after 30s
CodeQL / Analyze (java) (push) Failing after 32s
2025-11-07 19:03:21 +05:30
Amith Koujalgi
0132a903ba Update README.md 2025-11-07 16:37:16 +05:30
3 changed files with 36 additions and 6 deletions

View File

@@ -356,6 +356,27 @@ project.
</a>
</p>
#### Articles & Mentions
Ollama4j has been featured in a number of articles and community posts—huge thanks to everyone who helps spread the word!
<p align="center">
<a href="https://youtu.be/XvmGqpzepDM?t=966" target="_blank">
<img src="https://img.youtube.com/vi/XvmGqpzepDM/0.jpg" alt="JNation Talk: Presented by Lutske de Leeuw"/>
</a>
</p>
- **Running LLM locally using Java** — [Article by Stephan Janssen (LinkedIn)](https://www.linkedin.com/pulse/running-llm-locally-using-java-stephan-janssen-g4mue)
- **Java library announcement** — [Post by Markus Klenke (LinkedIn)](https://www.linkedin.com/posts/markus-klenke-61041086_github-amithkoujalgiollama4j-java-library-activity-7166431630939639808-JyEH)
- **Tame Your Llama: Run AI in Java**
- 🎤 [JNation Talk: Presented by Lutske de Leeuw](https://youtu.be/XvmGqpzepDM?t=966)
- 📝 [In-depth Forum Article](https://javapro.io/2025/10/15/tame-your-llama-run-ai-in-java/)
- 🐦 [Announcement on X (Twitter)](https://x.com/JAVAPROmagazin/status/1978347624265646211)
- **First Conversation with Deepseek Model** — [Post by Ghaffar Mallah (LinkedIn)](https://www.linkedin.com/posts/ghaffarmallah_ok-ai-i-finally-see-you-with-deepseek-hype-activity-7290019964533526529-G5cq)
- **From Llamas to Lightsabers: AI in Java** — [Post by Lutske (LinkedIn)](https://www.linkedin.com/posts/lutske_utrechtjug-tameyourllama-java-activity-7386315122748706816-6A_j)
- **LlamaFX Project** — [LinkedIn post by William Antônio Siqueira](https://www.linkedin.com/posts/william-ant%C3%B4nio-siqueira-968bba14_yesterday-i-started-a-pet-project-to-test-activity-7311293892551712768-hWcD)
- **Exploring AI with Groovy™** — [LinkedIn post by Paul William King](https://www.linkedin.com/posts/paulwilliamking_embabel-groovylang-ollama4j-activity-7383995871564226561-ZHzt) and [Groovy blog](https://groovy.apache.org/blog/groovy-ai)
### Appreciate the work?
<p align="center">

19
docs/package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "ollama-4-j",
"version": "0.0.0",
"dependencies": {
"@docsearch/js": "^4.2.0",
"@docsearch/js": "^4.3.1",
"@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
@@ -3347,10 +3347,13 @@
"license": "MIT"
},
"node_modules/@docsearch/js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.2.0.tgz",
"integrity": "sha512-KBHVPO29QiGUFJYeAqxW0oXtGf/aghNmRrIRPT4/28JAefqoCkNn/ZM/jeQ7fHjl0KNM6C+KlLVYjwyz6lNZnA==",
"license": "MIT"
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.3.1.tgz",
"integrity": "sha512-Xi2OztaQqTnNj0HGTcS/RtoXe4ASOgKRuH8hAKKqISqv13oUxpVBIBUHpvPIU4qgmJRZN2gA2gdjdn+VuvrvRQ==",
"license": "MIT",
"dependencies": {
"htm": "3.1.1"
}
},
"node_modules/@docsearch/react": {
"version": "4.2.0",
@@ -9931,6 +9934,12 @@
"safe-buffer": "~5.1.0"
}
},
"node_modules/htm": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/htm/-/htm-3.1.1.tgz",
"integrity": "sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==",
"license": "Apache-2.0"
},
"node_modules/html-escaper": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",

View File

@@ -14,7 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docsearch/js": "^4.2.0",
"@docsearch/js": "^4.3.1",
"@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",