Skip to content

Commit 3266958

Browse files
committed
Add Next Steps
1 parent 8290459 commit 3266958

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/search/includes/quickstarts/search-get-started-vector-python.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,3 +778,8 @@ If you want to keep the search service, but delete the index and documents, you
778778
index_client.delete_index(index_name)
779779
print(f"Index '{index_name}' deleted successfully.")
780780
```
781+
782+
## Next steps
783+
784+
- Review the repository of code samples for vector search capabilities in Azure AI Search for [Python](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python)
785+
- Review the other Python and Azure AI Search code samples in the [azure-search-python-samples repo](https://github.com/Azure-Samples/azure-search-python-samples)

0 commit comments

Comments
 (0)