From da4d7c9f9c4c4c86482affeaf3020cbc5decb17a Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 21 Nov 2023 06:40:59 -0800 Subject: [PATCH 1/3] add installation packages category to community Moved the arch package and someone has added a pr for brew. that needs to get updated to be a link. Signed-off-by: Matt Williams --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef0b8a8..3e5a336e 100644 --- a/README.md +++ b/README.md @@ -240,9 +240,12 @@ See the [API documentation](./docs/api.md) for all endpoints. - [ollama.nvim](https://github.com/nomnivore/ollama.nvim) - [ogpt.nvim](https://github.com/huynle/ogpt.nvim) - [gptel Emacs client](https://github.com/karthink/gptel) -- [ollama package for archlinux](https://archlinux.org/packages/extra/x86_64/ollama/) - [Oatmeal](https://github.com/dustinblackman/oatmeal) +### Installation Packages + +- [Package for archlinux](https://archlinux.org/packages/extra/x86_64/ollama/) + ### Libraries - [LangChain](https://python.langchain.com/docs/integrations/llms/ollama) and [LangChain.js](https://js.langchain.com/docs/modules/model_io/models/llms/integrations/ollama) with [example](https://js.langchain.com/docs/use_cases/question_answering/local_retrieval_qa) From 0c066c921455684a1a4517fd7f7b868415bf1101 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 21 Nov 2023 07:25:26 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: Jeffrey Morgan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5a336e..94ca4c8e 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ See the [API documentation](./docs/api.md) for all endpoints. ### Installation Packages -- [Package for archlinux](https://archlinux.org/packages/extra/x86_64/ollama/) +- [Pacman](https://archlinux.org/packages/extra/x86_64/ollama/) ### Libraries From 9a28e263a596b201dfcccc8c9baa330f4d1b5f14 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 21 Nov 2023 07:25:32 -0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: Jeffrey Morgan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ca4c8e..808c119b 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [gptel Emacs client](https://github.com/karthink/gptel) - [Oatmeal](https://github.com/dustinblackman/oatmeal) -### Installation Packages +### Package managers - [Pacman](https://archlinux.org/packages/extra/x86_64/ollama/)