Pamela Fox
Pamela Fox
CC @zedhaque who is looking into responsiveness. (GitHub isn't letting me assign it to Zed for some reason).
Thanks, great write-up! > How about using icons for chat, ask, and login on small screens? For larger breakpoints, where more space is available, we will display both the icon...
This repo does not have any integration with web search. You could add your own calls to a web search, using the Bing Search API, if you get 0 relevant...
This repository is currently optimized for RAG on documents with fairly unstructured queries, like the example ones. It looks like you are hoping to be able to ask very structured...
Have you already read our guide on debugging answer quality? https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#improving-answer-quality The first step is to determine whether the issue is with it not finding the search results.
It says that the index has 2,161 documents in it, so it did index something. Or was that from running prepdocs.py before? You should see logs from prepdocs.py that describe...
There are some differences between local prepdocs ingestion and integrated vectorization, specifically: * Azure AI search doesn't use Document Intelligence for cracking. (It may use similar technology behind the scenes,...
That feature would need to be implemented in the Azure AI Search internal code, not in this repo itself. The Azure AI Search team does not have a public ETA...
This repository does not currently have any particular integration with Sharepoint. You may want to read through related issues to see if developers have shared their approaches: https://github.com/Azure-Samples/azure-search-openai-demo/issues?q=is%3Aissue+is%3Aopen+sharepoint You could...
I linked to a search for "sharepoint" in the issue tracker since it has come up in multiple threads. To additionally query the Sharepoint API, you'd want to modify the...