Pamela Fox
Pamela Fox
I'm not sure why it's having a hard time finding that document, but I've written up more tips for debugging search results here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/889/files#diff-4795f0c47daaacdcc54b5ec64b46df2c416b04abcbba2ef60590ad23ae025a5aR51 Please read through those tips and...
Do you get better results for that query when you turn off vectors? I'd expect that similarity to occur in vector space but not text matching. I'm surprised the CNAME...
There are generally multiple ways to override defaults. You can do it in the frontend by changing the default of the dropdowns, like: const [retrievalMode, setRetrievalMode] = useState(RetrievalMode.Text); But you...
Sent PR to document: https://github.com/Azure-Samples/azure-search-openai-demo/pull/955
@en-coded It'd be an additional argument in prepdocs.sh or prepdocs.ps1, I've added it to the branch: https://github.com/Azure-Samples/azure-search-openai-demo/compare/main...pamelafox:azure-search-openai-demo:justtext?expand=1 And yes, same in retrievethenread, I've also added that to the branch.
Yes, it is possible, as I have deployed it to Azure Container Apps. You just need an environment which can run Python. Is there a specific platform you're hoping to...
Thanks so much for sharing your approach! I'm going to CC @srbalakr from the ACS team who worked most recently on the query generation for their thoughts. I think PRs...
Re-opened, I'm still interested in this. I don't have multi-turn evaluation setup yet, only single-turn (as you can see in https://github.com/Azure-Samples/azure-search-openai-demo/pull/967) so I haven't been able to evaluate this change...
The Python project will generally be a little more feature-rich, at least in terms of search-related functionality, as the search team uses this as the primary repository to demonstrate new...
That should work, in theory - we've actually done presentations where we've uploaded a doc and asked a question after. A few things to check: * Did ./scripts/prepdocs show that...