We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expand the Python and Rust SDK:s to cover more data types.
Some things to figure out:
How should we store large components like Tensors and Meshes?
The text was updated successfully, but these errors were encountered:
polars::Dataframe
How should we store large components like Tensors and Meshes? Structured data in Arrow Blobs in Arrow In a separate store which the Arrow table references with MeshId/TensorID
I guess we might as well use blobs and go straight for the generalized solution proposed by @emilk in #487.
Sorry, something went wrong.
No branches or pull requests
Expand the Python and Rust SDK:s to cover more data types.
Some things to figure out:
How should we store large components like Tensors and Meshes?
The text was updated successfully, but these errors were encountered: