From 8813d800605c7d56122591838d3ded4a555dc42b Mon Sep 17 00:00:00 2001 From: Oscar <25309418+osw282@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:31:16 +0000 Subject: [PATCH] udpate text (#6) --- .../experiment_rag_semantic_chunking.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rag_semantic_chunking/experiment_rag_semantic_chunking.ipynb b/rag_semantic_chunking/experiment_rag_semantic_chunking.ipynb index 75ecfdb..151086f 100644 --- a/rag_semantic_chunking/experiment_rag_semantic_chunking.ipynb +++ b/rag_semantic_chunking/experiment_rag_semantic_chunking.ipynb @@ -6,8 +6,6 @@ "source": [ "# L&L Blog Series - RAG Semantic Chunking Experiment\n", "\n", - "Did the lunch & learn blog series bring you here? If not, you should definitely check it out [here]().\n", - "\n", "In this experiment, we'll compare the simplest chunking method, fixed-size chunking, with the improvements offered by semantic chunking.\n", "\n", "The goal of semantic chunking is to create meaningful and context-aware chunks.\n", @@ -309,7 +307,9 @@ "\n", "This step is crucial because it transforms our text data into a format that allows us to measure how similar or different the sentences are from one another.\n", "\n", - "We will use Cohere's embedding API for to generate our embeddings." + "We will use Cohere's embedding API for to generate our embeddings which you can get an API key [here](https://dashboard.cohere.com/api-keys).\n", + "\n", + "> NOTE: It will prompt you for an API key when you run the below block of code." ] }, {