corvic-engine 0.3.0rc84__tar.gz → 0.3.0rc85__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.0rc84 → corvic_engine-0.3.0rc85}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/pyproject.toml +3 -3
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_embedder.py +0 -8
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_image_embedder.py +28 -18
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/in_memory_executor.py +1 -2
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/staging.py +1 -1
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/staging.py +1 -1
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/LICENSE +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/README.md +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_base_model.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_defaults.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_errors.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_resource.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_room.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_source.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_space.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/eorm/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/_soft_delete.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/transfer/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/transfer/_common_transformations.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/transfer/_orm_backed_proto.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/transfer/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.85"
|
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.85"
|
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.85" # 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.
|
@@ -73,7 +73,7 @@ packages = [
|
|
73
73
|
]
|
74
74
|
description = ""
|
75
75
|
authors = []
|
76
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.85"
|
77
77
|
|
78
78
|
[tool.poetry.scripts]
|
79
79
|
check = "corvic_check.cli:main"
|
@@ -164,7 +164,7 @@ torch = [
|
|
164
164
|
{ platform = "darwin", version = "^2.7.1", source = "pypi" },
|
165
165
|
]
|
166
166
|
torchvision = [
|
167
|
-
{ platform = "linux", version = "^0.22.1", source = "torch-cpu-linux" },
|
167
|
+
{ platform = "linux", version = "^0.22.1+cpu", source = "torch-cpu-linux" },
|
168
168
|
{ platform = "darwin", version = "^0.22.1", source = "pypi" },
|
169
169
|
]
|
170
170
|
transformers = "^4.51.3"
|
@@ -39,10 +39,6 @@ class EmbedTextResult:
|
|
39
39
|
class TextEmbedder(Protocol):
|
40
40
|
"""Use a model to embed text."""
|
41
41
|
|
42
|
-
def embed(
|
43
|
-
self, context: EmbedTextContext
|
44
|
-
) -> Ok[EmbedTextResult] | InvalidArgumentError | InternalError: ...
|
45
|
-
|
46
42
|
async def aembed(
|
47
43
|
self,
|
48
44
|
context: EmbedTextContext,
|
@@ -74,10 +70,6 @@ class ImageEmbedder(Protocol):
|
|
74
70
|
@classmethod
|
75
71
|
def model_name(cls) -> str: ...
|
76
72
|
|
77
|
-
def embed(
|
78
|
-
self, context: EmbedImageContext
|
79
|
-
) -> Ok[EmbedImageResult] | InvalidArgumentError | InternalError: ...
|
80
|
-
|
81
73
|
async def aembed(
|
82
74
|
self,
|
83
75
|
context: EmbedImageContext,
|
@@ -3,7 +3,7 @@ import asyncio
|
|
3
3
|
import dataclasses
|
4
4
|
from concurrent.futures import ThreadPoolExecutor
|
5
5
|
from io import BytesIO
|
6
|
-
from typing import TYPE_CHECKING, Any, cast
|
6
|
+
from typing import TYPE_CHECKING, Any, Protocol, cast
|
7
7
|
|
8
8
|
import numpy as np
|
9
9
|
import polars as pl
|
@@ -17,8 +17,7 @@ from corvic.system._embedder import (
|
|
17
17
|
|
18
18
|
if TYPE_CHECKING:
|
19
19
|
from PIL import Image
|
20
|
-
from
|
21
|
-
from transformers.models.auto.processing_auto import AutoProcessor
|
20
|
+
from torch import FloatTensor
|
22
21
|
|
23
22
|
|
24
23
|
class RandomImageEmbedder(ImageEmbedder):
|
@@ -77,10 +76,23 @@ def image_from_bytes(
|
|
77
76
|
return InvalidArgumentError("invalid image format")
|
78
77
|
|
79
78
|
|
79
|
+
class TransformersImageModel(Protocol):
|
80
|
+
"""Generic class for a Model from transformers."""
|
81
|
+
|
82
|
+
def eval(self): ...
|
83
|
+
def get_image_features(*, pixel_values: "FloatTensor") -> "FloatTensor": ...
|
84
|
+
|
85
|
+
|
86
|
+
class TransformersProcessor(Protocol):
|
87
|
+
"""Generic class for a Processor from transformers."""
|
88
|
+
|
89
|
+
def __call__(self, *, images: list["Image.Image"], return_tensors: str): ...
|
90
|
+
|
91
|
+
|
80
92
|
@dataclasses.dataclass
|
81
93
|
class LoadedModels:
|
82
|
-
model:
|
83
|
-
processor:
|
94
|
+
model: TransformersImageModel
|
95
|
+
processor: TransformersProcessor
|
84
96
|
|
85
97
|
|
86
98
|
class HFModelImageEmbedder(ImageEmbedder):
|
@@ -91,7 +103,7 @@ class HFModelImageEmbedder(ImageEmbedder):
|
|
91
103
|
def model_revision(cls) -> str: ...
|
92
104
|
|
93
105
|
@abc.abstractmethod
|
94
|
-
def
|
106
|
+
def load_models(self) -> LoadedModels: ...
|
95
107
|
|
96
108
|
def embed(
|
97
109
|
self, context: EmbedImageContext
|
@@ -122,19 +134,19 @@ class HFModelImageEmbedder(ImageEmbedder):
|
|
122
134
|
)
|
123
135
|
)
|
124
136
|
|
125
|
-
models = self.
|
137
|
+
models = self.load_models()
|
126
138
|
model = models.model
|
127
139
|
processor = models.processor
|
128
|
-
model.eval()
|
140
|
+
model.eval()
|
129
141
|
|
130
142
|
import torch
|
131
143
|
|
132
144
|
with torch.no_grad():
|
133
145
|
inputs = cast(
|
134
146
|
dict[str, torch.FloatTensor],
|
135
|
-
processor(images=images, return_tensors="pt"),
|
147
|
+
processor(images=images, return_tensors="pt"),
|
136
148
|
)
|
137
|
-
image_features = model.get_image_features(
|
149
|
+
image_features = model.get_image_features(
|
138
150
|
pixel_values=inputs["pixel_values"]
|
139
151
|
)
|
140
152
|
|
@@ -181,23 +193,21 @@ class Clip(HFModelImageEmbedder):
|
|
181
193
|
def model_revision(cls) -> str:
|
182
194
|
return "5812e510083bb2d23fa43778a39ac065d205ed4d"
|
183
195
|
|
184
|
-
def
|
185
|
-
from transformers.models.auto.modeling_auto import AutoModel
|
186
|
-
from transformers.models.auto.processing_auto import AutoProcessor
|
196
|
+
def load_models(self) -> LoadedModels:
|
187
197
|
from transformers.models.clip import (
|
188
198
|
CLIPModel,
|
189
199
|
CLIPProcessor,
|
190
200
|
)
|
191
201
|
|
192
202
|
model = cast(
|
193
|
-
|
203
|
+
TransformersImageModel,
|
194
204
|
CLIPModel.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
195
205
|
pretrained_model_name_or_path=self.model_name(),
|
196
206
|
revision=self.model_revision(),
|
197
207
|
),
|
198
208
|
)
|
199
209
|
processor = cast(
|
200
|
-
|
210
|
+
TransformersProcessor,
|
201
211
|
CLIPProcessor.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
202
212
|
pretrained_model_name_or_path=self.model_name(),
|
203
213
|
revision=self.model_revision(),
|
@@ -218,12 +228,12 @@ class SigLIP2(HFModelImageEmbedder):
|
|
218
228
|
def model_revision(cls) -> str:
|
219
229
|
return "a89f5c5093f902bf39d3cd4d81d2c09867f0724b"
|
220
230
|
|
221
|
-
def
|
231
|
+
def load_models(self):
|
222
232
|
from transformers.models.auto.modeling_auto import AutoModel
|
223
233
|
from transformers.models.auto.processing_auto import AutoProcessor
|
224
234
|
|
225
235
|
model = cast(
|
226
|
-
|
236
|
+
TransformersImageModel,
|
227
237
|
AutoModel.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
228
238
|
pretrained_model_name_or_path=self.model_name(),
|
229
239
|
revision=self.model_revision(),
|
@@ -231,7 +241,7 @@ class SigLIP2(HFModelImageEmbedder):
|
|
231
241
|
),
|
232
242
|
)
|
233
243
|
processor = cast(
|
234
|
-
|
244
|
+
TransformersProcessor,
|
235
245
|
AutoProcessor.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
236
246
|
pretrained_model_name_or_path=self.model_name(),
|
237
247
|
revision=self.model_revision(),
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/in_memory_executor.py
RENAMED
@@ -1539,8 +1539,7 @@ class InMemoryExecutor(OpGraphExecutor):
|
|
1539
1539
|
case Ok(query):
|
1540
1540
|
pass
|
1541
1541
|
return (
|
1542
|
-
await
|
1543
|
-
self._staging_db.run_select_query,
|
1542
|
+
await self._staging_db.run_select_query(
|
1544
1543
|
query,
|
1545
1544
|
expected_schema,
|
1546
1545
|
context.current_slice_args,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/embedding_metric/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/emodel/_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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/_dimension_reduction.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system/op_graph_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/transfer/_orm_backed_proto.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/agent_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/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.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc84 → corvic_engine-0.3.0rc85}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|