Skip to content

2024-04-09: Optional user document upload feature

Compare
Choose a tag to compare
@pamelafox pamelafox released this 09 Apr 22:54
· 343 commits to main since this release
853cc72

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.
⚠️ Please see these open issues regarding access control: #1531 , #1532

What's Changed

Full Changelog: 2024-03-26...2024-03-09