I followed the notebook https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb to set up AI Search Service. Datasource, Index and Indexer were set up correctly, and indexer successfully indexed a handful of documents in my blob storage.
However, in the portal under the index, "Search explorer", my query of "*" turned up nothing.
After days of searching, I finally found that the search service needs to have API Keys (or both API Keys and RBAC) API Access control activated. This setting can be found in the search service menu under "Settings"/ "Keys".
There are so many issues with this notebook and yet almost none of the reported issues have any kind of reply whatsoever. It is not helpful.
I followed the notebook https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb to set up AI Search Service. Datasource, Index and Indexer were set up correctly, and indexer successfully indexed a handful of documents in my blob storage.
However, in the portal under the index, "Search explorer", my query of "*" turned up nothing.
After days of searching, I finally found that the search service needs to have API Keys (or both API Keys and RBAC) API Access control activated. This setting can be found in the search service menu under "Settings"/ "Keys".
There are so many issues with this notebook and yet almost none of the reported issues have any kind of reply whatsoever. It is not helpful.