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

Support query return vector output field #6570

Merged
merged 14 commits into from
Jul 16, 2021

Commits on Jul 15, 2021

  1. improve code readibility

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f73db2f View commit details
    Browse the repository at this point in the history
  2. add offset in RetrieveResults

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    2be900a View commit details
    Browse the repository at this point in the history
  3. add VectorFieldInfo into Segment struct

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    cc889a8 View commit details
    Browse the repository at this point in the history
  4. add new interface for query vector

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e32d04e View commit details
    Browse the repository at this point in the history
  5. update load vector field logic

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c236ef8 View commit details
    Browse the repository at this point in the history
  6. update load vector field logic

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a271030 View commit details
    Browse the repository at this point in the history
  7. fill in field name in query result

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    dadb51c View commit details
    Browse the repository at this point in the history
  8. add FieldId into FieldData

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    1dfc64a View commit details
    Browse the repository at this point in the history
  9. add fillVectorOutputFieldsIfNeeded

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    3ae1f04 View commit details
    Browse the repository at this point in the history
  10. update data_codec_test.go

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f561257 View commit details
    Browse the repository at this point in the history
  11. add DeserializeFieldData

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    cc9aafa View commit details
    Browse the repository at this point in the history
  12. realize query return vector output field

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6d6e543 View commit details
    Browse the repository at this point in the history
  13. fix static-check

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    af81e19 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. disable query vector case

    Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
    cydrain committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    46ae9fe View commit details
    Browse the repository at this point in the history