Skip to content

Commit

Permalink
Merge pull request #83 from lym777/0.3.1
Browse files Browse the repository at this point in the history
Corrected wrong connection
  • Loading branch information
RyanWei authored Dec 12, 2019
2 parents 5f4b6ab + fdc85ac commit c286653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/hybrid_search/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 运行要求:

1. [安装 Milvus](https://github.com/milvus-io/docs/blob/master/zh-CN/userguide/install_milvus.md)
1. [安装 Milvus](https://github.com/milvus-io/docs/blob/branch-0.3.1/zh-CN/QuickStart.md)
2. [安装 Postgres](https://www.postgresql.org/download/)
3. pip install numpy
4. pip install psycopg2
Expand Down Expand Up @@ -88,7 +88,7 @@ python3 mixed_import.py
| `-n` | `--num` | 选择要查询的向量在查询向量集中的位置 |
| `-s` | `--sex` | 指定查询条件人脸性别:`male``female` |
| `-t` | `--time` | 指定查询条件时间段,eg:`[2019-04-05 00:10:21, 2019-05-20 10:54:12]` |
| `-g` | `--glasses` | 指定插叙条件人脸是否戴眼镜`True``False` |
| `-g` | `--glasses` | 指定查询条件人脸是否戴眼镜`True``False` |
| `-q` | `--query` | 执行查询,无参数 |
| `-v` | `--vector` | 根据 id 得出对应的向量:输入 ids 值 |

Expand Down

0 comments on commit c286653

Please sign in to comment.