Skip to content

Commit 8c21128

Browse files
authored
Update sample_vector_search_async.py (Azure#37799)
Fixed typo in get_hotel_documents, "description" field was mispelled
1 parent e2f4c4c commit 8c21128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/search/azure-search-documents/samples/async_samples/sample_vector_search_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_hotel_documents():
9595
{
9696
"hotelId": "2",
9797
"hotelName": "Roach Motel",
98-
"descrdescriptioniption": "Cheapest hotel in town. Infact, a motel.",
98+
"description": "Cheapest hotel in town. Infact, a motel.",
9999
"descriptionVector": get_embeddings("Cheapest hotel in town. Infact, a motel."),
100100
"category": "Budget",
101101
},

0 commit comments

Comments
 (0)