rahulp

Results 2 issues of rahulp

Latest release now throws a TypeError: __init__() got an unexpected keyword argument 'verbose'. Sample code that worked with previous version 0.3.6: ``` GPTSimpleVectorIndex( documents, llm_predictor=llm_predictor, prompt_helper=prompt_helper, verbose=True ) ``` Any...

Hello there, I am currently having couple of issues/questions I'd like to get advice on: - How do we handle large index.json files? I have index file which is more...