Chinedum Echeta
Chinedum Echeta
The first pull request to add Semantic Kernel to the repository has been merged: #758 For the QuestionAnswerTool (RAG), LangChain is still currently being used at the moment. Using Semantic...
Moving to "Planned" until work to remove LangChain from tools has been implemented as part of #323.
Update: 28th May The core tasks relating to this story have been completed, namely uploading images with advanced image processing, and querying data based on these images, passing these to...
Hi @PFA23SCM89S , thank you for raising this bug. Please could you provide us with the steps to reproduce this bug and what we should expect to see vs what...
Hello @PFA23SCM89S , for the `/api/conversation/custom` endpoint, the application currently supports either `vectorSimpleHybrid` or `vectorSemanticHybrid` search, depending on whether a semantic configuration has been supplied or not. For the `/api/conversation/azure_byod`...
I think some of the tests will need updating after now that https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/pull/939 is in
I think this should be marked as a breaking change
> Not for this PR - but wonder whether the `@functools.cache` would be simpler than the lock From what I quickly saw online, there could be multiple threads trying to...
>  I jumped the gun 😬
> LGTM! I assume search returns images in order of closest match? Yep, this is from the docs: > If no OrderBy is specified, the default sort order is descending...