Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: Support $meta key for json import (#32013) #32121

Merged
merged 1 commit into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. enhance: Support $meta key for json import (milvus-io#32013)

    During JSON import:
    1. Allow the specification of the $meta key
    2. Prohibit duplicated keys within the $meta field, for instance,
    `{"id": 1, "vector": [], "x": 6, "$meta": {"x": 8}}`
    
    issue: milvus-io#31835
    
    ---------
    
    Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
    bigsheeper committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5102277 View commit details
    Browse the repository at this point in the history