Skip to content

Commit ba64e89

Browse files
author
Ziqun Ye
committed
fix the example
1 parent 7a0fd23 commit ba64e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm_application/Use_of_Cohere_embed_models_for_Semantic_Search_in_OCI_OpenSearch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
}
310310
],
311311
"source": [
312-
"query_vector = oci_embedings.embed_query(tex\n",
312+
"query_vector = oci_embedings.embed_query(text=\"how to set up tensorboard in oci?\")\n",
313313
"query = {\n",
314314
" \"size\": 2,\n",
315315
" \"query\": {\"knn\": {VECTOR_1_NAME: {\"vector\": query_vector, \"k\": 2}}},\n",

0 commit comments

Comments
 (0)