JackTan25
JackTan25
source_build_standalone_update_optmization_pk_bloom: Passed Click me ```sql Preparing to run Unknown Query... Executing command: bendsql --query=-- test lineitem_target_origin_200_blocks1 table -- 1. Basic Statistics Query SELECT COUNT(*) as total_records, AVG(l_quantity) as avg_quantity, MAX(l_extendedprice)...
> What's the performance? It's better to add to the PR summary. let me finish the correctess test first.
standalone_wizard_standalone_in_standalone_mode_test: Passed Click me ```sql Preparing to run MERGE-INTO-C1... Executing command: bendsql --query=-- MERGE-INTO-C1: Asset Types Distribution SELECT asset_type, COUNT(*) AS count FROM assets GROUP BY asset_type ORDER BY count...
[unexpected_top_k.zip](https://github.com/milvus-io/milvus/files/15369214/unexpected_top_k.zip)
step to reprocess: 1. unzip https://github.com/milvus-io/milvus/files/15369214/unexpected_top_k.zip 2. python3 small_data/data_load_small_data.py # load data 3. python3 small_data/milvus_small_multi_vector.py # run multi-top-k test cc @yanliang567 , please check the milvus.txt for the query results.
@yanliang567 Hi, did you modify the code of mine? is there any error?
milvusdb/milvus:v2.4.0-rc.1 this is the version of mine @yanliang567
Is there any change about milvus multi-vector search between these two versions?
```yaml version: '3.5' services: etcd: container_name: milvus-etcd image: quay.io/coreos/etcd:v3.5.5 environment: - ETCD_AUTO_COMPACTION_MODE=revision - ETCD_AUTO_COMPACTION_RETENTION=1000 - ETCD_QUOTA_BACKEND_BYTES=4294967296 - ETCD_SNAPSHOT_COUNT=50000 volumes: - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd healthcheck: test:...
```shell wget https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh bash standalone_embed.sh start ``` It seems I can get only 2.4.0, upper version can't be retrieved.