2024-04-09: Optional user document upload feature
The latest release includes a feature that changes the codebase significantly, the ability for users to upload documents. In order to implement this feature, we moved prepdocslib into app/backend (out of scripts). If your fork has changes in prepdocslib, you may want to merge with the commit before this feature, and then merge this commit, which only moves the files without changing them.
If you want to enable user document upload, follow the documentation at: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#enabling-user-document-upload
Note that you will need to enable user authentication as a prerequisite for user upload, since only authenticated users can upload.
What's Changed
- Optional upload documents feature by @pamelafox in #1395
- Update README.md with right links to deploy docs by @pamelafox in #1466
- Correct datalakepath argument in prepdocs.sh and prepdocs.ps1 by @pamelafox in #1478
- Bump the github-actions group with 1 update by @dependabot in #1474
- Enforce RBAC only for non-free search service by @pamelafox in #1502
- Update link to pricing calculator to fix Document Intelligence estimation by @pamelafox in #1480
- Update document level access control docs by @mattgotteiner in #1511
- Fix Access control list documentation link issues by @mattgotteiner in #1512
Full Changelog: 2024-03-26...2024-03-09