code/embedding-function/utilities/helpers/azure_search_helper.py [104:109]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                type=SearchFieldDataType.Collection(SearchFieldDataType.Single),
                searchable=True,
                vector_search_dimensions=self.search_dimensions,
                vector_search_profile_name="myHnswProfile",
            ),
            SearchableField(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



code/embedding-function/utilities/helpers/azure_search_helper.py [234:239]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                type=SearchFieldDataType.Collection(SearchFieldDataType.Single),
                searchable=True,
                vector_search_dimensions=self.search_dimensions,
                vector_search_profile_name="myHnswProfile",
            ),
            SearchableField(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



