A generous heron and an ungrateful man – part 2
(A story narrated by Narada from Mahabharata, Shanti Parva, chapters 162-167) Previously, Gautama fled from the robbers’ town and joined
Technology, Science and Stories
Replication Strategies: Synchronous vs. Asynchronous
Replication: Ensuring Data Availability
Sharding Deep Dive: Consistent Hashing
Sharding: Splitting the Data
The Scaling Challenge: When Vector Databases Hit Their Limits
Putting it All Together: Building a Complete Retrieval System with HNSW and Reranking
Reranking: Fine-Tuning Search Results with a Second-Level Model
Search: Finding the Closest Matches
Index: Making Search Faster
Store: Where the Embeddings Live
(A story narrated by Narada from Mahabharata, Shanti Parva, chapters 162-167) Previously, Gautama fled from the robbers’ town and joined
(A story narrated by Narada from Mahabharata, Shanti Parva, chapters 162-167) Long ago, there lived a learned man from the
(A story from Mahabharata, Shanti Parva, chapters 162-167) Previously, Gautama entered an enchanted forest and took shelter under a banyan
In this article, I intend to discuss pointers, address-of operator (&) and dereference operator(*) in C++. These are the foundation
if, else,else-if, switch are the conditional statements in C++. The looping keywords are for, while, and do-while loops. In this
In this article, I will present a tutorial on C++ for beginners. I have started this new series on C++
I am sharing a Repl.it a C++ shell here so that you can run your programs and have fun coding!! Feel
I have started this new series on C#. In this article, I will give you an overview of the tutorial.
I will give you an introduction to C# collections we often use in various applications. Collections will give you the
We use arrays when we want to store multiple values of the same type under a single variable name. The