Browsing Tag
neo4j
2 posts
Wiring the Reasoning Loop: Gemini + Neo4j + MCP for Multi-Hop AI Agents
Standard Retrieval-Augmented Generation (RAG) solved the initial LLM hallucination problem by grounding outputs in vector embeddings. However, pure…
Why use graph database?
Graph database uses nodes/vertices to store entities and edges to store relationships between these entities. Most of the…