From 509c8a7c522bd06c3258f63736755b29ff7f9a09 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Mon, 23 Sep 2024 21:58:23 +0700 Subject: [PATCH] docs: update docs #none --- docs/index.md | 28 +--------------------------- docs/online_install.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 27 deletions(-) create mode 100644 docs/online_install.md diff --git a/docs/index.md b/docs/index.md index 9cef5cf8..fcce869c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,33 +7,7 @@ Answering on local documents. If you are a **developer** who wants contribute to ## Installation (Online HuggingFace Space) -
- -View instruction - -1. Go to [kotaemon_template](https://huggingface.co/spaces/cin-model/kotaemon_template) - -2. Use Duplicate function to create your own space - -![Duplicate space](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/duplicate_space.png) - -![Change space params](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/change_space_params.png) - -3. Wait for the build to complete and start up (apprx 10 mins). - -![Wait space build](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/space_build.png) - -![Close space build](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/close_logs_space.png) - -4. Follow the first setup instructions (and register for Cohere API key if needed) - -![Cohere API](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/cohere_api_key.png) - -5. Complete the setup and use your own private space! - -![App Startup](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/initial_startup.png) - -
+Visit this [guide](online_install.md). ## Installation (Offline) diff --git a/docs/online_install.md b/docs/online_install.md new file mode 100644 index 00000000..f602eb1a --- /dev/null +++ b/docs/online_install.md @@ -0,0 +1,13 @@ +## Installation (Online HuggingFace Space) + +1. Go to [kotaemon_template](https://huggingface.co/spaces/cin-model/kotaemon_template) +2. Use Duplicate function to create your own space + ![Duplicate space](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/duplicate_space.png) + ![Change space params](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/change_space_params.png) +3. Wait for the build to complete and start up (apprx 10 mins). + ![Wait space build](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/space_build.png) + ![Close space build](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/close_logs_space.png) +4. Follow the first setup instructions (and register for Cohere API key if needed)\ + ![Cohere API](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/cohere_api_key.png) +5. Complete the setup and use your own private space! + ![App Startup](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/initial_startup.png)