Pamela Fox

Results 827 comments of Pamela Fox

Also: The current fx_methods.js show/hide code changes the opacity in the case of a normal show() - I had a div with opacity set at .7, and it was re-set...

Marking this as duplicate of #1532, will ask @mattgotteiner to provide ideas there.

Are you looking for it to support both Azure AI Search or just Azure SQL database? I am working on some guidance around the latter, see my tweet at https://twitter.com/pamelafox/status/1773385817156988985

Are you looking to use Azure AI search to ingest the rows from your Azure SQL database, or are you planning to query both Azure AI search and Azure SQL...

Okay, then my recommendation is to add an additional call in chatreadretrieveread.py to query the desired database columns using the user query and/or it's embedding. You can use asyncio.gather() to...

@vlasvlasvlas I will present the rag-on-postgres at tomorrow's VS Code Day event (and publish the repo then - it's still WIP!) https://developer.microsoft.com/en-us/reactor/events/22078/ You should be able to use a similar...

You're correct that we don't have support for the situation you describe. I think it should be possible to set up with some code tweaks, but I won't have the...

The ModuleNotFound error is often seen when the App Service deployment isn't quite ready. That's a frequent issue since azd currently reports a deployment is done before it's actually done....

@lokeshkri Re clickedCitations not opening in prop section, is that due to the known issue of non-PDFs getting downloaded? Or is the auth_claims decorator to the content route not properly...

We merged a change that uses environment variables to enable this: https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2024-05-15 I'll close this issue, please file a new issue if you are having issues with the merged feature....