From 5d796412a8eb07a25bcf4c1d3e383a9ae3fa5a89 Mon Sep 17 00:00:00 2001 From: Rahul Lashkari Date: Sat, 19 Apr 2025 23:32:12 +0530 Subject: [PATCH] fix(examples): correct typo specifying in Qdrant_similarity_search example --- .../python/vectordb_with_qdrant/Qdrant_similarity_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gemini/python/vectordb_with_qdrant/Qdrant_similarity_search.ipynb b/examples/gemini/python/vectordb_with_qdrant/Qdrant_similarity_search.ipynb index 5d9ca0ee2..b7814a58c 100644 --- a/examples/gemini/python/vectordb_with_qdrant/Qdrant_similarity_search.ipynb +++ b/examples/gemini/python/vectordb_with_qdrant/Qdrant_similarity_search.ipynb @@ -328,7 +328,7 @@ "\n", "To use the embedding model, you have to use the `embed_content` function from the `google-generativeai` package. To learn more about the embedding model, read the [model documentation](https://ai.google.dev/gemini-api/docs/models/gemini#embedding).\n", "\n", - "One of the arguments passed to the embedding function is `task_type`. Speciefying the `task_type` parameter ensures the model produces appropriate embeddingsfor the expected task and inputs. It is a string that can take on one of the following values:\n", + "One of the arguments passed to the embedding function is `task_type`. Specifying the `task_type` parameter ensures the model produces appropriate embeddingsfor the expected task and inputs. It is a string that can take on one of the following values:\n", "\n", "| task_type\t | Description |\n", "|---|---|\n",