Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed documentation,broken notebooks and made it runnable inside DevContainer #188

Merged
merged 26 commits into from
Dec 12, 2023

Conversation

corradocavalli
Copy link
Contributor

The following PR is the result of my experience with this course.

I tried to run it inside a DevContainer but since the beginning it was not working because of a problem with the initializaion script.
Once solved, the installed openai library version was 1.2.4 and due to the breaking changes 90% of the notebooks were broken.
I also fixed several code errors that were causing several notebooks to fail and unified them to use the same .env file instead of forcing the student to type the same information in every chapter (this repo represents a course so it would make sense to demonstrate some basic styes and guidelines).
I also added notes regarding the kind of model and version to use otherwise several samples in the notebook would fail (e.g. Chapter 11 requires model version >=0613).
I warmily suggest to add in the 00-couse-setup chapter a step-by-step guide about how to deploy a model instead of delegating it to the following Learn page since we are targeting beginners and, from the link, the steps are not so intuitive.
I would also suggest the creation of the required two different deployments (gpt3.5 and ada2.0) at the same time so as to make the accessibility of the course more immediate.

Unfortunately due to the breaking changes the code in the linked video in chapter 06-text-generation-apps is not updated anymore.

Important

The notenooks in 09-building-image-applications, due to the breaking changes, are still failing and I don't have enough time to dedicate it.

Copy link

👋 Thanks for contributing @corradocavalli! We will review the pull request and get back to you soon.

Copy link

We have automatically detected missing tracking id from the following relative paths in your lessons.
Please check the file paths and associated paths inside them.
Learn more from our contributing guide.

Check Missing Tracking from Paths

  FILE './06-text-generation-apps/notebook-azure-openai.ipynb'
has the following paths with no tracking id ['../04-prompt-engineering-fundamentals/README.md']

@carlotta94c carlotta94c marked this pull request as draft November 29, 2023 17:38
@carlotta94c
Copy link
Collaborator

Hi @corradocavalli, thank you so much for your contribution! As I am going through all your changes and adding some further edits I am putting this PR as a draft. Once I finalize my review I'll change the status again :-)

@corradocavalli
Copy link
Contributor Author

Sure @carlotta94c no problem. :-)

Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

Updating text similarity model to text-embedding-ada-002 model, since all the other embeddings model will be retired in 2024
Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

1 similar comment
Copy link

github-actions bot commented Dec 1, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our contributing guide.

Check Missing Tracking from URLs

File Full Path Issues
./00-course-setup/README.md ['https://opensource.microsoft.com/codeofconduct/']

@carlotta94c carlotta94c marked this pull request as ready for review December 1, 2023 16:50
@carlotta94c carlotta94c self-requested a review December 1, 2023 16:51
@koreyspace koreyspace merged commit 3139ae3 into microsoft:main Dec 12, 2023
4 of 5 checks passed
@koreyspace
Copy link
Collaborator

Merged, thanks for the contribution @corradocavalli !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants