Skip to content

Commit 5d79641

Browse files
fix(examples): correct typo specifying in Qdrant_similarity_search example
1 parent 61a3666 commit 5d79641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gemini/python/vectordb_with_qdrant/Qdrant_similarity_search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"\n",
329329
"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",
330330
"\n",
331-
"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",
331+
"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",
332332
"\n",
333333
"| task_type\t | Description |\n",
334334
"|---|---|\n",

0 commit comments

Comments
 (0)