feat: Add remote Tika parsing support - #875
Open
arsaboo wants to merge 1 commit into
Open
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Author
|
@pancacake thanks for those upstream fixes...all green now :) |
arsaboo
force-pushed
the
tika
branch
2 times, most recently
from
August 16, 2026 20:30
0c9938f to
5ff5677
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is a follow-up to #845.
This PR adds Apache Tika as a new document parsing engine. Tika is remote-only: it sends files to a configured tika-server via
PUT /tikaand writes the extracted text as Markdown, so no local install or model downloads are needed.What's included:
deeptutor/services/parsing/engines/tika/engine (config, remote client, adapter)tikain the parser factory and runtime settingsTIKA_SERVER_URLenv override with defaulthttp://localhost:9998POST /api/v1/settings/document-parsing/tika/testendpoint for live connectivity checksTested against a live Apache Tika 3.3.1 server (including Unicode filenames).
Related Issues
Module(s) Affected
agentsapiconfigcoreknowledgeloggingservicestoolsutilsweb(Frontend)docs(Documentation)scriptstests...Checklist
pre-commit run --all-filesand fixed any issues.Additional Notes
Add any other context or screenshots about the pull request here.