Add docx + html reader (#139)

This commit is contained in:
Duc Nguyen (john)
2024-01-31 19:21:30 +07:00
committed by GitHub
parent 116919b346
commit 65852b7d71
10 changed files with 202 additions and 10 deletions

View File

@@ -26,13 +26,6 @@ pip install kotaemon@git+ssh://git@github.com/Cinnamon/kotaemon.git
```shell
git clone git@github.com:Cinnamon/kotaemon.git
cd kotaemon
```
- Install all
```shell
pip install -e ".[dev]"
```
- Pre-commit
@@ -41,6 +34,13 @@ pip install kotaemon@git+ssh://git@github.com/Cinnamon/kotaemon.git
pre-commit install
```
- Install all
```shell
cd kotaemon/libs/kotaemon
pip install -e ".[dev]"
```
- Test
```shell