Updated Entity_Extraction.ipynb to genai
changed import from google-generativeai to google-genai. Refracted imports
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@charantek1styearbtech Thanks for the submission. I did the review as I think it's always useful to you to get some feedback, but be warned that I think this notebook in already being worked on in #504. Since the other PR is older I will give it priority. That said if you still want to move forward I won't mind doing to reviews even if we do not end up merging it.
In any case, I added a couple of minor comments to make the notebook easier to understand and to maintain.
Can you should also check the lint and format failures and fix them (format is likely because you haven't run the formatting script, lint because a "we" needs to be changed into a "you").
And last thing, before you run the formatting script, you should also run all the cells to make sure everything works as expected.
Thanks again!
This notebook has already been upgraded to latest module in #504