corvic-engine 0.3.0rc71__tar.gz → 0.3.0rc72__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/pyproject.toml +2 -2
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_pipeline.py +54 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_proto_orm_convert.py +6 -2
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/LICENSE +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/README.md +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "corvic-engine"
|
19
|
-
version = "0.3.0-rc.
|
19
|
+
version = "0.3.0-rc.72"
|
20
20
|
dependencies = [
|
21
21
|
"numpy",
|
22
22
|
"pyo3",
|
@@ -57,7 +57,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "engine-walk"
|
60
|
-
version = "0.3.0-rc.
|
60
|
+
version = "0.3.0-rc.72"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -18,7 +18,7 @@ authors = [
|
|
18
18
|
]
|
19
19
|
readme = "README.md"
|
20
20
|
description = "Seamless embedding generation and retrieval."
|
21
|
-
version = "0.3.0-rc.
|
21
|
+
version = "0.3.0-rc.72" # sync this with tool.poetry.version below
|
22
22
|
|
23
23
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
24
24
|
# the build system but poetry for the development environment.
|
@@ -72,7 +72,7 @@ packages = [
|
|
72
72
|
]
|
73
73
|
description = ""
|
74
74
|
authors = []
|
75
|
-
version = "0.3.0-rc.
|
75
|
+
version = "0.3.0-rc.72"
|
76
76
|
|
77
77
|
[tool.poetry.scripts]
|
78
78
|
check = "corvic_check.cli:main"
|
@@ -293,6 +293,33 @@ class OcrPdfsPipeline(Pipeline):
|
|
293
293
|
op_graph.feature_type.categorical(),
|
294
294
|
),
|
295
295
|
NewColumn("title", pl.String(), op_graph.feature_type.text()),
|
296
|
+
NewColumn(
|
297
|
+
"resource_id",
|
298
|
+
pl.String(),
|
299
|
+
op_graph.feature_type.identifier(),
|
300
|
+
),
|
301
|
+
NewColumn(
|
302
|
+
"page_number",
|
303
|
+
pl.Int64(),
|
304
|
+
op_graph.feature_type.numerical(),
|
305
|
+
),
|
306
|
+
NewColumn(
|
307
|
+
"bbox",
|
308
|
+
pl.Struct(
|
309
|
+
[
|
310
|
+
pl.Field("x1", pl.Float64()),
|
311
|
+
pl.Field("y1", pl.Float64()),
|
312
|
+
pl.Field("x2", pl.Float64()),
|
313
|
+
pl.Field("y2", pl.Float64()),
|
314
|
+
]
|
315
|
+
),
|
316
|
+
op_graph.feature_type.embedding(),
|
317
|
+
),
|
318
|
+
NewColumn(
|
319
|
+
"created_at",
|
320
|
+
pl.Datetime(),
|
321
|
+
op_graph.feature_type.timestamp(),
|
322
|
+
),
|
296
323
|
],
|
297
324
|
)
|
298
325
|
)
|
@@ -360,6 +387,33 @@ class OcrPdfsPipeline(Pipeline):
|
|
360
387
|
pl.String(),
|
361
388
|
op_graph.feature_type.foreign_key(text_source.id),
|
362
389
|
),
|
390
|
+
NewColumn(
|
391
|
+
"resource_id",
|
392
|
+
pl.String(),
|
393
|
+
op_graph.feature_type.identifier(),
|
394
|
+
),
|
395
|
+
NewColumn(
|
396
|
+
"page_number",
|
397
|
+
pl.Int64(),
|
398
|
+
op_graph.feature_type.numerical(),
|
399
|
+
),
|
400
|
+
NewColumn(
|
401
|
+
"bbox",
|
402
|
+
pl.Struct(
|
403
|
+
[
|
404
|
+
pl.Field("x1", pl.Float64()),
|
405
|
+
pl.Field("y1", pl.Float64()),
|
406
|
+
pl.Field("x2", pl.Float64()),
|
407
|
+
pl.Field("y2", pl.Float64()),
|
408
|
+
]
|
409
|
+
),
|
410
|
+
op_graph.feature_type.embedding(),
|
411
|
+
),
|
412
|
+
NewColumn(
|
413
|
+
"created_at",
|
414
|
+
pl.Datetime(),
|
415
|
+
op_graph.feature_type.timestamp(),
|
416
|
+
),
|
363
417
|
],
|
364
418
|
)
|
365
419
|
)
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_proto_orm_convert.py
RENAMED
@@ -432,12 +432,14 @@ def feature_view_proto_to_orm(
|
|
432
432
|
return err
|
433
433
|
session.flush()
|
434
434
|
|
435
|
-
if not orm_obj.id:
|
435
|
+
if not orm_obj.id or not orm_obj.room_id:
|
436
436
|
raise InternalError("internal assertion did not hold")
|
437
437
|
|
438
438
|
new_fv_sources = list[orm.FeatureViewSource]()
|
439
439
|
for fvs in proto_obj.feature_view_sources:
|
440
|
-
match _feature_view_source_proto_to_orm(
|
440
|
+
match _feature_view_source_proto_to_orm(
|
441
|
+
fvs, orm_obj.room_id, orm_obj.id, session
|
442
|
+
):
|
441
443
|
case orm.InvalidORMIdentifierError() | InvalidArgumentError() as err:
|
442
444
|
return err
|
443
445
|
case Ok(fvs_orm):
|
@@ -481,6 +483,7 @@ def feature_view_proto_to_orm(
|
|
481
483
|
|
482
484
|
def _feature_view_source_proto_to_orm(
|
483
485
|
proto_obj: models_pb2.FeatureViewSource,
|
486
|
+
room_id: orm.RoomID,
|
484
487
|
feature_view_id: orm.FeatureViewID,
|
485
488
|
session: sa_orm.Session,
|
486
489
|
) -> Ok[orm.FeatureViewSource] | orm.InvalidORMIdentifierError | InvalidArgumentError:
|
@@ -491,6 +494,7 @@ def _feature_view_source_proto_to_orm(
|
|
491
494
|
pass
|
492
495
|
|
493
496
|
orm_obj = orm.FeatureViewSource(
|
497
|
+
room_id=room_id,
|
494
498
|
table_op_graph=proto_obj.table_op_graph,
|
495
499
|
drop_disconnected=proto_obj.drop_disconnected,
|
496
500
|
source_id=source_id,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/buf/validate/validate_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/embedding_metric/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/model/_completion_model.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/_transformations.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/op_graph/sample_strategy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/proto_wrapper/_wrappers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/_dimension_reduction.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/in_memory_executor.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system/op_graph_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/system_sqlite/rdbms_blob_store.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/algorithm/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/embedding/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/model/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/agent_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/common_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc71 → corvic_engine-0.3.0rc72}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|