Skip to content

Commit

Permalink
Completely remove tika
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Dec 4, 2023
1 parent d618292 commit 0e37426
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_check_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
./setup-folders.sh
cp .env.example .env
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/ tika/
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/
python monkey_patch_docker_compose_for_backend_tests.py --disable_ray
export GID=$(id -g)
export API_PRODUCTION_WORKERS=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cd docker
./setup-folders.sh
cp .env.example .env
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/ tika/
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/
python monkey_patch_docker_compose_for_backend_tests.py
export GID=$(id -g)
export API_PRODUCTION_WORKERS=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
./setup-folders.sh
cp .env.example .env
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/ tika/
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/
python monkey_patch_docker_compose_for_backend_tests.py --disable_ray
export GID=$(id -g)
export API_PRODUCTION_WORKERS=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-openapi-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd docker
./setup-folders.sh
cp .env.example .env
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/ tika/
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/
python monkey_patch_docker_compose_for_backend_tests.py --disable_ray
export GID=$(id -g)
export API_PRODUCTION_WORKERS=0
Expand Down
1 change: 0 additions & 1 deletion backend/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies:
- pillow=9.2.0
- elasticsearch=7.17
- python-magic=0.4
- tika=1.24
- python-jose=3.3
- frozendict=2.3
- email_validator=2.1
Expand Down

0 comments on commit 0e37426

Please sign in to comment.