PGPrasad Gaikwadinblog.prasadgaikwad.dev·3d ago · 5 min readDeveloper Tooling: DevTools, Actuator, and Swagger UIThe demo is now a real web application with a dozen REST endpoints, streaming, and a database — which means it's time to make it comfortable to develop and easy to inspect. This short post covers the 00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·4d ago · 7 min readIntegration Features: REST, Streaming, WebSocket, and a DatabaseSo far everything in this series has lived behind the command line. The model, the memory, the RAG pipeline, the agents — all real, but all reachable only through a REPL. Our checklist's next mileston00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·6d ago · 6 min readPrompting Techniques with LangChain4jEverything so far in this series has relied on a single well-written prompt. But prompts are code: they deserve templates, examples, and reliable output contracts. This post covers the three prompting00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·6d ago · 7 min readChains and Agents with LangChain4jSo far the demo's LLM calls have been single-shot: the chat model answers a question in one step. But many real tasks need more than that — a task may require arithmetic, a lookup in a knowledge base,00
PGPrasad Gaikwadinblog.prasadgaikwad.dev·Aug 6 · 6 min readDocument Processing with LangChain4jIn the last post we built a RAG pipeline that answers questions from indexed documents. But the pipeline is only as good as its input: real-world data lives in PDFs, mixed file types, and messy format00