This repository was archived by the owner on Sep 28, 2021. It is now read-only.
File tree 9 files changed +8
-8
lines changed
9 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Click [here](./docs/site/en/quickstart) to set up a basic Phantoscope applicatio
116
116
<a href =" #api " ></a >
117
117
## API reference
118
118
119
- Click [ here] ( https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1 .0 ) to read our latest RESTful API reference.
119
+ Click [ here] ( https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2 .0 ) to read our latest RESTful API reference.
120
120
121
121
<a href =" #contributing " ></a >
122
122
## Contributing
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ phantoscope_mongo_1 docker-entrypoint.sh mongod Up 0.0.0.0:27017->2
117
117
118
118
## API 参考
119
119
120
- 点击 [ 这里] ( https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1 .0 ) 阅读详细 RESTful API 文档。
120
+ 点击 [ 这里] ( https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2 .0 ) 阅读详细 RESTful API 文档。
121
121
122
122
## 贡献者指南
123
123
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $ docker run -d -e API_URL=http://$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/pre
44
44
```
45
45
Open 127.0.0.1:8000 with browser
46
46
47
- ![ Phantoscope Preview Demonstration] ( ../../../../.github/preview .gif)
47
+ ![ Phantoscope Preview Demonstration] ( https://live.staticflickr.com/65535/50140138947_2801b030df_o .gif)
48
48
49
49
50
50
## Use curl to import an image
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $ docker run -d -e API_URL=$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.
12
12
Open http://127.0.0.1:8000 with a Web browser to view the interface of Phantoscope Preview.
13
13
14
14
15
- ![ ] ( ../../../../.github/preview .gif)
15
+ ![ ] ( https://live.staticflickr.com/65535/50140138947_2801b030df_o .gif)
16
16
17
17
18
18
Original file line number Diff line number Diff line change @@ -210,6 +210,6 @@ $ curl --location --request POST ${LOCAL_ADDRESS}':5000/v1/application/object_ex
210
210
211
211
3.使用 [ Phantoscope Preview] ( https://github.com/zilliztech/phantoscope/blob/master/docs/site/zh-CN/tutorials/preview.md ) 更直观地进行搜索。演示效果如下图所示:
212
212
> 注意切换为 object_example 的 application。
213
- ![ result] ( /.github/example/object-example .gif)
213
+ ![ result] ( https://live.staticflickr.com/65535/50140138427_45c3193fd8_o .gif)
214
214
215
- > 本文所使用 API 详见 [ API 文档] ( https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1 .0 ) 。
215
+ > 本文所使用 API 详见 [ API 文档] ( https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2 .0 ) 。
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $ python3 scripts/load_data.py -s $LOCAL_ADDRESS:5000 -a example_app -p example_
46
46
$ docker run -d -e API_URL=http://$LOCAL_ADDRESS :5000 -p 8000:80 phantoscope/preview:0.2.0
47
47
```
48
48
浏览器打开 127.0.0.1:8000
49
- ![ Phantoscope Preview 演示图] ( ../../../../.github/preview .gif)
49
+ ![ Phantoscope Preview 演示图] ( https://live.staticflickr.com/65535/50140138947_2801b030df_o .gif)
50
50
51
51
52
52
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $ docker run -d -e API_URL=$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.
11
11
浏览器打开 http://127.0.0.1:8000 即可看到 Preview 界面。
12
12
13
13
14
- ![ ] ( ../../../../.github/preview .gif)
14
+ ![ ] ( https://live.staticflickr.com/65535/50140138947_2801b030df_o .gif)
15
15
16
16
17
17
You can’t perform that action at this time.
0 commit comments