From 48750aca198dc994ba746942ce4b9b6a8233a4c9 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 28 Jun 2025 13:40:24 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c09f42d..4f9e40c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Self-hosted AI Package +**IMPORANT**: Supabase has updated a couple environment variables so you may have to add some new default values in your .env that I have in my .env.example if you have had this project up and running already and are just pulling new changes. Specifically, you need to add "POOLER_DB_POOL_SIZE=5" to your .env. This is required if you have had the package running before June 14th. + **Self-hosted AI Package** is an open, docker compose template that quickly bootstraps a fully featured Local AI and Low Code development environment including Ollama for your local LLMs, Open WebUI for an interface to chat with your N8N agents, and Supabase for your database, vector store, and authentication. From 3f81ddc172104724c14965525f933108d700e53f Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 28 Jun 2025 13:40:46 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f9e40c..21e2cd5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Self-hosted AI Package -**IMPORANT**: Supabase has updated a couple environment variables so you may have to add some new default values in your .env that I have in my .env.example if you have had this project up and running already and are just pulling new changes. Specifically, you need to add "POOLER_DB_POOL_SIZE=5" to your .env. This is required if you have had the package running before June 14th. - **Self-hosted AI Package** is an open, docker compose template that quickly bootstraps a fully featured Local AI and Low Code development environment including Ollama for your local LLMs, Open WebUI for an interface to chat with your N8N agents, and Supabase for your database, vector store, and authentication. @@ -10,6 +8,8 @@ This is Cole's version with a couple of improvements and the addition of Supabas Also, the local RAG AI Agent workflows from the video will be automatically in your n8n instance if you use this setup instead of the base one provided by n8n! +**IMPORANT**: Supabase has updated a couple environment variables so you may have to add some new default values in your .env that I have in my .env.example if you have had this project up and running already and are just pulling new changes. Specifically, you need to add "POOLER_DB_POOL_SIZE=5" to your .env. This is required if you have had the package running before June 14th. + ## Important Links - [Local AI community](https://thinktank.ottomator.ai/c/local-ai/18) forum over in the oTTomator Think Tank