RSramnisanth simhadriinbits-to-brains.hashnode.dev·Aug 1, 2025 · 4 min readVector DatabasesA vector database is a database that is used to store, manage, and query high-dimensional vectors. These allow us to quickly find similar items using similarity search(semantic search) (cosine similarity, dot product, etc.). What are these high-dimen...00
RSramnisanth simhadriinbits-to-brains.hashnode.dev·Jul 22, 2025 · 4 min readData Analytics and PythonIntroduction What is Data Analytics? From the term Data Analytics, we can say that Data Analytics is Analytics on data. But what is this data, and why do we do these analyses? The data can be any Digital data collected over time, this can be from man...00
RSramnisanth simhadriinbits-to-brains.hashnode.dev·Jul 22, 2025 · 5 min readLangChainIntroduction Nowadays, we are witnessing numerous advancements in Artificial Intelligence, particularly in generative AI. As the day passes, we receive a new update on LLMs, or large language models. The big companies are competing among themselves t...00
RSramnisanth simhadriinbits-to-brains.hashnode.dev·Jul 22, 2025 · 4 min readTypes of DatabasesIntroduction What is a database, and why do we need them? A database is a collection of data that is organized in such a way that the data, when we try to access it later, is easy to add new data, read, update, and delete. Databases are the backbone ...00