Skip to content

Commit 5eb28c0

Browse files
committed
update demo
1 parent adf57f5 commit 5eb28c0

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quickstart
22

3-
*This Quickstart suit for those who want to search something but do not know how to extract image or text to features. Others refer to [APILowLevel.md](https://github.com/vearch/vearch/blob/master/docs/APILowLevel.md) .*
3+
*This Quickstart suit for those who want to search something but do not know how to extract image or text to features. Others refer to [APILowLevel.md](APILowLevel.md) .*
44

55
Vearch is aimed to build a simple and fast image retrieval system. Through this system, a image retrieval system could be easily built, including image object detection, feature extraction and similarity search. This quickstart demonstrates how to use it.
66

@@ -14,9 +14,9 @@ Vearch is aimed to build a simple and fast image retrieval system. Through this
1414

1515
For testing you can download [coco data](https://pjreddie.com/media/files/val2014.zip), or use the images in images folder we choose from [coco data](https://pjreddie.com/media/files/val2014.zip). For more details, you can refer test folder in `plugin.src`
1616

17-
## Different from [APILowLevel.md](https://github.com/vearch/vearch/blob/master/docs/APILowLevel.md)
17+
## Different from APILowLevel.md
1818

19-
This API is similar to [APILowLevel.md](https://github.com/vearch/vearch/blob/master/docs/APILowLevel.md), and plugin can perfectly adapt to it, Any method defined in [APILowLevel.md](https://github.com/vearch/vearch/blob/master/docs/APILowLevel.md) can be used by plugin. However, if vector has existed, the [APILowLevel.md](https://github.com/vearch/vearch/blob/master/docs/APILowLevel.md) is the fisrt choice.
19+
This API is similar to [APILowLevel.md](https://github.com/vearch/vearch/blob/master/docs/APILowLevel.md), and plugin can perfectly adapt to it, Any method defined in APILowLevel.md can be used by plugin. However, if vector has existed, the APILowLevel.md is the fisrt choice.
2020

2121
The difference:
2222

@@ -124,19 +124,6 @@ curl -XDELETE http://127.0.0.1:4101/test/test/AWz2IFBSJG6WicwQVTog
124124
125125
126126
127-
## Update record by ID
128-
129-
Use the following `curl` command to update a record by ID
130-
131-
```shell
132-
# request
133-
curl -XPOST -H "content-type: application/json" -d '{"doc": {"url":"1"}}' http://127.0.0.1:4101/test/test/AW63W9I4JG6WicwQX_RC/_update
134-
135-
# response
136-
{"_index":"test","_type":"test","_id":"AW63W9I4JG6WicwQX_RC","status":200,"_version":1,"_shards":{"total":0,"successful":1,"failed":0},"result":"updated","_seq_no":1,"_primary_term":1}
137-
```
138-
139-
140127
141128
## Search similar result from space
142129

0 commit comments

Comments
 (0)