Pankaj Patilpankajvpatil.hashnode.dev·Jan 29, 2025Unlocking the Power of Neo4j: Transforming Data Challenges into OpportunitiesIn today's data-driven world, where the stakes are high and challenges are complex, it's clear that graph databases like Neo4j hold a unique position. They stand out not just for their efficiency with large datasets but because they tackle real-world...graph database
Anix Lynchgozeroshot.dev·Jan 16, 2025Agentic AI w/ Neo4j & Langchain for graph databaseGoal: Use Neo4j to build a graph of job roles and required skills. The agent maps relationships, answers queries like “What skills are linked to a Data Scientist?” or “Which roles need Python?” and provides context-aware insights. 1. Install Require...Neo4j
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...Neo4j
Divindra Ramaicaribbeantechblog.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...32 readsNeo4j
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...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...1 like·37 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...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...Neo4j
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...6 likes·4.9K 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...SQL