dotnet / dotnet/beginner-series

Notebooks are very out of date and no longer work with latest nugets

Open
#30 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
391
Forks
116
PR merge metrics
No merged PRs in 30d

Description

The introduction notebooks under Artificial Intelligence and Machine Learning use versions of nuget from Beta e.g. `Azure.AI.OpenAI, 1.0.0-beta.6`.

The APIs have changed significantly in the latest stable versions so the notebooks are not really helpful. A lot of code has to be changed to work in the new style including having to work out how to change e.g. `new ChatMessage(ChatRole.System, systemPrompt)` into `ChatMessage.CreateSystemMessage(systemPrompt)` and working out what to replace the various errored properties with.

For something so relevant and that MS is pushing so hard, it would be nice if these could be updated so they can be more easily copy-and-pasted. These appear in the very introduction of the ML.Net tutorials so they need to be right really.

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.