A community member is trying to build a bot using their own data, as shown by Dan Shipper, but is encountering a TypeError related to the BaseGPTIndex.init() function. Another community member suggests that a breaking change was pushed that morning, and recommends trying !pip install gpt-index<0.4.0 in the notebook to resolve the issue. The original poster expresses gratitude for the help.
Hi! Totally ignorant question I’m sure (and indicative of my lack of tech expertise). I’m trying to build a bot using my own data as shown by Dan Shipper (link to follow). I’m getting an error saying: TypeError: BaseGPTIndex.init() got an unexpected keyword argument ‘verbose’. I wonder if anyone has encountered anything similar and knows how I can fix?? Grateful for help!