Sarah Widder

Results 60 comments of Sarah Widder

Hi @nyedlapalli can you share more details about your set up? Did you set all of the required environment variables correctly for your app?

Hi @nyedlapalli @redcrxsi there was an issue with the static files checked into the repo where some of the error handling code was out of date. This has now been...

Hi @agazzeri you may be getting an error from the attempt to use AAD auth to get embeddings. You can switch this back to key-based auth by modifying the get_embedding()...

Hi @NorEliYehShi if you're still having trouble, you might try building and running locally and then deploying with `az webapp up` as described in the README

Hi @sidneyhori, the documentation has some additional info about the system message when connecting to your data: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data#system-message Basically, the system message/role information is guidance but the model may or...

Hi @Richard-ANX are you using the 'roleInformation' data source parameter? In short, the roleInformation is inserted into a larger system message inside the Azure OpenAI On Your Data service, which...

Hi @Richard-ANX - roleInformation is not deprecated, and this is recommended over passing a system message. Not sure exactly how the SDK is leveraging these but I would always default...

Hi @muskaangupta-work depending on your scenario, you can also try putting additional context around the user message before sending it in the API request from the backend. For example, you...

Hi @HARISHKUMAR1112001 and @tommywu052 we rolled out an update a couple of weeks ago that should fix this issue. I'm closing the thread. Please feel free to reopen if you...

Thanks @Rassibassi for your feedback! Tagging @NHaiby to comment.