From 3a10b40d9556f9ab1a868cc72535a3ff6954a8a6 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Tue, 13 Feb 2024 22:50:02 +0800 Subject: [PATCH] docs: decouple homeserver v enterprise --- docs/docs/platforms/desktop.md | 2 +- .../{server-suite.md => enterprise.md} | 20 +++----- docs/docs/server-suite/home-server.md | 50 +++++++++++++++++++ docs/sidebars.js | 3 +- 4 files changed, 59 insertions(+), 16 deletions(-) rename docs/docs/server-suite/{server-suite.md => enterprise.md} (77%) create mode 100644 docs/docs/server-suite/home-server.md diff --git a/docs/docs/platforms/desktop.md b/docs/docs/platforms/desktop.md index 7fa878245..fb4ea8389 100644 --- a/docs/docs/platforms/desktop.md +++ b/docs/docs/platforms/desktop.md @@ -15,7 +15,7 @@ keywords: ] --- -# Turn Any Computer into an AI Computer +# Turn any computer into an AI computer ![Alt text](image.png) diff --git a/docs/docs/server-suite/server-suite.md b/docs/docs/server-suite/enterprise.md similarity index 77% rename from docs/docs/server-suite/server-suite.md rename to docs/docs/server-suite/enterprise.md index b27b14713..565c14fde 100644 --- a/docs/docs/server-suite/server-suite.md +++ b/docs/docs/server-suite/enterprise.md @@ -1,6 +1,6 @@ --- -title: Jan Server Suite -slug: /server-suite +title: Jan Enterprise +slug: /enterprise description: Built for Enterprise Deployments keywords: [ @@ -15,11 +15,9 @@ keywords: ] --- -# Jan Server Suite is for Teams +# Customize and run AI across your organization -Jan Server Suite can be used as a professional backend to create, customize and run AIs at scale. - -Self-host Jan anymore, from your homeservers to production-grade data centers. +Jan can professional backend to create, customize and run AIs at scale, for production-grade data centers. :::warning @@ -43,13 +41,7 @@ Over time, we expect more teams and organizations to turn to running their own A - Eliminate monthly API bills - use your existing hardware - Full control over your AI - you can open it up and see what's going on -## Why Jan Server Suite - -We built [Jan Desktop](/desktop) for our personal use. We're now building Server Suite, for our team & community, as a part of our [build in public](/how-we-work) ethos. - -Our goal is to help teams, like ours, move past cobbling together demo apps to use AI at work. We should be able to customize and collaborate with AIs that are usable on a daily basis. - -Check out [Server Suite](https://github.com/janhq/jan/tree/dev/server) if you need: +## Why Jan Enterprise ### Fast deployment @@ -69,7 +61,7 @@ Not a Jan fan but convinced about local AI? No worries, here's a list of [awesom ::: -## Features +## Supported Extensions The SDK and current implemention accomodate the following potential extensions. diff --git a/docs/docs/server-suite/home-server.md b/docs/docs/server-suite/home-server.md new file mode 100644 index 000000000..97f3afbc7 --- /dev/null +++ b/docs/docs/server-suite/home-server.md @@ -0,0 +1,50 @@ +--- +title: Jan Home Server +slug: /home-server +description: Built for Home Servers +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + ] +--- + +# Customize and run AI across all of your devices + +Self-host and access your AI from anywhere with Jan server suite. + +:::warning + +Jan's server suite is actively under development and lacking documentation. +You can find the source code [here](https://github.com/janhq/jan/tree/dev/server) and [here](https://github.com/janhq/jan/blob/dev/docker-compose.yml). + +It is free to use. Your feedback is appreciated 🙏. + +::: + +## Why Home Servers + +We built [Jan Desktop](/desktop) for our personal use. We're now building Server Suite, for our team & community use. + +Our goal is to help teams, like ours, move past cobbling together demo apps to use AI at work. We should be able to customize and collaborate with AIs that are usable on a daily basis. + +**Check out [Server Suite](https://github.com/janhq/jan/tree/dev/server) if you need to:** + +- Self-host Jan, with multi client sync +- Customize it with Personal Data Connectors +- Simple Authentication (username / pw) +- Scales across Consumer-grade Hardware, including GPUs +- Everyone has admin level visibility and can see all conversations +- Create assistants that has access to the same knowledge base + +:::tip + +Not a Jan fan but convinced about running AI locally? No worries, here's a list of [awesome local ai](https://github.com/janhq/awesome-local-ai) alternatives that you can use in your home server. + +::: diff --git a/docs/sidebars.js b/docs/sidebars.js index 3c42265fa..922c5d25a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -60,7 +60,8 @@ const sidebars = { collapsible: false, items: [ "platforms/desktop", - "server-suite/server-suite", + "server-suite/home-server", + "server-suite/enterprise", // "platforms/mobile", // "platforms/hub", ],