Replies: 1 comment 4 replies
-
Found a solution and raised #1149 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am testing auto prompt tuning as instructed in the document: https://microsoft.github.io/graphrag/posts/prompt_tuning/auto_prompt_tuning/
However, I got this weird exception and don't understand why this is an issue. Any ideas?
When I initialized the root directory, I have only 'prompt' folder generated. Don't understand why 'output' folder is required. Then I manually made 'output' folder, which generates a new exception:
From this exception message, the code expected a folder name with timestamp expression like the one generated during indexing process. But again, I don't understand why that is required. It doesn't make sense to me.
Beta Was this translation helpful? Give feedback.
All reactions