-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request janhq#1092 from janhq/fix1089
docs: dev docs
- Loading branch information
Showing
77 changed files
with
637 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 12 additions & 1 deletion
13
docs/docs/specs/file-based.md → ...cs/developer/01-overview/02-file-based.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 12 additions & 1 deletion
13
docs/docs/specs/user-interface.md → ...eveloper/01-overview/03-user-interface.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Overview | ||
slug: /developer | ||
description: Jan Docs | Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. | ||
keywords: | ||
[ | ||
Jan AI, | ||
Jan, | ||
ChatGPT alternative, | ||
local AI, | ||
private AI, | ||
conversational AI, | ||
no-subscription fee, | ||
large language model, | ||
] | ||
--- | ||
|
||
Jan SDK is an **extensible framework** that lets you build and run AI applications everywhere, with an emphasis on local first. | ||
|
||
It is available across Mac, Windows, Linux Desktops. It is also available as a headless server that can be deployed into any on-prem or cloud environments. | ||
|
||
This framework is packaged and regularly published as an SDK through [npm](https://www.npmjs.com/org/janhq) and [pip](https://pypi.org/). | ||
|
||
The SDK provides built-in support for the following: | ||
|
||
- Native OS integrations with Electron and Chromium | ||
- Native server integrations with Nodejs | ||
- Native mobile integrations with Capacitor (coming soon) | ||
|
||
:::tip | ||
The [Jan Desktop client](https://github.com/janhq/jan/releases) is built with Jan SDK. This means you can customize any part of the application from the branding to the features, and truly make it your own. | ||
::: | ||
|
||
## Jan in Action | ||
|
||
[Gif: show desktop & server side by side] |
9 changes: 9 additions & 0 deletions
9
docs/docs/developer/02-build-assistant/01-your-first-assistant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Your First Assistant | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
A quickstart on how to build an assistant |
9 changes: 9 additions & 0 deletions
9
docs/docs/developer/02-build-assistant/02-assistant-anatomy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Anatomy of an Assistant | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
An overview of assistant.json |
9 changes: 9 additions & 0 deletions
9
docs/docs/developer/02-build-assistant/03-package-your-assistant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Package your Assistant | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
Packaging, exporting, sharing, publishing an assistant to Hub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Build an Assistant | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
In this tutorial you will learn: | ||
|
||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Your First Assistant | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
A quickstart on how to integrate tensorrt llm |
6 changes: 3 additions & 3 deletions
6
.../docs/03-extension-capabilities/README.md → ...oper/03-build-engine/02-engine-anatomy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
title: Extension Capabilities | ||
title: Anatomy of an Engine | ||
--- | ||
|
||
# Overview | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
An overview of engine.json |
9 changes: 9 additions & 0 deletions
9
docs/docs/developer/03-build-engine/03-package-your-engine.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Package your Extension | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
Packaging, exporting, sharing, publishing an engine config to Hub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Build an Inference Engine | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
In this tutorial you will learn: | ||
|
||
- | ||
- |
9 changes: 9 additions & 0 deletions
9
docs/docs/developer/04-build-extension/01-your-first-extension.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Your First Extension | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
A quickstart on tensorrt-llm impl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
docs/docs/developer/04-build-extension/03-package-your-assistant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Package your Extension | ||
--- | ||
|
||
:::caution | ||
This is currently under development. | ||
::: | ||
|
||
Packaging, exporting, sharing, publishing an extension to Hub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
title: Build an Extension | ||
--- | ||
|
||
# Overview | ||
|
||
:::caution | ||
This is currently under development. | ||
::: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
docs/docs/docs/03-extension-capabilities/02-common-extensions.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.