Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred: No folder selected. Please select an output folder before querying. #97

Open
Albert337 opened this issue Aug 30, 2024 · 3 comments

Comments

@Albert337
Copy link

when i tried to run the project following your instructions,i met the error

image

and the terminal told me
image

Is there any suggestions? Thanks!

@tuyendv-it
Copy link

I had the same problem as you.

I solved it like this:

  1. Since I'm running on windows, the "./" paths are replaced with os.path.join( os.getcwd(), + ... )
  2. I copied the entire absolute path of the output/ directory and pasted it into "Select File or Directory' which looks like this'
    C:\Users\<account>\Documents\GraphRAG-Local-UI\indexing\output\20240722-073448
    image

And this is the result I got.

image

Good luck!

@Albert337
Copy link
Author

@vantuyen-dev i try it as following your instructions,but i still get the same error.

  • Firstly, I use "os.path.join(os.getcwd(),...)" replaceed five place "./" in "app.py"
  • secondly,after initializing "data management" and "indexing outputs/visualizations",the output folder occured automatical , i try to replace it with an absolute path but do not work.
image

finally, the error still occured. Is there any other advices?

@tuyendv-it
Copy link

tuyendv-it commented Sep 23, 2024

@Albert337 Sr, it's been a while since I've continued researching this repo.

Can you try to find this folder view again?
Befor:

image

After

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants