try-agaaain commented on PR #262: URL: https://github.com/apache/incubator-hugegraph-ai/pull/262#issuecomment-2953321248
I followed the instructions from https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-ai/ and ran the following command: ```bash cd ./hugegraph-llm/src python3 -m hugegraph_llm.demo.rag_demo.app ``` However, an error was reported stating that the program should not be run from the `src` directory: ```bash (hugegraph) try-agaaain@XiaoXin16Pro21:/workspace/LLM-Agent/incubator-hugegraph-ai/hugegraph-llm/src$ python -m hugegraph_llm.demo.rag_demo.app [06/08/25 08:41:17] ERROR llm: Current working directory is not the project root. base_prompt_config.py:54 Please run this script from the project root directory: /workspace/LLM-Agent/incubator-hugegraph-ai/hugegraph-llm Current directory: /workspace/LLM-Agent/incubator-hugegraph-ai/hugegraph-llm /src ``` How should I run the program correctly? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
