azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Integrated Vectorization has been implemented but unable to do ACLS on specific folder and files

Open v-oshirke opened this issue 7 months ago • 1 comments

Hey Team, I have deployed this accelerator with USE_FEATURE_INT_VECTORIZATION="true" But after when I run python ./scripts/manageacl.py -v --acl-type groups --acl-action view --url https://storaghbshascbc.blob.core.windows.net/content/admin/admin.txt Just for a check, before adding group's oid to specific folder. I am getting as "Found 0 search documents with storageUrl xxxx"

I have created a admin folder and added admin.txt document, also ran the indexer as well I have checked in the index, I am able to retrieve the chunks related to admin

But, While Implementing the folder level group access using group oid, i am facing issue.

I have been scratching my head since yesterday. Please help!!!!!

v-oshirke avatar Apr 08 '25 19:04 v-oshirke

The integrated vectorization feature is not compatible with the ACL feature, you will need to use one or the other. Sorry about that!

pamelafox avatar Apr 17 '25 18:04 pamelafox

Now that we have a new custom skillset cloud ingestion strategy, I am merging this issue into #2831, which tracks the ability to use ACLs with that strategy. We are deprecating the previous integrated vectorization strategy.

pamelafox avatar Nov 26 '25 17:11 pamelafox