MGManav Guptainmanavgupta.hashnode.dev·Jun 20 · 8 min readHow quantization keeps vector search in RAMI've been building a RAG system over a terabyte of scanned engineering manuals tens of millions of pages, chunked into roughly six million searchable pieces. At that scale the interesting problems sto00
MGManav Guptainmanavgupta.hashnode.dev·Apr 3, 2022 · 4 min readWhat is Docker | A Deep Dive into DockerWhat is Docker? Docker is an open-source container platform that packages an application and its dependencies together in the form of containers. These containerization aspects ensure that the application works in any environment. A developer defines...00
MGManav Guptainmanavgupta.hashnode.dev·Mar 16, 2022 · 3 min readGet started with the Hashnode APIWriting a single HTML file for my personal blog and copy and pasting it into these other blogging platforms isn't too challenging... until I need to edit something. A simple type change requires me to load four different sites, navigating through the...05MIFRN
MGManav Guptainmanavgupta.hashnode.dev·Mar 2, 2022 · 3 min readWhat is OSI Model.OSI (Open System Interconnection Model) is a logical model to communication between systems. OSI describes 7 layers that computer systems use to communicate with each other. OSI Model Explained: 7 Layers of OSI Model We will describe OSI layers "Top ...01V