Pamela Fox

Results 527 comments of Pamela Fox

@lluppesms Okay, that makes sense. Thanks for the explanation! I'm not sure what the maintainers team thinks about merging all these pipelines, as I'm a little concerned about our collective...

@TimoRiikonenIF Yes, another Microsoft employee suggested it in this very related thread: https://github.com/Azure-Samples/azure-search-openai-demo/issues/274

@lluppesms Ah, I realize the azd TODO samples already have such a pipeline, could you try adding https://github.com/Azure-Samples/todo-python-mongo/blob/main/.azdo/pipelines/azure-dev.yml in a branch and seeing if it works for you on ADO?...

cc @mattmsft who is merging a PR to enable document-level access control.

Sometimes `azd up` reports a successful deploy, but App Service deployment wasn't actually successful. That message looks like an unsuccessful deploy. Can you check Deployment Center > Logs? See if...

This request is now covered by our access control feature: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/login_and_acl.md

It says it could't find "openai" which means it did not install the dependencies from requirements.txt, which it should have done as part of the deployment step. Can you check...

If you're unable to use the local environment for some reason, another possibility is to use GitHub Codespaces. This repo works pretty well in Codespaces, everything will be installed for...

cc @dmore123 prepdocs.py currently only handles PDF files, so one would need to write CSV handling there or use a CSV indexer in Azure Cognitive Search

@quidba7 I don't know of any PRs that add CosmosDB support to this repository, but there are other OpenAI samples out there that access CosmosDB. Here's an example from my...