From 30c8f201cc5981163a7b12dc6d74657b11446f7b Mon Sep 17 00:00:00 2001 From: RAPID ARCHITECT <126218667+rapidarchitect@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:35:59 -0500 Subject: [PATCH 1/2] readme: add crewAI with mesop to community integrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d17b9723..c2c6f795 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Cherry Studio](https://github.com/kangfenmao/cherry-studio) (Desktop client with Ollama support) - [ConfiChat](https://github.com/1runeberg/confichat) (Lightweight, standalone, multi-platform, and privacy focused LLM chat interface with optional encryption) - [Archyve](https://github.com/nickthecook/archyve) (RAG-enabling document library) +- [crewAI with Mesop](https://github.com/rapidarchitect/ollama-crew-mesop) (Mesop Web Interface to run crewAI with Ollama) ### Terminal From bb6a086d63640f57012dac92eef1da87035466b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 8 Sep 2024 00:36:24 -0700 Subject: [PATCH 2/2] readme: add crewAI to community integrations (#6699) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2c6f795..3ffbb26d 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [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) - [Firebase Genkit](https://firebase.google.com/docs/genkit/plugins/ollama) +- [crewAI](https://github.com/crewAIInc/crewAI) - [LangChainGo](https://github.com/tmc/langchaingo/) with [example](https://github.com/tmc/langchaingo/tree/main/examples/ollama-completion-example) - [LangChain4j](https://github.com/langchain4j/langchain4j) with [example](https://github.com/langchain4j/langchain4j-examples/tree/main/ollama-examples/src/main/java) - [LangChainRust](https://github.com/Abraxas-365/langchain-rust) with [example](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/llm_ollama.rs)