docs: decouple homeserver v enterprise

This commit is contained in:
0xSage 2024-02-13 22:50:02 +08:00
parent 3c36cbd3c6
commit 3a10b40d95
4 changed files with 59 additions and 16 deletions

View File

@ -15,7 +15,7 @@ keywords:
]
---
# Turn Any Computer into an AI Computer
# Turn any computer into an AI computer
![Alt text](image.png)

View File

@ -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.

View File

@ -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.
:::

View File

@ -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",
],