Refactor Platform
This commit is contained in:
parent
d47d43afbf
commit
6b884582a9
11
docs/docs/features/ai-models.md
Normal file
11
docs/docs/features/ai-models.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Powerful AI Models
|
||||||
|
---
|
||||||
|
|
||||||
|
- Run AI on your own hardware
|
||||||
|
- Llama2, StableDiffusion
|
||||||
|
- Rapidly growing ecosystem of open source, locally run AI
|
||||||
|
- Connect to cloud-based AI
|
||||||
|
- ChatGPT
|
||||||
|
- Claude
|
||||||
|
- Bard
|
||||||
12
docs/docs/features/control.md
Normal file
12
docs/docs/features/control.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: Privacy and Data Security
|
||||||
|
---
|
||||||
|
|
||||||
|
- Privacy
|
||||||
|
- Data Security
|
||||||
|
- Optional Policy Engine for 3rd-party AIs
|
||||||
|
- Offline-ready
|
||||||
|
- Airgapped locations
|
||||||
|
- Prevent a data leak
|
||||||
|
- Shadow IT
|
||||||
|
- Personal Information being sent to ChatGPT, corporate IP
|
||||||
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: Self-Hosted AI
|
|
||||||
---
|
|
||||||
|
|
||||||
- Privacy
|
|
||||||
- Offline-ready
|
|
||||||
- Fixed cost
|
|
||||||
13
docs/docs/features/unlimited.md
Normal file
13
docs/docs/features/unlimited.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: Unlimited Use
|
||||||
|
---
|
||||||
|
|
||||||
|
- Cost doesn't scale with usage
|
||||||
|
- Difficult to estimate cost of a project
|
||||||
|
- ChatGPT costs $2 per GPT-4 call with 32k context (what document would this be equivalent to?)
|
||||||
|
- Reading in documents is expensive
|
||||||
|
- Getting ChatGPT to ingest a codebase
|
||||||
|
- On the other hand
|
||||||
|
- No surprises at the end of the month
|
||||||
|
- Use as much as you want
|
||||||
|
- Predictable costs
|
||||||
@ -150,19 +150,27 @@ const config = {
|
|||||||
style: "dark",
|
style: "dark",
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Documentation",
|
title: "Site",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Getting Started",
|
label: "Home",
|
||||||
to: "/",
|
to: "/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Guides",
|
label: "Platform",
|
||||||
to: "/guides",
|
to: "/platform",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Developer",
|
label: "Use Cases",
|
||||||
to: "/developer",
|
to: "/solutions",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Docs",
|
||||||
|
to: "/docs",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Hardware",
|
||||||
|
to: "/hardware",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "API",
|
label: "API",
|
||||||
|
|||||||
@ -33,7 +33,8 @@ const sidebars = {
|
|||||||
collapsed: false,
|
collapsed: false,
|
||||||
link: { type: "doc", id: "features/features" },
|
link: { type: "doc", id: "features/features" },
|
||||||
items: [
|
items: [
|
||||||
"features/self-hosted",
|
"features/ai-models",
|
||||||
|
"features/control",
|
||||||
"features/acceleration",
|
"features/acceleration",
|
||||||
"features/extensions",
|
"features/extensions",
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user