azure-search-openai-demo
azure-search-openai-demo copied to clipboard
How to trigger indexing of a user-uploaded file without running prepdocs
I need to upload files to blob storage from a server using Rest API, and I need the files to be added to the search index. Any way to trigger the script from an external server? Thanks