Luis Quintanilla
Luis Quintanilla
@LittleLittleCloud we're okay to close this one right?
> I'd go this route: > > > If that isn't possible, then remove the keyvault-secrets.bicep file and create them with individual module references and a secure decorator on the...
@LittleLittleCloud are we okay to close this one?
Issues still persist. Need investigation.
Once you've provisioned resources with `azd up`, you can set the [MinimalApi](https://github.com/Azure-Samples/azure-search-openai-demo-csharp/blob/main/app/backend/MinimalApi.csproj) as your startup project in VS and start debugging like any other .NET application from there.
> Will the .env from azd be included when you launch the debugger in VS, or do you need to manually bring the environment variables into the appsettings.json file? It...
NER is currently in the ML.NET roadmap and one of the next scenarios we're looking to tackle. https://github.com/dotnet/machinelearning/blob/main/ROADMAP.md#named-entity-recognition-ner We want to expose the scenario as a high-level API, similar to...
Hi @AlbelTec Thanks for your question. Our current NLP solutions are focused on deep learning, [Text Classification](https://devblogs.microsoft.com/dotnet/announcing-ml-net-2-0/#text-classification-scenario-in-model-builder) and [Sentence Similarity](https://devblogs.microsoft.com/dotnet/announcing-ml-net-2-0/#sentence-similarity-api) being a few examples. As a result, there are no...
@torronen Not for 3.0. We're still learning about this scenario.
@jez9999 Could you clarify how #5918 contradicts the statement in this issue? There is a plan for deep learning which we're actively working on. We're still learning about reinforcement learning...