Find answers from the community

Home
Members
isr43l86
i
isr43l86
Offline, last seen 3 months ago
Joined September 25, 2024
i
isr43l86
·

Parsing

hello... greetings. I have a problem when I make an analysis of several documents using SubQuestionQueryEngine and Llama2-7b model by meta. Can someone give an idea of what is wrong with my code. The error i got is the following
"
JSONDecodeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/llama_index/output_parsers/utils.py in parse_json_markdown(text)
43 try:
---> 44 json_obj = json.loads(json_string)
45 except json.JSONDecodeError as e_json:

17 frames
JSONDecodeError: Extra data: line 15 column 1 (char 326)

During handling of the above exception, another exception occurred:

ScannerError Traceback (most recent call last)
ScannerError: while scanning for the next token
found character '`' that cannot start any token
in "<unicode string>", line 15, column 1:
```
^
"
4 comments
i
L