Kam Chehresakamc.hashnode.dev·Nov 14, 2024Getting Started with Semantic Search Using Neo4j and Google Vertex AI - Part 1Introduction In this article I’ll go through a fictitious use case building a semantic search for executive profiles. We chose Neo4j for its graph capabilities and Google Vertex AI for its powerful embedding models. This two part series shares, altho...DiscussNeo4j
Divindra RamaiforCaribbean Tech Blogcaribbeantechblog.hashnode.dev·Nov 11, 2024How to run Neo4j container on Docker DesktopThis guide provides instructions on setting up and connecting to a Neo4j graph database using Docker Desktop and Neo4j Desktop on a Windows machine. It includes detailed steps for installing Docker Desktop, downloading the Neo4j Docker image, configu...DiscussNeo4j
Stephen Collinssteve555.hashnode.dev·Sep 9, 2024FeaturedHow to Scale GraphRAG with Neo4j for Efficient Document QueryingNote: 9/12/24 - This update replaces the code examples that use EOL (end of life) py2neo package with the official neo4j Python driver. In this tutorial, I will walk through the example implementation of an architecture for a scalable GraphRAG system...Discuss·23 likes·98 readsgraphrag
Kaan Yagcikaanyagci.hashnode.dev·Aug 7, 2024Database Selection Made Easy: How to Find the Best Fit for Your ProjectToday, my co-founder Idil Saglam and I discussed which database to use for Vestiaire.io. This made us realize there’s much debate around databases on social media. But is there a database that is better than others? Not. No solution fits all when cho...Discuss·1 like·35 readsADRDatabases
Souvik Mukherjeesouvik150.hashnode.dev·May 30, 2024Navigating Connections: A Beginner's Guide to Graph Databases with Neo4jIn today's data-driven world, managing and analyzing complex relationships efficiently is crucial. Traditional relational databases often struggle with handling connected data effectively. This is where graph databases shine, offering a more intuitiv...Discuss·38 readsNeo4j
Ezaan Aminezaan.hashnode.dev·May 17, 2024Navigating Data Pagination Pitfalls: A Developer’s Journey with Neo4j and Browser CompatibilityWhen I started my Heal Together project, I knew there would be many challenges, but I was ready to take them head-on and improve as a developer. Because this is how you grow — you face challenges that seem impossible, and you conquer them. Before del...DiscussNeo4j
Manish Singh PariharforFutureSmart AI Blogblog.futuresmart.ai·May 2, 2024Building your own LLM RAG chatbot with Neo4j and LangchainIntroduction Chatbots have become increasingly prevalent, yet traditional models often falter when faced with complex queries or natural language variations, leading to unsatisfactory user experiences. Retrieval-augmented generation (RAG) chatbots of...Discuss·6 likes·4.3K readsnatural language processing
Brianna Nemethconceptvertex.hashnode.dev·May 1, 2024Navigating the Basics and Beyond: Data ManagementAs a systems engineer currently enrolled in a data management course, I’m excited to write, capture, and share my explorations and insights into various technological topics. The Core of SQL and MySQL The foundation of data management lies in a profi...DiscussSQL
Aniket Hinganebytecodecorner.hashnode.dev·Mar 30, 2024Shopper’s Serendipity : Know Why They Buy ‘That’ with ‘This’ via K-NN on GraphFull Article What is this article about✨ Real world application of graphs and the K-NN algorithm to decode why customers buy certain products together. Think of it like predicting the perfect side dish for your main course (their original purchase)! ...Discuss·33 readsNeo4j
Aniket Hinganebytecodecorner.hashnode.dev·Mar 29, 2024A* algorithm is Ariadne’s thread, Neo4j GDS lib reveals whyOptimizing Routes, Minimizing Costs, Navigating Networks, Let’s Dive into A* ! Full Article Code In ancient Greek myth, the hero Theseus used a ball of thread to escape a labyrinth. But what if that thread could think? What if it could calculate the ...Discussalgorithms