Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Cinnamon/kotaemon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 509c8a7c522bd06c3258f63736755b29ff7f9a09
Choose a base ref
..
head repository: Cinnamon/kotaemon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87f4d0f1174a590c76490f1b75830b5b62cc60be
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +2 −2 docs/index.md
  2. +3 −3 docs/online_install.md
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
This page is intended for **end users** who want to use the `kotaemon` tool for Question
Answering on local documents. If you are a **developer** who wants contribute to the project, please visit the [development](development/index.md) page.

## Installation (Online HuggingFace Space)
## Installation (Online HuggingFace Space) - easy (10 mins)

Visit this [guide](online_install.md).

## Installation (Offline)
## Installation (Offline) - intermediate (20 mins)

### Download

6 changes: 3 additions & 3 deletions docs/online_install.md
Original file line number Diff line number Diff line change
@@ -1,13 +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
1. Go to [HF 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)\
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)