Arnav SinghforPython for Noobspythonfornoobs.hashnode.dev·Nov 12, 2024Comprehensive Guide to Python Data Structures: Lists and TuplesKey Takeaways ConceptSummary ListsMutable, ordered collections that can store different types of data. Creating ListsLists can be created using square brackets []. TuplesImmutable, ordered collections that store different types of data. Cre...Discuss·11 likesPython for NoobsPython
Diluk Angelodilukangelo.dev·Nov 7, 2024Understanding and Setting Up The Graph Protocol: A Beginner's Guide (1/2)What is The Graph? 🤔 Imagine trying to find a specific piece of information in thousands of pages of documents. Pretty hard, right? That's similar to what it's like trying to get specific data from a blockchain. The Graph is like having a super-smar...DiscussGraphQL
Alexander Arlund Nørgaardblog.alexnorgaard.dk·Nov 3, 2024Building an Events Application: Querying events and indexing with GINIn my last blog post we explored how to expose a simple API using the Echo Go framework and GORM ORM. We also took a look at how I wanted to represent an event in the database, including using tags and geolocation for search and filtering purposes. G...DiscussPostgreSQL
Hamid NawazforRetrieving Namespaceshamid-nawaz.hashnode.dev·Oct 20, 2024How to retrieve namespaces from the Pinecone index?After a couple of days of effort, I've successfully discovered how to retrieve namespaces from the Pinecone index. Here's the method that finally worked: import { Pinecone } from '@pinecone-database/pinecone' const pc = new Pinecone({ apiKey: "YOUR_...DiscussPinecone
Muhammad Sufiyaninnosufiyan.hashnode.dev·Oct 16, 2024Indexing in Databases: A Comprehensive Guide1. What is Indexing? Indexing is a technique used by databases (such as MongoDB, MySQL, PostgreSQL) to make data retrieval faster. Without indexing, the database must scan each row or document in the collection/table to find the data you requested. T...Discuss·42 readsSMIT - Batch 10indexing
DolphinDBdolphindb.hashnode.dev·Oct 9, 2024VectorDB: A Vector Retrieval Database System for Vector Storage, Indexing and SearchSince version 3.00.1, DolphinDB introduces VectorDB, a vector retrieval database system built on the TSDB storage engine. It applies rapid approximate nearest neighbor search (ANNS) to array vector columns. Key features of DolphinDB VectorDB include:...Discuss·1 likedolphindb
Amardeep Ranjanamardeep911.hashnode.dev·Oct 9, 2024Understanding Indexing in a practical way (with postgres)Hi there, in this blog we will try to understand how indexing works in databases. For this article we are using postgress as the database. Prequiste to follow with this article is docker if you don’t have postgress installed in your pc. I’ll be writi...DiscussDatabases
Aditi Polkamblog.aditipolkam.me·Oct 6, 2024How to Create Efficient Database Indexes for Optimal Long-Term PerformanceWhen building a database-driven application, especially one that deals with large datasets, efficient indexing is key to maintaining performance as your data grows. Poorly designed indexes can lead to slow queries, bloated storage, and frustrating us...Discuss·31 likes·309 readsDatabases
Omar Ashouromarashour.hashnode.dev·Oct 1, 2024Database indexingWhen it comes to database performance, optimized and fast queries are essential for efficient data retrieval and manipulation. In today's data-driven world, where applications often handle massive amounts of information, the speed at which a database...Discuss·1 like·77 readsSQL
Zahiruddin Tavargerezahere.com·Sep 23, 2024Unlocking Deep Context: Why You Should Try Multi-Representation IndexingVideo https://www.youtube.com/watch?v=v09v327xIdE Picture this: AI, not just searching for keywords, but truly grasping the intent behind your query. An AI that doesn’t just retrieve what you asked for, but what you need to know. This is the third...Discuss·93 readsGenerative AIRAG