From 4f0433d61df8a2a138facbde49f7793460cae1ba Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Tue, 5 Nov 2024 16:24:19 -0800 Subject: [PATCH] Update 04_Memory101.ipynb --- docs/zero_to_hero_guide/04_Memory101.ipynb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/docs/zero_to_hero_guide/04_Memory101.ipynb b/docs/zero_to_hero_guide/04_Memory101.ipynb index b3d34b1cb..6328a79c4 100644 --- a/docs/zero_to_hero_guide/04_Memory101.ipynb +++ b/docs/zero_to_hero_guide/04_Memory101.ipynb @@ -365,21 +365,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "5. Advanced Usage: Query with Metadata Filtering\n", - "One powerful feature is the ability to filter results based on metadata. This helps when you want to search within specific subsets of your documents.\n", - "❓ Use Cases for Metadata Filtering:\n", + "Awesome, now we can embed all our notes with Llama-stack and ask it about the meaning of life :)\n", "\n", - "Search within specific document types\n", - "Filter by date ranges\n", - "Limit results to certain authors or sources" + "Next up, we will learn about the safety features and how to use them: [notebook link](./05_Safety101.ipynb)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {