Pamela Fox

Results 705 comments of Pamela Fox
trafficstars

@jayjaysn Can you find the full logs? Open the App Service app in the Portal, find Advanced Tools in the left hand nav, open that tools website up, then click...

It sounds like you picked a region where Form Recognizer is not available, based on the error: The account type 'FormRecognizer' is either invalid or unavailable in given region." You...

We've documented the data ingestion process here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md I'll leave this issue open as a request to upload documents from the UI, though I'm not sure that was the original...

Closing this issue. If you're interested in user document upload, follow: https://github.com/Azure-Samples/azure-search-openai-demo/issues/1393

This change can be made immediately, right, just a 1-liner?

Thanks for filing, @rebeccaleeasml . I've chatted with the Document Intelligence team about whether it's appropriate to move to azure-ai-documentintelligence. That SDK is still in pre-release mode, so it's going...

Branch for the new azure-ai-documentintelligence package: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1224 Branch for integrated vectorization: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1159

We'll try to get to this in the near future. Currently, our priority is ironing out issues with existing features, particularly user authentication, upload, and GPT-4-vision. But I agree that...

Have you tried changing this line? https://github.com/Azure-Samples/azure-search-openai-demo/blob/a1170562395ad122d2be0e8e29d33cac7ff169c2/app/backend/approaches/chatreadretrieveread.py#L121 To: top = 10 or some other number? In terms of dynamically deciding search results based on query, you'd need to change it...