run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
35.4k stars 4.99k forks source link

[Documentation]: Faulty link in building a basic agent #14338

Open ivholmlu opened 2 months ago

ivholmlu commented 2 months ago

Documentation Issue Description

Within the how to build a basic agent, there is an faulty link. The link refers to https://docs.llamaindex.ai/en/stable/understanding/rag/index.md, which does not render nicely in the browser.

image Image of the faulty page image

Documentation Link

https://docs.llamaindex.ai/en/stable/understanding/agent/basic_agent/

dosubot[bot] commented 2 months ago

Hello, @ivholmlu! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together!

To fix the faulty link in the "Build a Basic Agent" documentation, you need to update the link reference in the mkdocs.yml file. The current link is:

- Building a basic agent: ./understanding/agent/basic_agent.md

Ensure that the path ./understanding/agent/basic_agent.md is correct and that the file exists at that location. If the file does not exist or the path is incorrect, you need to correct it. For example, if the correct path is ./understanding/agent/building_basic_agent.md, you should update the link as follows:

- Building a basic agent: ./understanding/agent/building_basic_agent.md

If the file exists and the path is correct, but the page does not render correctly, you may need to check the content of basic_agent.md for any issues that might prevent it from rendering properly [1].

To continue talking to Dosu, mention @dosu.