corvic-engine 0.3.0rc81__tar.gz → 0.3.0rc82__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.0rc81 → corvic_engine-0.3.0rc82}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/PKG-INFO +2 -1
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/pyproject.toml +7 -8
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/ops.py +6 -2
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/__init__.py +8 -6
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/in_memory_executor.py +6 -1
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/LICENSE +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/README.md +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/eorm/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/_soft_delete.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.82"
|
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.82"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: corvic-engine
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.0rc82
|
4
4
|
Classifier: Environment :: Console
|
5
5
|
Classifier: License :: Other/Proprietary License
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
@@ -27,6 +27,7 @@ Requires-Dist: umap-learn>=0.5.5 ; extra == 'ml'
|
|
27
27
|
Requires-Dist: pillow>=10.0.0 ; extra == 'ml'
|
28
28
|
Requires-Dist: scikit-learn>=1.4.0 ; extra == 'ml'
|
29
29
|
Requires-Dist: transformers[torch]>=4.45.0 ; extra == 'ml'
|
30
|
+
Requires-Dist: sentencepiece>=0.2.0 ; extra == 'ml'
|
30
31
|
Requires-Dist: opentelemetry-api>=1.20.0 ; extra == 'telemetry'
|
31
32
|
Requires-Dist: opentelemetry-sdk>=1.20.0 ; extra == 'telemetry'
|
32
33
|
Provides-Extra: ml
|
@@ -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.82" # 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.
|
@@ -52,6 +52,7 @@ ml = [
|
|
52
52
|
"pillow >= 10.0.0",
|
53
53
|
"scikit-learn >= 1.4.0",
|
54
54
|
"transformers[torch] >= 4.45.0", # Needed for pre-trained torch models
|
55
|
+
"sentencepiece >= 0.2.0", # Needed for SigLIP2
|
55
56
|
]
|
56
57
|
|
57
58
|
telemetry = [
|
@@ -72,18 +73,13 @@ packages = [
|
|
72
73
|
]
|
73
74
|
description = ""
|
74
75
|
authors = []
|
75
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.82"
|
76
77
|
|
77
78
|
[tool.poetry.scripts]
|
78
79
|
check = "corvic_check.cli:main"
|
79
80
|
|
80
81
|
[tool.poetry.plugins]
|
81
82
|
|
82
|
-
[[tool.poetry.source]]
|
83
|
-
name = "torch-cpu"
|
84
|
-
url = "https://download.pytorch.org/whl/cpu"
|
85
|
-
priority = "explicit"
|
86
|
-
|
87
83
|
[[tool.poetry.source]]
|
88
84
|
name = "torch-cpu-linux"
|
89
85
|
url = "https://download.pytorch.org/whl/cpu"
|
@@ -168,7 +164,10 @@ torch = [
|
|
168
164
|
{ platform = "linux", version = "^2.7.0", source = "torch-cpu-linux" },
|
169
165
|
{ platform = "darwin", version = "^2.7.0", source = "pypi" },
|
170
166
|
]
|
171
|
-
torchvision =
|
167
|
+
torchvision = [
|
168
|
+
{ platform = "linux", version = "^0.22.1", source = "torch-cpu-linux" },
|
169
|
+
{ platform = "darwin", version = "^0.22.1", source = "pypi" },
|
170
|
+
]
|
172
171
|
transformers = "^4.51.3"
|
173
172
|
umap-learn = "^0.5.5"
|
174
173
|
pillow = "10.4.0"
|
@@ -1260,7 +1260,9 @@ class _Base(OneofProtoWrapper[table_pb2.TableComputeOp], ABC):
|
|
1260
1260
|
column_name=column_name,
|
1261
1261
|
)
|
1262
1262
|
|
1263
|
-
|
1263
|
+
# TODO(aneesh): See https://github.com/pola-rs/polars/issues/23111 for
|
1264
|
+
# and remove the rechunk eventually.
|
1265
|
+
field = column.to_frame().rechunk().to_arrow().schema.field(column_name)
|
1264
1266
|
dtype = field.type
|
1265
1267
|
|
1266
1268
|
if ftype is None:
|
@@ -1268,8 +1270,10 @@ class _Base(OneofProtoWrapper[table_pb2.TableComputeOp], ABC):
|
|
1268
1270
|
|
1269
1271
|
# Convert array to record batch with dummy column to use pa_scalar and then
|
1270
1272
|
# remove the dummy column.
|
1273
|
+
# TODO(aneesh): See https://github.com/pola-rs/polars/issues/23111 for
|
1274
|
+
# and remove the rechunk eventually.
|
1271
1275
|
value_batch = pa.record_batch(
|
1272
|
-
[column.to_arrow()], schema=pa.schema([field]), metadata=None
|
1276
|
+
[column.rechunk().to_arrow()], schema=pa.schema([field]), metadata=None
|
1273
1277
|
)
|
1274
1278
|
structs = pa_scalar.batch_to_structs(value_batch)
|
1275
1279
|
literal_values = [
|
@@ -14,6 +14,7 @@ from corvic.system._embedder import (
|
|
14
14
|
EmbedTextContext,
|
15
15
|
EmbedTextResult,
|
16
16
|
ImageEmbedder,
|
17
|
+
SigLIP2Text,
|
17
18
|
TextEmbedder,
|
18
19
|
)
|
19
20
|
from corvic.system._image_embedder import (
|
@@ -68,23 +69,26 @@ __all__ = [
|
|
68
69
|
"Client",
|
69
70
|
"Clip",
|
70
71
|
"ClipText",
|
72
|
+
"CombinedImageEmbedder",
|
71
73
|
"DEFAULT_VECTOR_COLUMN_NAMES_TO_SIZES",
|
72
74
|
"DataMisplacedError",
|
73
75
|
"DimensionReducer",
|
76
|
+
"EmbedImageContext",
|
77
|
+
"EmbedImageResult",
|
74
78
|
"EmbedTextContext",
|
75
79
|
"EmbedTextResult",
|
76
80
|
"ExecutionContext",
|
77
81
|
"ExecutionResult",
|
78
|
-
"
|
79
|
-
"
|
82
|
+
"IdentityImageEmbedder",
|
83
|
+
"IdentityTextEmbedder",
|
80
84
|
"ImageEmbedder",
|
81
85
|
"InMemoryExecutionResult",
|
82
86
|
"InMemoryExecutor",
|
83
87
|
"OpGraphExecutor",
|
84
88
|
"OpGraphPlanner",
|
85
89
|
"RandomImageEmbedder",
|
86
|
-
"CombinedImageEmbedder",
|
87
90
|
"RandomTextEmbedder",
|
91
|
+
"SigLIP2Text",
|
88
92
|
"StagingDB",
|
89
93
|
"StorageManager",
|
90
94
|
"TableComputeContext",
|
@@ -97,9 +101,7 @@ __all__ = [
|
|
97
101
|
"VectorSimilarityMetric",
|
98
102
|
"get_polars_embedding",
|
99
103
|
"get_polars_embedding_length",
|
104
|
+
"image_from_bytes",
|
100
105
|
"make_dict_bytes_human_readable",
|
101
106
|
"make_list_bytes_human_readable",
|
102
|
-
"image_from_bytes",
|
103
|
-
"IdentityTextEmbedder",
|
104
|
-
"IdentityImageEmbedder",
|
105
107
|
]
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/in_memory_executor.py
RENAMED
@@ -215,7 +215,12 @@ class _SchemaAndBatches:
|
|
215
215
|
and not len(dataframe)
|
216
216
|
):
|
217
217
|
return cls(expected_schema, [], metrics)
|
218
|
-
|
218
|
+
# TODO(aneesh): without this rechunk, conversion to arrow will
|
219
|
+
# occasionally fail and complain about mismatched child array lengths.
|
220
|
+
# This should probably be fixed internally in polars (note that this
|
221
|
+
# still currently happens on polars 1.30.0 - the latest release).
|
222
|
+
# See https://github.com/pola-rs/polars/issues/23111.
|
223
|
+
table = dataframe.rechunk().to_arrow()
|
219
224
|
schema = table.schema
|
220
225
|
return cls(schema, table.to_batches(), metrics)
|
221
226
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/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
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/agent_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/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.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc81 → corvic_engine-0.3.0rc82}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|