I am getting a "No valid JSON found in output" ValueError in subquestionoutputparser.parse
I am getting a "No valid JSON found in output" ValueError in subquestionoutputparser.parse
At a glance
A community member is experiencing a "No valid JSON found in output" ValueError in the subquestionoutputparser.parse(self, output) method. Another community member responds that they do not have enough information to provide a confident answer, but suggests the error may be due to the output not containing a valid JSON structure. They recommend checking the format of the output and referring to the LlamaIndex documentation or the source code for more specific guidance.
---------------------- Hmm, I don't know enough to give you a confident answer yet. The extracts provided do not contain specific information about the subquestionoutputparser.parse(self, output) method or the error "No valid JSON found in output".
However, generally, this error might occur if the output you're trying to parse does not contain a valid JSON structure. You might want to check the format of your output and ensure it's a valid JSON.
For more specific guidance, you might want to refer to the LlamaIndex documentation or the source code where this method is defined. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------