Setup app data dir (#32)

* setup local data dir

* update readme

* update chat panel

* update help page
This commit is contained in:
ian_Cin
2024-04-13 23:26:06 +07:00
committed by GitHub
parent 0417610d3e
commit 8985963e1e
11 changed files with 196 additions and 60 deletions

View File

@@ -2,7 +2,12 @@
![demo](https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/chat-tab-demo.png)
[User Guide](https://cinnamon.github.io/kotaemon/) | [Developer Guide](https://cinnamon.github.io/kotaemon/development/)
[Source Code](https://github.com/Cinnamon/kotaemon) |
[Demo](https://huggingface.co/spaces/lone17/kotaemon-app)
[User Guide](https://cinnamon.github.io/kotaemon/) |
[Developer Guide](https://cinnamon.github.io/kotaemon/development/) |
[Feedback](https://github.com/Cinnamon/kotaemon/issues)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-31013/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -68,3 +73,6 @@ open source.
```shell
pytest tests
```
Please refer to the [Developer Guide](https://cinnamon.github.io/kotaemon/development/)
for more details.