Julien Dubois

Results 29 issues of Julien Dubois

Replace #653 where the Git history got messed up.

As discussed in #521 there's a new API to call functions, which is documented at https://platform.openai.com/docs/api-reference/chat/create I'm not sure we should merge it now: - Those APIs are not compatible,...

P2

As I added Azure AI Search vector search support in #530 , and that advanced RAG was merged in #538 , my goal is now to add hybrid search and...

enhancement

This adds support for Responsible AI (content filtered by Azure OpenAI for violence, self harm, or hate). This is a fix for #688 - Support for filtered content in the...

This is the standard "Contributor Covenant Code of Conduct". It's a good practice to have a Code of Conduct, and it's even required by some companies in order to have...

Update to actions/checkout@v4 and actions/setup-java@v4 as Node.js 16 actions are deprecated

This is a new version of #821 Imports in the project are not cleaned up, and are not consistant: this is an update just using the "optimise imports" action from...

This is linked to https://github.com/MicrosoftDocs/azure-dev-docs/pull/1311 as this sample is used in the documentation. @kaibocai I just pinged you on Teams for discussing it.

We currently use API Keys to connect to Azure OpenAI, which isn't the best option for security. Here's a detailed explanation https://techcommunity.microsoft.com/t5/microsoft-developer-community/using-keyless-authentication-with-azure-openai/ba-p/4111521 from my colleague @pamelafox This PR: - Updates...

P2