Skip to content

Commit 1c5849c

Browse files
taprosoftvarunsharma27natowi
authored
docs: improve installation instructions (#620) #none
* docs: update instructions * fix: typo in CONTRIBUTING.md (#614) * fix: typo in usage.md (#598) minor typo fix (tt -> it) --------- Co-authored-by: Varun Sharma <contactvarun27@gmail.com> Co-authored-by: natowi <natowi@users.noreply.github.com>
1 parent 5343d0d commit 1c5849c

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git checkout -b descriptive-name-for-your-changes
3333
4. **Setup the development environment**: If you are working on the code, make sure to install the necessary dependencies for development
3434

3535
```sh
36-
pip install -e "libs/kotaemon[dev]
36+
pip install -e "libs/kotaemon[dev]"
3737
```
3838

3939
5. **Make your changes**: Ensure your code follows the project's coding style and passes all test cases.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ documents and developers who want to build their own RAG pipeline.
101101
docker run \
102102
-e GRADIO_SERVER_NAME=0.0.0.0 \
103103
-e GRADIO_SERVER_PORT=7860 \
104+
-v ./ktem_app_data:/app/ktem_app_data \
104105
-p 7860:7860 -it --rm \
105106
ghcr.io/cinnamon/kotaemon:main-lite
106107
```
@@ -111,6 +112,7 @@ documents and developers who want to build their own RAG pipeline.
111112
docker run \
112113
-e GRADIO_SERVER_NAME=0.0.0.0 \
113114
-e GRADIO_SERVER_PORT=7860 \
115+
-v ./ktem_app_data:/app/ktem_app_data \
114116
-p 7860:7860 -it --rm \
115117
ghcr.io/cinnamon/kotaemon:main-full
116118
```
@@ -122,6 +124,7 @@ documents and developers who want to build their own RAG pipeline.
122124
docker run \
123125
-e GRADIO_SERVER_NAME=0.0.0.0 \
124126
-e GRADIO_SERVER_PORT=7860 \
127+
-v ./ktem_app_data:/app/ktem_app_data \
125128
-p 7860:7860 -it --rm \
126129
--platform linux/arm64 \
127130
ghcr.io/cinnamon/kotaemon:main-lite

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Download the `kotaemon-app.zip` file from the [latest release](https://github.co
2828
- Linux: `run_linux.sh`. Please run the script using `bash run_linux.sh` in your terminal.
2929
2. After the installation, the installer will ask to launch the ktem's UI, answer to continue.
3030
3. If launched, the application will be open automatically in your browser.
31+
4. Default login information is: `username: admin / password: admin`. You should change this credential right after the first login on the UI.
3132

3233
## Launch
3334

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- The tool uses Large Language Model (LLMs) to perform various tasks in a QA pipeline.
66
So, you need to provide the application with access to the LLMs you want
77
to use.
8-
- You only need to provide at least one. However, tt is recommended that you include all the LLMs
8+
- You only need to provide at least one. However, it is recommended that you include all the LLMs
99
that you have access to, you will be able to switch between them while using the
1010
application.
1111

0 commit comments

Comments
 (0)