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 …