diff --git a/lab03/Retrieval_Augmented_Generation_Simple.ipynb b/lab03/Retrieval_Augmented_Generation_Simple.ipynb index f130462..6e6a5a8 100644 --- a/lab03/Retrieval_Augmented_Generation_Simple.ipynb +++ b/lab03/Retrieval_Augmented_Generation_Simple.ipynb @@ -318,7 +318,7 @@ "# Step 5: Set Up Embeddings and Vector Store\n", "# Define Hugging Face Model URL and access token (e.g., API Token)\n", "HF_API_URL = \"https://api-inference.huggingface.co/pipeline/feature-extraction/sentence-transformers/paraphrase-MiniLM-L6-v2\"\n", - "# appy your Huggin Face access toKen here https://huggingface.co/docs/hub/en/security-tokens\n", + "# apply for your Huggin Face access token here https://huggingface.co/docs/hub/en/security-tokens\n", "# Your access token should look like this\n", "api_token = \"hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n", "\n",