Skip to content

Commit b01138c

Browse files
committed
remove analyzer_params, added enable_tokenizer and tokenizer_params
Signed-off-by: Buqian Zheng <[email protected]>
1 parent da51ba1 commit b01138c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pymilvus/orm/constants.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
# or implied. See the License for the specific language governing permissions and limitations under
1111
# the License.
1212

13-
COMMON_TYPE_PARAMS = ("dim", "max_length", "max_capacity", "enable_match", "analyzer_params")
13+
COMMON_TYPE_PARAMS = (
14+
"dim",
15+
"max_length",
16+
"max_capacity",
17+
"enable_match",
18+
"enable_tokenizer",
19+
"tokenizer_params",
20+
)
1421

1522
CALC_DIST_IDS = "ids"
1623
CALC_DIST_FLOAT_VEC = "float_vectors"

0 commit comments

Comments
 (0)