Workshop Submission PR | UC-0A / UC-RAG / UC-MCP | RAG→MCP - #47
Open
SSukhvinderSingh wants to merge 4 commits into
Open
Workshop Submission PR | UC-0A / UC-RAG / UC-MCP | RAG→MCP#47SSukhvinderSingh wants to merge 4 commits into
SSukhvinderSingh wants to merge 4 commits into
Conversation
…ejected all relevant chunks → switched collection to cosine space (kept THRESHOLD=0.6 + score=1-d/2), added per-document answers (rule nasscomAI#5), --json/--out output, and repointed LLM to gemini-2.5-flash
… it for out-of-scope questions -> implemented JSON-RPC (tools/list + tools/call) server with a scoped query_policy_documents tool (CMC HR/IT/Finance scope + refusal note), isError on refusal, HTTP 200 for all responses, and filled agents.md/skills.md
…-tier -> switched LLM to gemma-4-26b-a4b-it via the Gemini API (same key)
|
Hi there, participant! Thanks for joining our RAG-to-MCP Workshop! We're reviewing your PR for the 3 Use Cases (UC-0A, UC-RAG, UC-MCP). Once your submission is validated and merged, you'll be awarded your completion badge! Next Steps:
|
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.
Name: S Sukhvinder Singh
City / Group: Hyderabad
Date: 2026-08-22
Checklist — Complete Before Opening This PR
✔️
agents.mdcommitted for UC-0A, UC-RAG, UC-MCP✔️
skills.mdcommitted for UC-0A, UC-RAG, UC-MCP✔️
results_hyderabad.csvpresent inuc-0a/✔️
rag_server.pyimplemented inuc-rag/(cosine space, 0.6 threshold, per-document answers, --json/--out)✔️
mcp_server.pyimplemented inuc-mcp/(scoped query_policy_documents + JSON-RPC)✔️ 4 commits with meaningful messages following the formula
✔️ All sections below are filled in
UC-0A — Complaint Classifier
Which failure mode did you encounter first?
What enforcement rule fixed it? Quote the rule exactly as it appears in your agents.md:
Your git commit message for UC-0A:
UC-RAG — RAG Server
Which failure mode did you encounter first?
What enforcement rule fixed it? Quote the rule exactly as it appears in your agents.md:
Your git commit message for UC-RAG:
UC-MCP — MCP Server
Which failure mode did you encounter first?
What enforcement rule fixed it? Quote the rule exactly as it appears in your agents.md:
Your git commit messages for UC-MCP: