diff --git a/notebooks/metadata_enrichment.ipynb b/notebooks/metadata_enrichment.ipynb index 4a0d7ee..01430c1 100644 --- a/notebooks/metadata_enrichment.ipynb +++ b/notebooks/metadata_enrichment.ipynb @@ -26,7 +26,11 @@ "\n", "In this example, we will be enriching metadata with information relating the funding announements.\n", "\n", - "Once we populate the metadata of a document with our own fields, we are able to use Metadata Filtering during the retrieval step of RAG pipelines. We can even combine this with [Metadata Extraction from Queries to Improve Retrieval](https://haystack.deepset.ai/blog/extracting-metadata-filter) to be very precise about what documents we are providing as context to an LLM." + "Once we populate the metadata of a document with our own fields, we are able to use Metadata Filtering during the retrieval step of RAG pipelines. We can even combine this with [Metadata Extraction from Queries to Improve Retrieval](https://haystack.deepset.ai/blog/extracting-metadata-filter) to be very precise about what documents we are providing as context to an LLM.\n", + "\n", + "## 📺 Code Along\n", + "\n", + "" ] }, { diff --git a/notebooks/query_decomposition.ipynb b/notebooks/query_decomposition.ipynb index b63e78f..d8e3c8e 100644 --- a/notebooks/query_decomposition.ipynb +++ b/notebooks/query_decomposition.ipynb @@ -12,11 +12,11 @@ "\n", "> This is part one of the **Advanced Use Cases** series:\n", ">\n", - "> 1️⃣ Extract Metadata from Queries to Improve Retrieval [cookbook](/cookbook/extracting_metadata_filters_from_a_user_query)& [full article](/blog/extracting-metadata-filter)\n", + "> 1️⃣ Extract Metadata from Queries to Improve Retrieval [cookbook](/cookbook/extracting_metadata_filters_from_a_user_query) & [full article](/blog/extracting-metadata-filter)\n", ">\n", "> 2️⃣ Query Expansion [cookbook](/cookbook/query-expansion) & [full article](/blog/query-expansion)\n", ">\n", - "> 3️⃣ **Query Decomposition** & the [full article](/blog/query-decomposition)\n", + "> 3️⃣ **Query Decomposition & the [full article](/blog/query-decomposition)**\n", ">\n", "> 4️⃣ [Automated Metadata Enrichment](/cookbook/metadata_enrichment)\n", "\n",