Skip to content

Commit 3e2b3be

Browse files
committed
removed unused parameter
1 parent 6624a1b commit 3e2b3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorial-RAG/Tutorial-rag.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
"\n",
780780
"# Queries are unchanged in this update\n",
781781
"query=\"how much of earth is covered by water\"\n",
782-
"vector_query = VectorizableTextQuery(text=query, k_nearest_neighbors=1, fields=\"text_vector\", exhaustive=True, threshold={\"kind\":\"vectorSimilarity\", \"value\":0.8})\n",
782+
"vector_query = VectorizableTextQuery(text=query, k_nearest_neighbors=1, fields=\"text_vector\", exhaustive=True)\n",
783783
"\n",
784784
"# Add query_type semantic and semantic_configuration_name\n",
785785
"# Add scoring_profile and scoring_parameters\n",

0 commit comments

Comments
 (0)