© 2026 Hashnode
Introduction: The Data Deluge and the Rise of Object Storage In today’s digital era, organizations are inundated with unstructured data-from high-resolution images and videos to IoT sensor streams, emails, logs, and more. According to IDC, over 80% o...

Bold Reports provides a robust platform for crafting comprehensive and dynamic reports. Among its powerful features are the Lookup and LookUpSet functions, which allow users to fetch data from multiple datasets and display it in their reports. Master...

I had to work on a task where data retrieval and search needed enhancement, and Azure AI came to my rescue to make the job simple and effective. Azure AI’s Retrieval Augmented Generation (RAG) significantly improves the accuracy and relevance of sear...

Part 1 - Chains LLM Chains are used to statically link multiple LLM interactions to build complex functionality. The Langchain Python library provides a wrapper to connect LLMs and tools from different providers. The code of this blog is available he...

There are two approaches to using large language models (LLMs) on our data: Fine-tuning RAG (Retrieval-Augmented Generation) Fine-tuning involves training an LLM on a specific task, such as question answering or summarization, using your data. RA...

Hey there, fellow data enthusiasts! Have you ever wondered how massive amounts of data can be stored efficiently, making it easily accessible for analysis? Well, let me introduce you to the superheroes of data storage: Parquet files! Choosing the rig...
