corvic-engine 0.3.0rc78__tar.gz → 0.3.0rc80__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.0rc78 → corvic_engine-0.3.0rc80}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/pyproject.toml +6 -5
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/__init__.py +1 -1
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/_soft_delete.py +5 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/__init__.py +0 -2
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_image_embedder.py +39 -3
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/in_memory_executor.py +0 -13
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/LICENSE +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/README.md +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/eorm/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.80"
|
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.80"
|
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.80" # 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.80"
|
76
76
|
|
77
77
|
[tool.poetry.scripts]
|
78
78
|
check = "corvic_check.cli:main"
|
@@ -111,7 +111,8 @@ typing-extensions = "^4.9.0"
|
|
111
111
|
|
112
112
|
[tool.poetry.group.dev.dependencies]
|
113
113
|
anyio = "^4"
|
114
|
-
|
114
|
+
# TODO(thunt): update corvic_check to work with 8.2
|
115
|
+
click = ">=8.1,<8.2.0"
|
115
116
|
click_default_group = "^1.2.4"
|
116
117
|
codespell = "^2.2.6"
|
117
118
|
coverage = "^7.3.1"
|
@@ -121,7 +122,7 @@ maturin = "^1.4.0"
|
|
121
122
|
pdoc = "^14.5.1"
|
122
123
|
pre-commit = "^4.0.0"
|
123
124
|
psycopg = { extras = ["binary"], version = "^3.2" }
|
124
|
-
pyright = "
|
125
|
+
pyright = "1.1.400"
|
125
126
|
pytest = "^8.1.1"
|
126
127
|
pytest-asyncio = "^0.26"
|
127
128
|
pytest-benchmark = "^4.0.0"
|
@@ -334,7 +335,7 @@ known-third-party = ["proto", "rockset"]
|
|
334
335
|
|
335
336
|
[tool.pyright]
|
336
337
|
include = ["python", "tests"]
|
337
|
-
ignore = ["python/corvic_generated", "python/buf", "typings_generated"]
|
338
|
+
ignore = ["python/corvic_generated", "python/buf", "typings_generated", "_typeshed"]
|
338
339
|
typeCheckingMode = "strict"
|
339
340
|
# Enable additional checks beyond strict
|
340
341
|
reportCallInDefaultInitializer = "error"
|
@@ -139,7 +139,7 @@ class Base(sa_orm.MappedAsDataclass, sa_orm.DeclarativeBase):
|
|
139
139
|
return cls._updated_at
|
140
140
|
|
141
141
|
|
142
|
-
class Org(Base, kw_only=True):
|
142
|
+
class Org(SoftDeleteMixin, Base, kw_only=True):
|
143
143
|
"""An organization is a top-level grouping of resources."""
|
144
144
|
|
145
145
|
__tablename__ = "org"
|
@@ -81,6 +81,11 @@ class SoftDeleteMixin(sa_orm.MappedAsDataclass):
|
|
81
81
|
return None
|
82
82
|
return self._deleted_at.replace(tzinfo=UTC)
|
83
83
|
|
84
|
+
@deleted_at.inplace.expression
|
85
|
+
@classmethod
|
86
|
+
def _deleted_at_at_expression(cls):
|
87
|
+
return cls._deleted_at
|
88
|
+
|
84
89
|
def reset_delete(self):
|
85
90
|
self._deleted_at = None
|
86
91
|
|
@@ -29,7 +29,6 @@ from corvic.system.client import Client
|
|
29
29
|
from corvic.system.in_memory_executor import (
|
30
30
|
InMemoryExecutionResult,
|
31
31
|
InMemoryExecutor,
|
32
|
-
batch_to_proto_struct, # pyright: ignore[reportDeprecated]
|
33
32
|
get_polars_embedding,
|
34
33
|
get_polars_embedding_length,
|
35
34
|
make_dict_bytes_human_readable,
|
@@ -96,7 +95,6 @@ __all__ = [
|
|
96
95
|
"UmapDimensionReducer",
|
97
96
|
"ValidateFirstExecutor",
|
98
97
|
"VectorSimilarityMetric",
|
99
|
-
"batch_to_proto_struct",
|
100
98
|
"get_polars_embedding",
|
101
99
|
"get_polars_embedding_length",
|
102
100
|
"make_dict_bytes_human_readable",
|
@@ -180,17 +180,53 @@ class Clip(ImageEmbedder):
|
|
180
180
|
)
|
181
181
|
|
182
182
|
|
183
|
+
class SigLIP2(Clip):
|
184
|
+
"""SigLIP2 image embedder."""
|
185
|
+
|
186
|
+
def _load_models(self):
|
187
|
+
from transformers.models.auto.modeling_auto import AutoModel
|
188
|
+
from transformers.models.auto.processing_auto import AutoProcessor
|
189
|
+
from transformers.models.clip import (
|
190
|
+
CLIPModel,
|
191
|
+
CLIPProcessor,
|
192
|
+
)
|
193
|
+
|
194
|
+
model = cast(
|
195
|
+
CLIPModel,
|
196
|
+
AutoModel.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
197
|
+
pretrained_model_name_or_path="google/siglip2-base-patch16-512",
|
198
|
+
revision="a89f5c5093f902bf39d3cd4d81d2c09867f0724b",
|
199
|
+
device_map="auto",
|
200
|
+
),
|
201
|
+
)
|
202
|
+
processor = cast(
|
203
|
+
CLIPProcessor,
|
204
|
+
AutoProcessor.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
205
|
+
pretrained_model_name_or_path="google/siglip2-base-patch16-512",
|
206
|
+
revision="a89f5c5093f902bf39d3cd4d81d2c09867f0724b",
|
207
|
+
),
|
208
|
+
)
|
209
|
+
return ClipModels(model=model, processor=processor)
|
210
|
+
|
211
|
+
|
183
212
|
class CombinedImageEmbedder(ImageEmbedder):
|
184
213
|
def __init__(self):
|
185
214
|
self._clip_embedder = Clip()
|
215
|
+
self._siglip2_embedder = SigLIP2()
|
186
216
|
self._random_embedder = RandomImageEmbedder()
|
187
217
|
|
188
218
|
def embed(
|
189
219
|
self, context: EmbedImageContext
|
190
220
|
) -> Ok[EmbedImageResult] | InvalidArgumentError | InternalError:
|
191
|
-
|
192
|
-
|
193
|
-
|
221
|
+
match context.model_name:
|
222
|
+
case "random":
|
223
|
+
return self._random_embedder.embed(context)
|
224
|
+
case "clip":
|
225
|
+
return self._clip_embedder.embed(context)
|
226
|
+
case "siglip2":
|
227
|
+
return self._siglip2_embedder.embed(context)
|
228
|
+
case _:
|
229
|
+
return InvalidArgumentError(f"Unknown model name {context.model_name}")
|
194
230
|
|
195
231
|
async def aembed(
|
196
232
|
self,
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/in_memory_executor.py
RENAMED
@@ -18,9 +18,7 @@ import polars.selectors as cs
|
|
18
18
|
import pyarrow as pa
|
19
19
|
import pyarrow.parquet as pq
|
20
20
|
import structlog
|
21
|
-
from google.protobuf import json_format, struct_pb2
|
22
21
|
from more_itertools import flatten
|
23
|
-
from typing_extensions import deprecated
|
24
22
|
|
25
23
|
import corvic.system._column_encoding as column_encoding
|
26
24
|
from corvic import embed, embedding_metric, op_graph, sql
|
@@ -99,17 +97,6 @@ def get_polars_embedding(
|
|
99
97
|
)
|
100
98
|
|
101
99
|
|
102
|
-
@deprecated("use pa_scalar.batch_to_structs instead")
|
103
|
-
def batch_to_proto_struct(batch: pa.RecordBatch) -> list[struct_pb2.Struct]:
|
104
|
-
"""Converts a RecordBatch to protobuf Structs safely."""
|
105
|
-
data = batch.to_pylist()
|
106
|
-
structs = [struct_pb2.Struct() for _ in range(len(data))]
|
107
|
-
for idx, datum in enumerate(data):
|
108
|
-
make_dict_bytes_human_readable(datum)
|
109
|
-
json_format.ParseDict(datum, structs[idx])
|
110
|
-
return structs
|
111
|
-
|
112
|
-
|
113
100
|
def make_list_bytes_human_readable(data: list[Any]) -> None:
|
114
101
|
"""Utility function to cleanup list data types.
|
115
102
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/model/_proto_orm_convert.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.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system/_dimension_reduction.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/agent_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/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.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc78 → corvic_engine-0.3.0rc80}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|