Technical requirements
Before we dive into the practical aspects of building a knowledge graph for RAG integration with Neo4j, it is essential to set up the necessary tools and environments. Here are the technical requirements for this chapter:
- Neo4j database: You can use Neo4j Desktop for a local setup or Neo4j Aura for a cloud-based solution. Download Neo4j Desktop from the Neo4j download center: https://neo4j.com/download/. For Neo4j Aura, visit Neo4j Aura: https://neo4j.com/product/neo4j-graph-database/. Neo4j offers two primary cloud-based services – AuraDB and AuraDS:
- AuraDB is a fully managed graph database service tailored for developers building intelligent applications. It supports flexible schemas, native storage of relationships, and efficient querying with the Cypher language. AuraDB offers a free tier, enabling users to explore graph data without incurring costs. Learn more about AuraDB at https://neo4j.com/product/auradb/.
- AuraDS...