mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-06-26 23:19:56 +00:00

* 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>
2.1 KiB
2.1 KiB
Getting Started with Kotaemon
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 page.
Installation (Online HuggingFace Space) - easy (10 mins)
Visit this guide.
Installation (Offline) - intermediate (20 mins)
Download
Download the kotaemon-app.zip
file from the latest release.
Run setup script
- Unzip the downloaded file.
- Navigate to the
scripts
folder and start an installer that matches your OS:- Windows:
run_windows.bat
. Just double click the file. - macOS:
run_macos.sh
- Right click on your file and select Open with and Other.
- Enable All Applications and choose Terminal.
- NOTE: If you always want to open that file with Terminal, then check Always Open With.
- From now on, double click on your file and it should work.
- Linux:
run_linux.sh
. Please run the script usingbash run_linux.sh
in your terminal.
- Windows:
- After the installation, the installer will ask to launch the ktem's UI, answer to continue.
- If launched, the application will be open automatically in your browser.
- Default login information is:
username: admin / password: admin
. You should change this credential right after the first login on the UI.
Launch
To launch the app after initial setup or any change, simply run the run_*
script again.
A browser window will be opened and greets you with this screen:
Usage
For how to use the application, see Usage. This page will also be available to you within the application.
Feedback
Feel free to create a bug report or a feature request on our repo.