Chinedum Echeta
Chinedum Echeta
@ross-p-smith I have created a branch to try to use the `main_prompt` that is attached. The code can be seen [here](https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/commit/1701f570d8e9718b8bc5c5df1ecf64157801f72a). I have been experimenting with it in the application,...
It would also be good to have charity over where the two prompts are meant to be used. I understand that the main prompt is used to answer the user's...
I have created a second version using the main prompt, but this time formatting the various system/user/assistant messages correctly rather than using one long user message: https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/commit/9012a1d0a30b14658e5aacaaefe7fe65410d62a0 This seems to...
The main prompt has been implemented into the application, and we have guidance on how to use the intent prompt: > call the model to get a list of search...
Hello @trevor-mcgirr , thank you for raising the issue, I have managed to reproduce it myself. It appears that the error is caused by the fact that the langchain env...
Hello @ketanvh , I have just tried this but was not able to reproduce the issue. I modified the prompt by including "Test" and I can see this in the...
Hello @sreedharguda , thanks for raising this issue, we will look into it. Please in the future, could you add more information to the issue description using the template rather...
Another problem with the helper is that every time `EnvHelper()` is called, all the secrets in the helper are reconfigured. When using KeyVault, this means that each secret is fetched...
Raised #625
Changed repo settings: * Only squash merging is allowed * Commit message will always default to PR title Raised #859 to make check mandatory