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
Since I'm running on windows, the "./" paths are replaced with os.path.join( os.getcwd(), + ... )
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
@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.
finally, the error still occured. Is there any other advices?
when i tried to run the project following your instructions,i met the error
and the terminal told me
Is there any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: