Skip to content

Commit a2a97d4

Browse files
fixed natural language query in certain places.
1 parent 22599fd commit a2a97d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autovec_unstructured/autovec_unstructured.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"metadata": {},
293293
"source": [
294294
"# Performing a Similarity Search\n",
295-
" - Defines a natural language query (e.g., \"USA\").\n",
295+
" - Defines a natural language query (e.g., \"How to setup java SDK?\").\n",
296296
" - Calls `similarity_search(k=3)` to retrieve the top 3 most semantically similar documents.\n",
297297
" - Prints ranked results, extracting the chosen `text_key` (here `text-to-embed`).\n",
298298
" - Change `query` to any descriptive phrase (e.g., \"beach resort\", \"airport hotel near NYC\").\n",

0 commit comments

Comments
 (0)