[Kolkata] Soumyadip — RAG-to-MCP Submission - #45
Open
SoumyadipYT-OSS wants to merge 5 commits into
Open
Conversation
…ury/child/school/hospital triggers
…nce-transformers with ChromaDB retrieval
…ed RAG server in HTTP MCP handler
|
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:
|
Author
|
@arshdeep-bengaluru NasscomTeam |
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.
Submission Overview
This Pull Request delivers the completed submission for the RAG-to-MCP implementation challenge across all three use-case tracks (
uc-0a,uc-rag, anduc-mcp).Included File Verification
Use Case 0A (
uc-0a/)uc-0a/agents.mduc-0a/skills.mduc-0a/classifier.pyuc-0a/results_chennai.csvUse Case RAG (
uc-rag/)uc-rag/agents.mduc-rag/skills.mduc-rag/rag_server.py(Full implementation)Use Case MCP (
uc-mcp/)uc-mcp/agents.mduc-mcp/skills.mduc-mcp/mcp_server.pySummary of Work & Changes Made
results_chennai.csv.rag_server.py, built vector database embeddings via ChromaDB/sentence-transformers, and validated query JSON responses.mcp_server.pyto expose retrieval capabilities dynamically as standard MCP tools.How to Test & Verify