databricks / genai-cookbook

Other
55 stars 44 forks source link

Git Folders and CURRENT_FOLDER integration broken #7

Open forrestmurray-db opened 2 months ago

forrestmurray-db commented 2 months ago

running through the Mosaic-AI-Agents-10-Minute-Demo from https://ai-cookbook.io/. Hit a number of issues with the CURRENT_FOLDER and os.getcwd(). Basically when I create my own Git Folder and run the notebook inside genai-cookbook/genai_cookbook/10-min-demo command 13 just appends the Git Folder location to my Git Folder location. So it doesn't work. Same thing goes for command 19.

michaeltkuo commented 1 month ago

I was just reading through all the bugs and PRs and it looks like this is being addressed in https://github.com/databricks/genai-cookbook/pull/14 by @prithvikannan