Rob Guikers
Results
1
issues of
Rob Guikers
When saving the index (GPTSimpleVectorIndex save_to_disk) and eventually loading the index ``` index = GPTSimpleVectorIndex.load_from_disk('index.json') response = index.query(input_text, response_mode="compact") ``` results in : ``` INFO:openai:error_code=DeploymentNotFound error_message='The API deployment for this...