ComenzarEmpieza gratis

Creating the text-to-query prompt

Este ejercicio forma parte del curso

Text-to-Query Agents with MongoDB and LangGraph

Ver curso

Instrucciones del ejercicio

  • Import and preview the prebuilt MONGODB_AGENT_SYSTEM_PROMPT to get a feel for the instructions.
  • Define a prompt template containing MONGODB_AGENT_SYSTEM_PROMPT to instruct the text-to-query agent on how to use the tools provided; pre-fill the top_k and tool_names parameter.
  • Bind the tools with the OpenAI LLM, llm.
  • Chain the prompt to the tool_augmented_llm using the | operator, and invoke it on the input provided.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


Ejercicio interactivo práctico

Pon en práctica la teoría con uno de nuestros ejercicios interactivos

Empezar ejercicio