UN-2444 [FEAT] Temporary-Integration for Agentic table extractor service#1390
Merged
harini-venkataraman merged 8 commits intoJul 2, 2025
Conversation
for more information, see https://pre-commit.ci
Signed-off-by: harini-venkataraman <115449948+harini-venkataraman@users.noreply.github.com>
for more information, see https://pre-commit.ci
Contributor
|
|
pk-zipstack
approved these changes
Jul 2, 2025
gaya3-vijayakumar
approved these changes
Jul 2, 2025
gaya3-vijayakumar
left a comment
Contributor
There was a problem hiding this comment.
Looks safe to me.
Deepak-Kesavan
approved these changes
Jul 2, 2025
pk-zipstack
pushed a commit
that referenced
this pull request
Aug 20, 2025
…ice (#1390) * UN-2444 Temporary-Integration for Agentic table extractor * UN-2444-Interface for Rent roll communication * UN-2444 Envs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * UN-2444 Sample env for rent rolls Signed-off-by: harini-venkataraman <115449948+harini-venkataraman@users.noreply.github.com> * Change ens to 5003 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: harini-venkataraman <115449948+harini-venkataraman@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.



What
TABLEtype condition.RentRollExtractorthat processes rent roll documents using a structured schema and adapter-based LLM config.PSKeys.TABLEbranch as an MVP/prototype implementation.Why
How
ToolAdapter.get_adapter_config()to fetch LLM metadata.RentRollExtractorwhendocument_type == "rent_rolls".PSKeys.OUTPUT.Can this PR break any existing features? If yes, please list possible items. If no, please explain why.
No.
document_type == "rent_rolls", and all other table extractions remain unaffected.Database Migrations
Env Config
RENTROLL_SERVICE_HOST=http://unstract-rentroll-service
RENTROLL_SERVICE_PORT=5001
DEBUG=trueRelevant Docs
Not applicable
Related Issues or PRs
UN-2444
Dependencies Versions
Notes on Testing
Screenshots
Checklist
I have read and understood the Contribution Guidelines.