-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
I encountered a critical issue while reproducing your code: the code runs without throwing any errors, but no valid results are generated. During execution, the program keeps printing the following messages repeatedly:
- No new knowledge added during search depth 1, stop searching.
- depth 1 still not find the answer.
This persists until the maximum search depth is reached, and no valid answer is found at any depth. Additionally, the output file ToG_cwq.jsonl is completely empty (contains no data).
Could you please help identify the possible causes of this issue and provide guidance on how to fix it?
environment configurations
Ubuntu 22.04 LTS
python 3.9
openai 0.28(During runtime, an error said the OpenAI version was too high, so I downgraded it to 0.28.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels