mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-06-26 23:19:56 +00:00
parent
ebf1315569
commit
86d60e1649
24
README.md
24
README.md
@ -6,7 +6,7 @@ developers in mind.
|
||||
https://github.com/Cinnamon/kotaemon/assets/25688648/815ecf68-3a02-4914-a0dd-3f8ec7e75cd9
|
||||
|
||||
[Source Code](https://github.com/Cinnamon/kotaemon) |
|
||||
[Live Demo](https://huggingface.co/spaces/lone17/kotaemon-app)
|
||||
[Live Demo](https://huggingface.co/spaces/cin-model/kotaemon-public)
|
||||
|
||||
[User Guide](https://cinnamon.github.io/kotaemon/) |
|
||||
[Developer Guide](https://cinnamon.github.io/kotaemon/development/) |
|
||||
@ -68,6 +68,28 @@ source kotaemon-env/bin/activate
|
||||
pip install git+https://github.com/Cinnamon/kotaemon.git
|
||||
```
|
||||
|
||||
### For Contributors
|
||||
|
||||
```shell
|
||||
# Clone the repo
|
||||
git clone git@github.com:Cinnamon/kotaemon.git
|
||||
|
||||
# Create a environment
|
||||
python -m venv kotaemon-env
|
||||
|
||||
# Activate the environment
|
||||
source kotaemon-env/bin/activate
|
||||
cd kotaemon
|
||||
|
||||
# Install the package in editable mode
|
||||
pip install -e "libs/kotaemon[all]"
|
||||
pip install -e "libs/ktem"
|
||||
pip install -e "."
|
||||
|
||||
# Setup pre-commit
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
## Creating your application
|
||||
|
||||
In order to create your own application, you need to prepare these files:
|
||||
|
@ -27,7 +27,9 @@ nav:
|
||||
- Contributing: development/contributing.md
|
||||
# generated using gen-files + literate-nav
|
||||
- API Reference: reference/
|
||||
- Issue Tracker: "https://github.com/Cinnamon/kotaemon/issues"
|
||||
- Changelogs: https://github.com/Cinnamon/kotaemon/releases
|
||||
- Issue Tracker: https://github.com/Cinnamon/kotaemon/issues
|
||||
- Live Demo: https://huggingface.co/spaces/cin-model/kotaemon-public
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
|
Loading…
x
Reference in New Issue
Block a user