milvus/tests/restful_client_v2
Buqian Zheng f7b811450d
feat: add enable_tokenizer params to VarChar field (#36480)
issue: #35922

add an enable_tokenizer param to varchar field: must be set to true so
that a varchar field can enable_match or used as input of BM25 function

---------

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
2024-10-10 20:33:21 +08:00
..
api test: refine restful testcases trace (#34066) 2024-06-24 10:36:25 +08:00
base test: update restful v2 test cases (#36448) 2024-09-24 10:21:12 +08:00
config
testcases feat: add enable_tokenizer params to VarChar field (#36480) 2024-10-10 20:33:21 +08:00
utils test: add restful cases for text match feature (#36405) 2024-09-28 16:51:15 +08:00
conftest.py test: update restful v2 testcases (#31404) 2024-03-21 15:31:09 +08:00
pytest.ini test: enable import job test in ci (#31530) 2024-03-28 10:31:10 +08:00
README.md
requirements.txt test: update the lib of bf16 (#34043) 2024-06-21 14:20:08 +08:00

How to run the test cases

install milvus with authentication enabled

pip install -r requirements.txt
pytest testcases -m L0 -n 6 -v --endpoint http://127.0.0.1:19530 --minio_host 127.0.0.1