Skip to content
Snippets Groups Projects
Unverified Commit 0ecc4b20 authored by Emanuel Ferreira's avatar Emanuel Ferreira Committed by GitHub
Browse files

docs: minor fixes (#514)

parent f9f35122
Branches
Tags
No related merge requests found
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment