Skip to content

Commit 3e81872

Browse files
Update readme for doc research (#691)
1 parent 3880ccb commit 3e81872

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,5 @@ ast_index_file.py
155155
neo4j.lock
156156
/temp/
157157

158-
/temp_workspace
158+
**/temp_workspace/
159+
ms_agent/app/temp_workspace/

projects/doc_research/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ ms-agent app --doc_research \
9898
> `server_port`: (int), gradio server port, default: `7860` <br>
9999
> `share`: (store_true action), whether to share the app publicly. <br>
100100
101+
* Notes
102+
> When running locally, the default address is http://0.0.0.0:7860/. You need to disable your VPN to access it.
103+
104+
105+
<br>
101106

102107
## Usage Instructions
103108

projects/doc_research/README_zh.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ ms-agent app --doc_research \
100100
> `server_port`: (int), gradio 服务端口, 默认: `7860` <br>
101101
> `share`: (store_true action), 是否对外分享,默认关闭. <br>
102102
103+
* 备注:
104+
> 本地运行时,默认访问地址为 `http://0.0.0.0:7860/` ,需关闭VPN才能访问 <br>
105+
103106

104107
<br>
105108

0 commit comments

Comments
 (0)