From 1ba091c152b1914fa40d9670a1070c44a5e10245 Mon Sep 17 00:00:00 2001 From: Simon Suo <simonsdsuo@gmail.com> Date: Wed, 12 Jul 2023 10:48:51 -0700 Subject: [PATCH] update link to agents on docs (#6874) --- docs/getting_started/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/concepts.md b/docs/getting_started/concepts.md index f9dd978e92..6b13862803 100644 --- a/docs/getting_started/concepts.md +++ b/docs/getting_started/concepts.md @@ -70,7 +70,7 @@ It takes in a natural language query, and returns a response, along with referen A chat engine is an end-to-end pipeline for having a conversation with your data (multiple back-and-forth instead of a single question & answer). -[**Agents**](/core_modules/query_modules/agent/root.md): +[**Agents**](/core_modules/agent_modules/agents/root.md): An agent is an automated decision maker (powered by an LLM) that interacts with the world via a set of tools. Agent may be used in the same fashion as query engines or chat engines. The main distinction is that an agent dynamically decides the best sequence of actions, instead of following a predetermined logic. -- GitLab