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

@@ -88,6 +88,7 @@ jobs:
steps.check-cache-hit.outputs.check != 'true'
run: |
python -m pip install --upgrade pip
cd libs/kotaemon
pip install -U --upgrade-strategy eager -e .[dev]
- name: New dependencies cache for key ${{ steps.restore-dependencies.outputs.cache-primary-key }}