Module 4

Agentes

Neste módulo, você irá:

  • Aprender sobre agentes e suas capacidades.
  • Revisar como agentes processam a entrada do usuário e tomam decisões.
  • Criar um agente simples usando Neo4j, Python e LangChain.
  • Integrar 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. de 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. e Text to Cypher no seu agente.
Ready, let's go!