You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I believe output parser is not wokring correctşy with newset version and the following versions (1.31.0b1, 1.28.0b4, 1.27.0), even a simple inference ends up with Invalid json output. I have my own json output parser is there any way to disable parsing in lib.
Thnx in advance for the great repo.
To Reproduce
Steps to reproduce the behavior:
1.I just use smartscrapegraph
Expected behavior
Invalid json output error will be thrown
The text was updated successfully, but these errors were encountered:
I keep verbose True and headless False for debugging purposes. For temporary solution I am getting the error message and parsing it myself.
A sample log:
"| scrape_graph_inference | CONTENT : Invalid json output: Here is the output in JSON format:
{"desired_json_key": "........."} | TYPE: <class 'langchain_core.exceptions.OutputParserException'>"
I check the json response is coming actually. I am not using guided decoding etc.
I am not using openai, I am using vLLM openai compatible server.
Describe the bug
I believe output parser is not wokring correctşy with newset version and the following versions (1.31.0b1, 1.28.0b4, 1.27.0), even a simple inference ends up with Invalid json output. I have my own json output parser is there any way to disable parsing in lib.
Thnx in advance for the great repo.
To Reproduce
Steps to reproduce the behavior:
1.I just use smartscrapegraph
Expected behavior
Invalid json output error will be thrown
The text was updated successfully, but these errors were encountered: