Skip to content

feat: Support JSON as data type #4516

Description

@eddyxu

Support JSON as data type

Users are expecting to store schema less json blobs in the dataset. In other systems,

  • Postgres can use jsonb type
  • Spark offers functions, such as get_json_object / json_object_keys function on json strings.
  • Pyarrow has JsonType now

It'd be beneficial for Lance to have capability to store, access and search json objects.

  • Store JSON as one of the arrow field.
  • Implement reading values by key or json path.
  • Create index on one of the scalar field.
  • Search a scalar json field
  • Create vector index on one of vector field.
  • Search a vector json field
  • Create full text index on one of the string field.
  • Search a fulltext json field.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestepicA collection of issues with a certain theme

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions