From 0ecc4b2051000c5b5ce74314827752c2df2ff37b Mon Sep 17 00:00:00 2001 From: Emanuel Ferreira <contatoferreirads@gmail.com> Date: Mon, 5 Feb 2024 04:12:49 -0300 Subject: [PATCH] docs: minor fixes (#514) --- apps/docs/docs/getting_started/concepts.md | 2 +- apps/docs/docs/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/docs/getting_started/concepts.md b/apps/docs/docs/getting_started/concepts.md index 44aaf66e6..1cd3e5641 100644 --- a/apps/docs/docs/getting_started/concepts.md +++ b/apps/docs/docs/getting_started/concepts.md @@ -69,7 +69,7 @@ A response synthesizer generates a response from an LLM, using a user query and #### Pipelines -[**Query Engines**](../modules/query_engine.md): +[**Query Engines**](../modules/query_engines): A query engine is an end-to-end pipeline that allow you to ask question over your data. It takes in a natural language query, and returns a response, along with reference context retrieved and passed to the LLM. diff --git a/apps/docs/docs/introduction.md b/apps/docs/docs/introduction.md index e7a3ca331..68297710b 100644 --- a/apps/docs/docs/introduction.md +++ b/apps/docs/docs/introduction.md @@ -39,7 +39,7 @@ For more complex applications, our lower-level APIs allow advanced users to cust Our documentation includes [Installation Instructions](./getting_started/installation.mdx) and a [Starter Tutorial](./getting_started/starter.md) to build your first application. -Once you're up and running, [High-Level Concepts](./getting_started/concepts.md) has an overview of LlamaIndex's modular architecture. For more hands-on practical examples, look through our [End-to-End Tutorials](./end_to_end.md). +Once you're up and running, [High-Level Concepts](./getting_started/concepts.md) has an overview of LlamaIndex's modular architecture. For more hands-on practical examples, look through our Examples section on the sidebar. ## 🗺️ Ecosystem -- GitLab