azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Integrated Vectorization has been implemented but unable to do ACLS on specific folder and files
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!!!!!
The integrated vectorization feature is not compatible with the ACL feature, you will need to use one or the other. Sorry about that!
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.