Jerry Liu

Results 340 comments of Jerry Liu

@vzeman i would love your help on this (you can fork)

@ethankoch4 @vzeman if you're interested in contributing, would love your PR against llamahub! https://github.com/emptycrown/llama-hub

Hmm weird. I'm not sure, does this work without error in a normal python interpreter?

@mangate does this work with a python interpreter?

@mangate Ohhhh I see, you were using llama-index. Just a heads up, llamahub now uses llama_index imports by default. If you upgrade to the latest version (v0.4.8), please set `use_gpt_index_import=True`...

thanks! @EthanBlackburn just checking, you've tested this and it works?

does this kind of get at what you're looking for? https://gpt-index.readthedocs.io/en/latest/how_to/update.html. I'm very open to improving this

Ahh I see. That's interesting. Out of curiosity are you using the SimpleDirectoryReader? checking for changes in files is prob easier than checking for changes through arbitrary API's