Add grounded Dozer + LangChain card advisor - #143
Open
litbitrim wants to merge 2 commits into
Open
Conversation
Author
|
/claim getdozer/dozer#1690 |
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.
/claim getdozer/dozer#1690
/claim #1690
Summary
Why this implementation is different
The sample fails closed on malformed or non-finite financial data, uses Dozer's POST query filter rather than loading all customer rows, never exposes raw transaction APIs, and keeps hard eligibility outside both the LLM and vector database. It also includes a deterministic retrieval evaluation and explicit security tests.
Verification
python -m unittest discover -s tests -v— 41 passedpython -m tests.eval_retrieval— hit-rate@3 1.0, MRR 1.0python -m compileall -q app tests— passedgit diff --check— passedThe dependency-free fixture path was executed locally. The Dozer configuration and optional hosted-LLM path are documented and contract-tested; no external API key or live Dozer binary was used for verification.
AI assistance was used for implementation and review; every submitted change and test result was independently checked.
Demo
usecases/llm-grounded-card-advisor/demo/dozer-1690-demo.mp4