diff --git a/sdk/search/azure-search-documents/samples/async_samples/sample_vector_search_async.py b/sdk/search/azure-search-documents/samples/async_samples/sample_vector_search_async.py index 90f8a435c405..269226f313d6 100644 --- a/sdk/search/azure-search-documents/samples/async_samples/sample_vector_search_async.py +++ b/sdk/search/azure-search-documents/samples/async_samples/sample_vector_search_async.py @@ -95,7 +95,7 @@ def get_hotel_documents(): { "hotelId": "2", "hotelName": "Roach Motel", - "descrdescriptioniption": "Cheapest hotel in town. Infact, a motel.", + "description": "Cheapest hotel in town. Infact, a motel.", "descriptionVector": get_embeddings("Cheapest hotel in town. Infact, a motel."), "category": "Budget", },