From 20e0a8f674abb2c832d7d3ee3cc6079af9e0ea52 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 29 Jan 2025 11:05:41 +0800 Subject: [PATCH] [docs] Fix 404 link for Q&A Patterns (#17660) --- docs/docs/understanding/putting_it_all_together/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/understanding/putting_it_all_together/index.md b/docs/docs/understanding/putting_it_all_together/index.md index 45b93c29b32f9..e438551c05422 100644 --- a/docs/docs/understanding/putting_it_all_together/index.md +++ b/docs/docs/understanding/putting_it_all_together/index.md @@ -2,7 +2,7 @@ Congratulations! You've loaded your data, indexed it, stored your index, and queried your index. Now you've got to ship something to production. We can show you how to do that! -- In [Q&A Patterns](q_and_a.md) we'll go into some of the more advanced and subtle ways you can build a query engine beyond the basics. +- In [Q&A Patterns](q_and_a/index.md) we'll go into some of the more advanced and subtle ways you can build a query engine beyond the basics. - The [terms definition tutorial](q_and_a/terms_definitions_tutorial.md) is a detailed, step-by-step tutorial on creating a subtle query application including defining your prompts and supporting images as input. - We have a guide to [creating a unified query framework over your indexes](../../examples/retrievers/reciprocal_rerank_fusion.ipynb) which shows you how to run queries across multiple indexes. - And also over [structured data like SQL](structured_data.md)