SylphAI-Inc / AdalFlow

AdalFlow: The library to build & auto-optimize LLM applications.
http://adalflow.sylph.ai/
MIT License
2.24k stars 201 forks source link

Add new colab notebook for AdalFlow data class implementation #226

Closed ajithvcoder closed 1 month ago

ajithvcoder commented 1 month ago

Added a new notebook for dataclass tutorial based on following issues

ajithvcoder commented 1 month ago

@liyin2015 let me know if the notebook is fine

liyin2015 commented 1 month ago

@ajithvcoder This is great work to show more complicated dataclass structure. I have left comments and basically need to add "No optional" in the dataclass. And please adjust to this new info and rerun the test again. And then it should be good to go!

Also, please rebase to the main as the current base failed on tests

ajithvcoder commented 1 month ago

@liyin2015 @Sylph-AI i will do the required changes but it wont pass the ci/cd because there is no quotes here . i have addressed similar issues in this pr https://github.com/SylphAI-Inc/AdalFlow/pull/227 . root cause: 3455b0321730d252defb2bb350a0a9ce9c74fac6

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ajithvcoder commented 1 month ago

@liyin2015 i have made the changes kindly review, its a single file which is not in Adalflow/main branch so i didnt rebase it. Also it has successfully passed the checks

ajithvcoder commented 1 month ago

found a method for rebasing and i have rebased it also