This is an automated email from the ASF dual-hosted git repository.
ming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
The following commit(s) were added to refs/heads/main by this push:
new e6b955c docs: update readme (#81)
e6b955c is described below
commit e6b955c110ee14ba3318c5f9309ac677630f804d
Author: chenzihong <[email protected]>
AuthorDate: Fri Sep 20 11:01:23 2024 +0800
docs: update readme (#81)
---
hugegraph-llm/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hugegraph-llm/README.md b/hugegraph-llm/README.md
index 5ca1fca..c6cb192 100644
--- a/hugegraph-llm/README.md
+++ b/hugegraph-llm/README.md
@@ -41,11 +41,11 @@ Refer to
[docker-link](https://hub.docker.com/r/hugegraph/hugegraph) & [deploy-d
5. Start the gradio interactive demo of **Graph RAG**, you can start with the
following command, and open http://127.0.0.1:8001 after starting
```bash
- python3 -m hugegraph_llm.demo.rag_web_demo
+ python3 -m hugegraph_llm.demo.rag_demo.app
```
The default host is `0.0.0.0` and the port is `8001`. You can change them
by passing command line arguments`--host` and `--port`.
```bash
- python3 -m hugegraph_llm.demo.rag_web_demo --host 127.0.0.1 --port 18001
+ python3 -m hugegraph_llm.demo.rag_demo.app --host 127.0.0.1 --port 18001
```
6. Or start the gradio interactive demo of **Text2Gremlin**, you can start
with the following command, and open http://127.0.0.1:8002 after starting. You
can also change the default host `0.0.0.0` and port `8002` as above. (🚧ing)