Pamela Fox

Results 695 comments of Pamela Fox
trafficstars

I've updated the SDK and I now pass in embedding dimensions, so this should work: https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2024-10-17 Please file a new issue if that's not working.

It sounds like we need to do some re-architecting to support uploading larger file sizes, I don't think I tested with such large files, and we weren't sure what users...

This is our current recommendation: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/sharing_environments.md Can you try following those instructions and see how that works for you?

Are you using the Thought Process tab to debug the answer quality, as discussed in the [answer improvement guide](https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#improving-answer-quality)? If so, in the Thought Process tab: 1) Are the retrieved...

It seems like you want to be able to execute arbitrary SQL queries, not just a SELECT to grab the few most similar rows. This repository isn't well set up...

Here are some ideas for how to debug: When you look at the thought process for the answers, take note of the filter being sent to the search engine, and...

Just making sure, you also have user login enabled, correct? The build_filter function should be building the filter based off the Entra OID of the currently logged in user.

Are you still having this issue? And you say that the filter is "null", in the thought process? ![Image](https://github.com/user-attachments/assets/2c416296-79f5-4759-9b15-26408f79e041) If the filter is null, it somehow thinks that either AZURE_ENFORCE_ACCESS_CONTROL...

To clarify, your Azure OpenAI endpoint has a custom endpoint? I don't think we've tested that combination of integrated vectorization and custom OpenAI endpoints. The relevant code is in searchmanager.py:...

@mattgotteiner I made changes to how vector fields are handed for gpt-vision as it was previously using the vector field names in the settings, and also, I think it was...