mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
Update 04_Memory101.ipynb
This commit is contained in:
parent
9a1c6a73c1
commit
4f0433d61d
1 changed files with 2 additions and 13 deletions
|
@ -365,21 +365,10 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"5. Advanced Usage: Query with Metadata Filtering\n",
|
"Awesome, now we can embed all our notes with Llama-stack and ask it about the meaning of life :)\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",
|
|
||||||
"\n",
|
"\n",
|
||||||
"Search within specific document types\n",
|
"Next up, we will learn about the safety features and how to use them: [notebook link](./05_Safety101.ipynb)"
|
||||||
"Filter by date ranges\n",
|
|
||||||
"Limit results to certain authors or sources"
|
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": []
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue