Module 4
Agents
In this module, you will:
- Learn about agents and their capabilities.
- Review how agents process user input and make decisions.
- Create a simple agent using Neo4j, Python, and LangChain.
- Integrate schema, vector + Full 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., and text to Cypher Full 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. into your agent.