›Set up your development environment
1.2 · Lesson
Set up your development environment
During this course, you will:
- Use the Neo4j iFull definition for GraphRAG (opens in a new tab)Retrieval-augmented generation whose context comes from a knowledge graph, so the model can follow the relationships between facts. for Python (
neo4j_graphrag) package to create a iFull definition for knowledge graph (opens in a new tab)A representation of real-world entities and their relationships, stored according to organizing principles, typically in a graph database. from unstructured and structured data - Create vector and text to iFull definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. iFull definition for retriever (opens in a new tab)A component that searches a data source and returns the information relevant to a query. Often used to provide context for a language model. that use the knowledge graph to provide context to an iGo to glossary for large language model (opens in a new tab)A model trained on text to predict the next token, and so to generate language.
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register