mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-09-16 03:39:05 +02:00
Merge pull request #150 from ollama4j/docs-updates
All checks were successful
Mark stale issues / stale (push) Successful in 40s
All checks were successful
Mark stale issues / stale (push) Successful in 40s
Update docs and dependencies
This commit is contained in:
commit
cfd784b919
@ -267,7 +267,7 @@ If you like or are using this project to build your own, please give us a star.
|
|||||||
| 9 | moqui-wechat | A moqui-wechat component | [GitHub](https://github.com/heguangyong/moqui-wechat) |
|
| 9 | moqui-wechat | A moqui-wechat component | [GitHub](https://github.com/heguangyong/moqui-wechat) |
|
||||||
| 10 | B4X | A set of simple and powerful RAD tool for Desktop and Server development | [Website](https://www.b4x.com/android/forum/threads/ollama4j-library-pnd_ollama4j-your-local-offline-llm-like-chatgpt.165003/) |
|
| 10 | B4X | A set of simple and powerful RAD tool for Desktop and Server development | [Website](https://www.b4x.com/android/forum/threads/ollama4j-library-pnd_ollama4j-your-local-offline-llm-like-chatgpt.165003/) |
|
||||||
| 11 | Research Article | Article: `Large language model based mutations in genetic improvement` - published on National Library of Medicine (National Center for Biotechnology Information) | [Website](https://pmc.ncbi.nlm.nih.gov/articles/PMC11750896/) |
|
| 11 | Research Article | Article: `Large language model based mutations in genetic improvement` - published on National Library of Medicine (National Center for Biotechnology Information) | [Website](https://pmc.ncbi.nlm.nih.gov/articles/PMC11750896/) |
|
||||||
| 12 | renaime | Renaime is a LLaVa powered tool that automatically renames those files for you. | [Website](https://devpost.com/software/renaime) |
|
| 12 | renaime | A LLaVa powered tool that automatically renames image files having messy file names. | [Website](https://devpost.com/software/renaime) |
|
||||||
|
|
||||||
## Traction
|
## Traction
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@ applications! 🌐🚀
|
|||||||
- 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!
|
||||||
|
|
||||||
|
<!-- truncate -->
|
||||||
|
|
||||||
🦙 What is Ollama?
|
🦙 What is Ollama?
|
||||||
|
|
||||||
Ollama is an advanced AI tool that allows users to easily set up and run large language models locally (in CPU and GPU
|
Ollama is an advanced AI tool that allows users to easily set up and run large language models locally (in CPU and GPU
|
||||||
|
@ -21,6 +21,8 @@ your database using natural, conversational language — just like interacting w
|
|||||||
through the code, explain the key components, and show you how to set up your environment to ensure everything runs
|
through the code, explain the key components, and show you how to set up your environment to ensure everything runs
|
||||||
smoothly.
|
smoothly.
|
||||||
|
|
||||||
|
<!-- truncate -->
|
||||||
|
|
||||||
### Overview of the Technologies Involved
|
### Overview of the Technologies Involved
|
||||||
|
|
||||||
Before diving into the implementation, let’s understand the core technologies we’re using:
|
Before diving into the implementation, let’s understand the core technologies we’re using:
|
||||||
|
@ -13,11 +13,3 @@ src='https://raw.githubusercontent.com/ollama4j/ollama4j-examples/refs/heads/mai
|
|||||||
</CodeEmbed>
|
</CodeEmbed>
|
||||||
|
|
||||||
Once downloaded, you can see them when you use [list models](./list-models) API.
|
Once downloaded, you can see them when you use [list models](./list-models) API.
|
||||||
|
|
||||||
:::info
|
|
||||||
|
|
||||||
You can even pull models using Ollama model library APIs. This looks up the models directly on the Ollama model library page. Refer
|
|
||||||
to [this](./list-library-models#pull-model-using-librarymodeltag).
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
|
687
docs/package-lock.json
generated
687
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -15,10 +15,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docsearch/js": "^3.9.0",
|
"@docsearch/js": "^3.9.0",
|
||||||
"@docusaurus/core": "^3.4.0",
|
"@docusaurus/core": "^3.8.1",
|
||||||
"@docusaurus/plugin-google-gtag": "^3.4.0",
|
"@docusaurus/plugin-google-gtag": "^3.8.1",
|
||||||
"@docusaurus/preset-classic": "^3.4.0",
|
"@docusaurus/preset-classic": "^3.8.1",
|
||||||
"@docusaurus/theme-mermaid": "^3.4.0",
|
"@docusaurus/theme-mermaid": "^3.8.1",
|
||||||
"@iconify/react": "^5.2.1",
|
"@iconify/react": "^5.2.1",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"react-image-gallery": "^1.4.0"
|
"react-image-gallery": "^1.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^3.4.0",
|
"@docusaurus/module-type-aliases": "^3.8.1",
|
||||||
"@docusaurus/types": "^3.4.0"
|
"@docusaurus/types": "^3.4.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user