From c42b8b5c92d4c772a123c2c745f1bfeebfce8985 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Tue, 16 Dec 2025 13:46:33 -0500 Subject: [PATCH 01/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5caee8e..b69303c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Note that all conversations in GT AI OS are logged locally in it's database and The only way to delete conversation logs is via write level access to the database. +| https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/wiki | GT AIOS Wiki | + ## Supported Platforms | Platform | Host Architecture | From cde2e7068052b9bfe9876ffc718385290d8f3d2d Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Tue, 16 Dec 2025 13:49:41 -0500 Subject: [PATCH 02/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b69303c..e147424 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Note that all conversations in GT AI OS are logged locally in it's database and The only way to delete conversation logs is via write level access to the database. -| https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/wiki | GT AIOS Wiki | +[GT AI OS Wiki](https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/wiki) ## Supported Platforms From 18bdfe3566b44059215826d60ab6da8316562f38 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:02:47 -0500 Subject: [PATCH 03/10] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e147424..c26688d 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ GT AI OS is ideal for working with documents and files that need data privacy. It is not multimodal and can't generate or process images, videos or audio as of version 2.0.33. Ensure that you are using local or external inference with zero data retention features if you want your data to remain private. -Note that all conversations in GT AI OS are logged locally in it's database and cannot be deleted by any user via the GUI. - -The only way to delete conversation logs is via write level access to the database. [GT AI OS Wiki](https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/wiki) From e1095f60404ca8eed05f2e54c89952888fcc94a3 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:04:02 -0500 Subject: [PATCH 04/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c26688d..1a76f6e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) -GT AI OS software is intended to provide easy to use "daily driver" web based generative AI with data privacy for individuals and organizations. +GT AI OS software is intended to provide easy to use "daily driver" web based generative AI for processing documents & files with data privacy for individuals and organizations. You can install GT AI OS on Ubuntu x86, NVIDIA DGX OS 7 ARM and Apple Silicon macOS hosts using Docker. Minimum 4 CPU cores, 8GB RAM and 50GB SSD storage required for the application. From ecd922f42fbdd302ffa666c13041ffd66e2b51e5 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:42:53 -0500 Subject: [PATCH 05/10] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1a76f6e..6ff7c69 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Ubuntu VM's running on Proxmox with raw all functions GPU passthrough works. Windows is currently not supported. macoS Install scripts are designed for Apple Silicon only. -macOS x86_64 support is being considered although it will be quite slow for embeddings. Note that the install scripts are unique for each OS and hardware architecture. Carefully choose the correct installation script for your host. From ae973910b99000179a75237764debad39cd66318 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:26:08 -0500 Subject: [PATCH 06/10] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff7c69..271369b 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ Note that the install scripts are unique for each OS and hardware architecture. Carefully choose the correct installation script for your host. ## Embedding model GPU acceleration: -Only NVIDIA GPU's are supported for embedding acceleration. +NVIDIA GPU's and Apple Silicon will significantly accelerate embedding acceleration (uploading files and documents for Retrieval Augemented Generation "RAG"). Ensure that your NVIDIA GPU hardware is installed prior to starting the GT AI OS installation. +There are no special drivers or dependencies for using Apple Silicon. At v2.0.33, once you install GT AI OS, you cannot install GPU hardware and switch from CPU to GPU for embeddings. We are looking to fix this in a future release. From f2f72fd3ef52813b85bcaae42ffbdf7fc91e4c34 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:27:40 -0500 Subject: [PATCH 07/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 271369b..fdad5bf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Carefully choose the correct installation script for your host. ## Embedding model GPU acceleration: NVIDIA GPU's and Apple Silicon will significantly accelerate embedding acceleration (uploading files and documents for Retrieval Augemented Generation "RAG"). Ensure that your NVIDIA GPU hardware is installed prior to starting the GT AI OS installation. -There are no special drivers or dependencies for using Apple Silicon. +There are no aditional drivers or dependencies for using Apple Silicon to accelerate the embedding model that is part of the standard installation. At v2.0.33, once you install GT AI OS, you cannot install GPU hardware and switch from CPU to GPU for embeddings. We are looking to fix this in a future release. From 99ef1aee4bfb44b1669e2a744cd05f2a83be378b Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Sun, 21 Dec 2025 14:51:12 -0500 Subject: [PATCH 08/10] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdad5bf..860757e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ GT AI OS software is intended to provide easy to use "daily driver" web based generative AI for processing documents & files with data privacy for individuals and organizations. You can install GT AI OS on Ubuntu x86, NVIDIA DGX OS 7 ARM and Apple Silicon macOS hosts using Docker. -Minimum 4 CPU cores, 8GB RAM and 50GB SSD storage required for the application. -Local models, conversation history and datasets will consume additional storage. +Minimum 4 CPU cores, 16GB RAM and 50GB SSD storage required for the application. +GT AI OS will usually use about 7GB RAM when fully installed. + +Local models, conversation history and datasets will consume additional SSD or disk storage. The provided runbooks are intended to provide a smooth installation and include commands for dependencies. Open an issue on the repo if you have problems with the runbooks. From 0aa7ee59df24ec3776faa790ece03a742bd3eace Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Sun, 21 Dec 2025 14:53:38 -0500 Subject: [PATCH 09/10] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 860757e..369dc01 100644 --- a/README.md +++ b/README.md @@ -111,12 +111,10 @@ Embedding model is installed by default. --- -## Contributing +## Bug and issue reporting: Found a bug? Have an idea? Open an issue: https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/issues -See [CONTRIBUTING.md](CONTRIBUTING.md) for details. - --- ## Security From eb0cb8227eba1eec268231fa2356868977cc33c0 Mon Sep 17 00:00:00 2001 From: tbendien <47579015+tbendien@users.noreply.github.com> Date: Sun, 21 Dec 2025 14:56:15 -0500 Subject: [PATCH 10/10] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c4680c..6c8cb83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ All contributions are handled through GitHub Issues. ### Bug Reports To report a bug, please open a new issue at: -https://github.com/gt-edge-ai/gt-ai-os-community/issues +https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/issues Include the following information: - Description of the issue