Data Engineering articles
Data Engineering articles
SQL[CRUD]-to-Text
I didn't realize that “SQL-to-Text” can only translate SELECT statements! Read full article...
Licence
When I created my first dataset on Hugging Face, I had to choose a license. There were so many options that I got confused, so I tried to figure out which license type is most appropriate for my dataset. Read full article...
Building a Reliable RAG
RAG sounds complicated until you stop thinking about it as “building an AI model.” In practice, it is much closer to building a data pipeline for knowledge. Read full article...
What are AI Agents
An AI agent is a system that receives information from its environment, makes decisions, performs actions, and uses the results of those actions to continue working toward a goal. Read full article...