Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
need to switch for pwsh windows forward slash './data/*' otherwise no data is processed PS /Users/alexzeltov/git/azure-search-openai-demo> python ./scripts/prepdocs.py '.\data\*' --searchkey "XZnvXI20iBoBfucFfsObjMTvVYXny0txh6n81NvwnGAzSeBUiHAL" --storageaccount $env:AZURE_STORAGE_ACCOUNT --container $env:AZURE_STORAGE_CONTAINER --searchservice $env:AZURE_SEARCH_SERVICE --index $env:AZURE_SEARCH_INDEX -v Ensuring search index gptkbindex exists Search index gptkbindex already exists Processing files... PS /Users/alexzeltov/git/azure-search-openai-demo> python ./scripts/prepdocs.py './data/*' --searchkey "XZnvXI20iBoBfucFfsObjMTvVYXny0txh6n81NvwnGAzSeBUiHAL" --storageaccount $env:AZURE_STORAGE_ACCOUNT --container $env:AZURE_STORAGE_CONTAINER --searchservice $env:AZURE_SEARCH_SERVICE --index $env:AZURE_SEARCH_INDEX -v Ensuring search index gptkbindex exists Search index gptkbindex already exists Processing files... Processing './data/Northwind_Standard_Benefits_Details.pdf' Uploading blob for page 0 -> Northwind_Standard_Benefits_Details-0.pdf Uploading blob for page 1 -> Northwind_Standard_Benefits_Details-1.pdf
- Loading branch information