diff --git a/docs/docs/about/about.md b/docs/docs/about/about.md index 9d813e021..b74adc4e4 100644 --- a/docs/docs/about/about.md +++ b/docs/docs/about/about.md @@ -2,5 +2,21 @@ title: About Jan --- -- Mission, Vision, etc -- COSS Model \ No newline at end of file +Jan is a building a Personal AI that is infinitely customizable via apps and plugins. + +Jan's 2050 goal is to build robots that augment humans and organizations. + +## Who We Are + +### Open Source + +Jan is an open source company. We build in public. + +- [Jan: a Personal AI](https://github.com/janhq/jan) (AGPLv3) +- [Nitro: run LLM Models locally](https://github.com/janhq/nitro) (AGPLv3) + +### Bootstrapped + +Jan is currently a bootstrapped company responsible for the livelihoods of 8 families. We are practical and focused on building a sustainable business. + + diff --git a/docs/docs/events/nvidia-llm-day-nov-23.md b/docs/docs/events/nvidia-llm-day-nov-23.md new file mode 100644 index 000000000..33f8ff764 --- /dev/null +++ b/docs/docs/events/nvidia-llm-day-nov-23.md @@ -0,0 +1,21 @@ +--- +title: "Nov 23: Nvidia GenAI Day" +description: Nvidia's LLM Day +--- + +![](../../static/img/nvidia-llm-day-header.png) + +## Nvidia GenAI Innovation Day + +Jan will be at Nvidia's GenAI Innovation Day in Nov '23, focusing on Enterprise use-cases of LLMs. + +### Location + +- JW Marriott Hanoi Hotel +- 8:30am November 8th 2023 +- Registration: [https://gmcgroup.com.vn/nvidia-genai-event/](https://gmcgroup.com.vn/nvidia-genai-event/) + +### Programme + +![](../../static/img/nvidia-llm-day.png) + diff --git a/docs/docs/guides/install/linux.md b/docs/docs/guides/install/linux.md index 34158cae2..fb55f4748 100644 --- a/docs/docs/guides/install/linux.md +++ b/docs/docs/guides/install/linux.md @@ -12,7 +12,7 @@ To begin using 👋Jan.ai on your Windows computer, follow these steps: 1. Visit [Jan.ai](https://jan.ai/). 2. Click on the "Download for Windows" button to download the Jan Installer. -![Jan Installer](../img/jan-download.png) +![Jan Installer](../img/jan-download.PNG) :::tip diff --git a/docs/sidebars.js b/docs/sidebars.js index d725c4d50..05b0189f8 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -105,9 +105,10 @@ const sidebars = { collapsible: true, collapsed: true, items: [ + "events/nvidia-llm-day-nov-23", { type: "doc", - label: "Ho Chi Minh City (Oct 2023)", + label: "Oct 23: HCMC Hacker House", id: "events/hcmc-oct23", }, ], diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index f6616599e..2370142ae 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -76,9 +76,9 @@ export default function Home() { Event - +

- 24-28 Oct: Jan's AI Hacker House (Ho Chi Minh City) + 8 Nov 2023: Nvidia LLM Day (Hanoi)

@@ -94,12 +94,18 @@ export default function Home() {  or  Linux. */} Jan is a powerful  - Personal AI + + Personal AI +  built to run locally on your machine, -
+
with a rich  - app and  - plugin ecosystem. + app +  and  + + plugin ecosystem + + .

diff --git a/docs/static/img/nvidia-llm-day-header.png b/docs/static/img/nvidia-llm-day-header.png new file mode 100644 index 000000000..62fda47ae Binary files /dev/null and b/docs/static/img/nvidia-llm-day-header.png differ diff --git a/docs/static/img/nvidia-llm-day.png b/docs/static/img/nvidia-llm-day.png new file mode 100644 index 000000000..a77597364 Binary files /dev/null and b/docs/static/img/nvidia-llm-day.png differ