diff --git a/samples/notebooks/dotnet/06-memory-and-embeddings.ipynb b/samples/notebooks/dotnet/06-memory-and-embeddings.ipynb index 2f7741f4087a..7d7cdca4a0cb 100644 --- a/samples/notebooks/dotnet/06-memory-and-embeddings.ipynb +++ b/samples/notebooks/dotnet/06-memory-and-embeddings.ipynb @@ -182,7 +182,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's now revisit the our chat sample from the [previous notebook](04-context-variables-chat.ipynb).\n", + "Let's now revisit our chat sample from the [previous notebook](04-context-variables-chat.ipynb).\n", "If you remember, we used context variables to fill the prompt with a `history` that continuously got populated as we chatted with the bot. Let's add also memory to it!" ] },