severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.51k stars 173 forks source link

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

Open Albert337 opened 2 weeks ago

Albert337 commented 2 weeks ago

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!

vantuyen-dev commented 1 week ago

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 commented 4 days ago

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

image

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