From fe39147e64886c8cdb17cf4e4973c5e291554c0a Mon Sep 17 00:00:00 2001 From: Christian Neff Date: Tue, 23 Apr 2024 02:09:55 +0200 Subject: [PATCH 1/7] Add Chatbot UI v2 to Community Integrations (#3503) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb8c3224..5ada2b9e 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [HTML UI](https://github.com/rtcfirefly/ollama-ui) - [Saddle](https://github.com/jikkuatwork/saddle) - [Chatbot UI](https://github.com/ivanfioravanti/chatbot-ollama) +- [Chatbot UI v2](https://github.com/mckaywrigley/chatbot-ui) - [Typescript UI](https://github.com/ollama-interface/Ollama-Gui?tab=readme-ov-file) - [Minimalistic React UI for Ollama Models](https://github.com/richawo/minimal-llm-ui) - [Open WebUI](https://github.com/open-webui/open-webui) From 74bcbf828f9d663aeb86520d753de7dabfcb9cc3 Mon Sep 17 00:00:00 2001 From: reid41 Date: Tue, 23 Apr 2024 08:10:34 +0800 Subject: [PATCH 2/7] add qa-pilot link (#3612) * add qa-pilot link * format the link * add shell-pilot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ada2b9e..60ef5b44 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [AnythingLLM (Docker + MacOs/Windows/Linux native app)](https://github.com/Mintplex-Labs/anything-llm) - [Ollama Basic Chat: Uses HyperDiv Reactive UI](https://github.com/rapidarchitect/ollama_basic_chat) - [Ollama-chats RPG](https://github.com/drazdra/ollama-chats) +- [QA-Pilot: Chat with Code Repository](https://github.com/reid41/QA-Pilot) - [ChatOllama: Open Source Chatbot based on Ollama with Knowledge Bases](https://github.com/sugarforever/chat-ollama) - [CRAG Ollama Chat: Simple Web Search with Corrective RAG](https://github.com/Nagi-ovo/CRAG-Ollama-Chat) - [RAGFlow: Open-source Retrieval-Augmented Generation engine based on deep document understanding](https://github.com/infiniflow/ragflow) @@ -310,6 +311,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Oatmeal](https://github.com/dustinblackman/oatmeal) - [cmdh](https://github.com/pgibler/cmdh) - [ooo](https://github.com/npahlfer/ooo) +- [shell-pilot](https://github.com/reid41/shell-pilot) - [tenere](https://github.com/pythops/tenere) - [llm-ollama](https://github.com/taketwo/llm-ollama) for [Datasette's LLM CLI](https://llm.datasette.io/en/stable/). - [typechat-cli](https://github.com/anaisbetts/typechat-cli) From 6654186a7cde0123c7d8d2116d32e6fba28f473c Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 23 Apr 2024 01:13:23 +0100 Subject: [PATCH 3/7] Add podman-ollama to terminal apps (#3626) The goal of podman-ollama is to make AI even more boring. Signed-off-by: Eric Curtin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60ef5b44..7dd14c75 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ See the [API documentation](./docs/api.md) for all endpoints. ### Terminal +- [podman-ollama](https://github.com/ericcurtin/podman-ollama) - [oterm](https://github.com/ggozad/oterm) - [Ellama Emacs client](https://github.com/s-kostyaev/ellama) - [Emacs client](https://github.com/zweifisch/ollama) From d0d28ef90d43c700461fbaac053e9088ee45d19d Mon Sep 17 00:00:00 2001 From: Jonathan Smoley <67881240+JT2M0L3Y@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:14:20 -0700 Subject: [PATCH 4/7] Update README.md with Discord-Ollama project (#3633) Co-authored-by: Bruce MacDonald --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dd14c75..c59c2899 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Page Assist](https://github.com/n4ze3m/page-assist) (Chrome Extension) - [AI Telegram Bot](https://github.com/tusharhero/aitelegrambot) (Telegram bot using Ollama in backend) - [AI ST Completion](https://github.com/yaroslavyaroslav/OpenAI-sublime-text) (Sublime Text 4 AI assistant plugin with Ollama support) +- [Discord-Ollama Chat Bot](https://github.com/kevinthedang/discord-ollama) (Generalized TypeScript Discord Bot w/ Tuning Documentation) ### Supported backends - [llama.cpp](https://github.com/ggerganov/llama.cpp) project founded by Georgi Gerganov. From ea1e9aa36bd9628caa5ea67995f5084ee7658d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=B5=20=C4=90=C3=ACnh=20=C4=90=E1=BA=A1t?= Date: Tue, 23 Apr 2024 07:16:55 +0700 Subject: [PATCH 5/7] Update README.md (#3655) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59c2899..f330fddd 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [ChatOllama: Open Source Chatbot based on Ollama with Knowledge Bases](https://github.com/sugarforever/chat-ollama) - [CRAG Ollama Chat: Simple Web Search with Corrective RAG](https://github.com/Nagi-ovo/CRAG-Ollama-Chat) - [RAGFlow: Open-source Retrieval-Augmented Generation engine based on deep document understanding](https://github.com/infiniflow/ragflow) - +- [Ollama RAG Chatbot: Local Chat with multiples PDFs using Ollama and RAG.](https://github.com/datvodinh/rag-chatbot.git) ### Terminal - [podman-ollama](https://github.com/ericcurtin/podman-ollama) From 089cdb2877c918fae841c8f843b7ea151acfeeca Mon Sep 17 00:00:00 2001 From: Maple Gao Date: Tue, 23 Apr 2024 08:18:15 +0800 Subject: [PATCH 6/7] docs: Update README for Lobe-chat integration. (#3817) Co-authored-by: Bruce MacDonald --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f330fddd..7c3872f3 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,9 @@ See the [API documentation](./docs/api.md) for all endpoints. - [ChatOllama: Open Source Chatbot based on Ollama with Knowledge Bases](https://github.com/sugarforever/chat-ollama) - [CRAG Ollama Chat: Simple Web Search with Corrective RAG](https://github.com/Nagi-ovo/CRAG-Ollama-Chat) - [RAGFlow: Open-source Retrieval-Augmented Generation engine based on deep document understanding](https://github.com/infiniflow/ragflow) +- [Lobe Chat](https://github.com/lobehub/lobe-chat) with [Integrating Doc](https://lobehub.com/docs/self-hosting/examples/ollama) - [Ollama RAG Chatbot: Local Chat with multiples PDFs using Ollama and RAG.](https://github.com/datvodinh/rag-chatbot.git) + ### Terminal - [podman-ollama](https://github.com/ericcurtin/podman-ollama) From c7d3a558f6222b8dfaa48e837847c8b653b64e44 Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Tue, 23 Apr 2024 08:19:39 +0800 Subject: [PATCH 7/7] docs: update README to add chat (web UI) for LLM (#3810) * add chat (web UI) for LLM I have used chat with llama3 in local successfully and the code is MIT licensed. * Update README.md --------- Co-authored-by: Bruce MacDonald --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c3872f3..7da597d9 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [ChatOllama: Open Source Chatbot based on Ollama with Knowledge Bases](https://github.com/sugarforever/chat-ollama) - [CRAG Ollama Chat: Simple Web Search with Corrective RAG](https://github.com/Nagi-ovo/CRAG-Ollama-Chat) - [RAGFlow: Open-source Retrieval-Augmented Generation engine based on deep document understanding](https://github.com/infiniflow/ragflow) +- [chat: chat web app for teams](https://github.com/swuecho/chat) - [Lobe Chat](https://github.com/lobehub/lobe-chat) with [Integrating Doc](https://lobehub.com/docs/self-hosting/examples/ollama) - [Ollama RAG Chatbot: Local Chat with multiples PDFs using Ollama and RAG.](https://github.com/datvodinh/rag-chatbot.git)