Adding RAG to the AI Design Review Assistant – Part 3
By end of part 2 the Design Review Assistant had evolved into a FastAPI service. It could accept a design document, return a structured JSON response, stream results using Server-Sent Events, and expose useful metadata such as latency, token usage, and cost. The reviews worked well but they were generic. For example, given the following […]
Read More