Skip to content

Commit cd0620f

Browse files
committed
v0.2.16
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
1 parent 024d563 commit cd0620f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ poetry install
1515
- install with pip:
1616

1717
```shell
18-
pip install pyobvector==0.2.14
18+
pip install pyobvector==0.2.16
1919
```
2020

2121
## Build Doc

pyobvector/client/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class ExceptionsMessage:
108108
)
109109
CollectionNotExists = "Collection does not exist."
110110
MetricTypeParamTypeInvalid = "MetricType param type should be string."
111-
MetricTypeValueInvalid = "MetricType should be 'l2'/'ip' in ann search."
111+
MetricTypeValueInvalid = "MetricType should be 'l2'/'ip'/'neg_ip'/'cosine' in ann search."
112112
UsingInIDsWhenMultiPrimaryKey = "Using 'ids' when table has multi primary key."
113113
ClusterVersionIsLow = (
114114
"OceanBase Vector Store is not supported because cluster version is below 4.3.3.0."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobvector"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
55
authors = ["shanhaikang.shk <shanhaikang.shk@oceanbase.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)