Software Engineer Intern — AI & Backend
Cloudly Infotech Limited
Clinical decision-support platform · LangGraph agents · RAG · FHIR / OpenEMR
- Engineering a production multi-agent LLM platform on LangGraph and FastAPI; fixed orchestrator defects that misrouted queries between the Diagnostic and Treatment agents (system prompts, conditional routing nodes, core enums).
- Led a RAG ingestion overhaul — heading-hierarchy breadcrumb chunking, table-aware atomic chunking, list-boundary splitting, and font-size heading inference for unstructured PDFs.
-
Added hybrid vector + full-text search over pgvector
(Postgres
tsvgenerated column, Alembic migrations incl. a multi-head merge); built a MinIO/S3 ingestion pipeline with an asyncaioboto3module and a resumable, idempotent uploader CLI. -
Improved FHIR-backed patient search (exact full-name,
title-inclusive matching) and clinical-note PDF export;
authored 80+ tests across 15 modules under
ruff/blackCI gates.