Skip to content

Commit

Permalink
add video
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik committed Nov 1, 2024
1 parent 2c058c3 commit 773c23e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion notebooks/metadata_enrichment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/vk0U1V-cBK0?si=-MHeM23RRfdlAlgm\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebooks/query_decomposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 773c23e

Please sign in to comment.