№003 production-rag-agent-python · 08
FastAPI SSE 스트리밍: Backpressure·취소·재연결 설계 (8/10)
FastAPI RAG Agent를 SSE API로 엽니다. event contract, bounded queue, backpressure, disconnect 취소, terminal error와 Last-Event-ID 재연결을 구현합니다.
Tag index
FastAPI RAG Agent를 SSE API로 엽니다. event contract, bounded queue, backpressure, disconnect 취소, terminal error와 Last-Event-ID 재연결을 구현합니다.
RAG freshness를 event·observed·processed·indexed·active time으로 측정합니다. CDC, watermark, tombstone과 bitemporal metadata로 최신·시점 검색과 권한 회수를 안전하게 운영합니다.
Python RAG Agent의 LLM SDK를 application에서 격리합니다. typed message, streaming event state machine, usage, provider 오류 번역과 취소 가능한 client를 구현합니다.