Took Me a Few Days to Get This Right: The Integration Gauntlet (SAP Build & Destinations)
Author(s): Kunal Originally published on Towards AI. In the previous article, we have already laid the architectural foundation and built a robust FastAPI backend ready for integration. Now that our API is live and verified, it is time to face the “Integration …
AI Systems, LLMs, and the Hidden Risks We Can’t Ignore
Author(s): Kunal Originally published on Towards AI. I recently attended an insightful session by NVIDIA on Cybersecurity and AI Risk Management, and it got me thinking about guardrails in AI systems. One key takeaway: there’s currently no effective way to clearly distinguish …
Chunking Tabular Data for RAG and Search Systems
Author(s): Kunal Originally published on Towards AI. When working with Retrieval-Augmented Generation (RAG) or search systems, we often focus on how to chunk long documents — but tables present a different kind of challenge. Unlike plain text, tabular data carries structured relationships …