corvic-engine 0.3.0rc60__tar.gz → 0.3.0rc61__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.0rc60 → corvic_engine-0.3.0rc61}/Cargo.lock +10 -10
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/pyproject.toml +2 -2
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/_embedder.py +2 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/in_memory_executor.py +1 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/op_graph_executor.py +3 -2
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/table/table.py +1 -0
- corvic_engine-0.3.0rc61/python/corvic_generated/model/v1alpha/models_pb2.py +51 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -17
- corvic_engine-0.3.0rc60/python/corvic_generated/model/v1alpha/models_pb2.py +0 -54
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/LICENSE +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/README.md +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/expression_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/expression_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/expression_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/expression_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
22
22
|
|
23
23
|
[[package]]
|
24
24
|
name = "corvic-engine"
|
25
|
-
version = "0.3.0-rc.
|
25
|
+
version = "0.3.0-rc.61"
|
26
26
|
dependencies = [
|
27
27
|
"numpy",
|
28
28
|
"pyo3",
|
@@ -63,7 +63,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
63
63
|
|
64
64
|
[[package]]
|
65
65
|
name = "engine-walk"
|
66
|
-
version = "0.3.0-rc.
|
66
|
+
version = "0.3.0-rc.61"
|
67
67
|
dependencies = [
|
68
68
|
"version_check",
|
69
69
|
]
|
@@ -82,9 +82,9 @@ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
82
82
|
|
83
83
|
[[package]]
|
84
84
|
name = "libc"
|
85
|
-
version = "0.2.
|
85
|
+
version = "0.2.171"
|
86
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
-
checksum = "
|
87
|
+
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
88
88
|
|
89
89
|
[[package]]
|
90
90
|
name = "lock_api"
|
@@ -172,9 +172,9 @@ dependencies = [
|
|
172
172
|
|
173
173
|
[[package]]
|
174
174
|
name = "once_cell"
|
175
|
-
version = "1.
|
175
|
+
version = "1.21.3"
|
176
176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
177
|
-
checksum = "
|
177
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
178
178
|
|
179
179
|
[[package]]
|
180
180
|
name = "parking_lot"
|
@@ -279,9 +279,9 @@ dependencies = [
|
|
279
279
|
|
280
280
|
[[package]]
|
281
281
|
name = "quote"
|
282
|
-
version = "1.0.
|
282
|
+
version = "1.0.40"
|
283
283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
284
|
-
checksum = "
|
284
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
285
285
|
dependencies = [
|
286
286
|
"proc-macro2",
|
287
287
|
]
|
@@ -341,9 +341,9 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|
341
341
|
|
342
342
|
[[package]]
|
343
343
|
name = "syn"
|
344
|
-
version = "2.0.
|
344
|
+
version = "2.0.100"
|
345
345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
346
|
-
checksum = "
|
346
|
+
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
347
347
|
dependencies = [
|
348
348
|
"proc-macro2",
|
349
349
|
"quote",
|
@@ -20,7 +20,7 @@ authors = [
|
|
20
20
|
]
|
21
21
|
readme = "README.md"
|
22
22
|
description = "Seamless embedding generation and retrieval."
|
23
|
-
version = "0.3.0-rc.
|
23
|
+
version = "0.3.0-rc.61" # sync this with tool.poetry.version below
|
24
24
|
|
25
25
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
26
26
|
# the build system but poetry for the development environment.
|
@@ -74,7 +74,7 @@ packages = [
|
|
74
74
|
]
|
75
75
|
description = ""
|
76
76
|
authors = []
|
77
|
-
version = "0.3.0-rc.
|
77
|
+
version = "0.3.0-rc.61"
|
78
78
|
|
79
79
|
[tool.poetry.scripts]
|
80
80
|
check = "corvic_check.cli:main"
|
@@ -6,6 +6,7 @@ import numpy as np
|
|
6
6
|
import polars as pl
|
7
7
|
from typing_extensions import Protocol
|
8
8
|
|
9
|
+
from corvic import orm
|
9
10
|
from corvic.result import InternalError, InvalidArgumentError, Ok
|
10
11
|
|
11
12
|
|
@@ -18,6 +19,7 @@ class EmbedTextContext:
|
|
18
19
|
tokenizer_name: str
|
19
20
|
expected_vector_length: int
|
20
21
|
expected_coordinate_bitwidth: Literal[32, 64]
|
22
|
+
room_id: orm.RoomID
|
21
23
|
|
22
24
|
|
23
25
|
@dataclasses.dataclass
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/in_memory_executor.py
RENAMED
@@ -807,6 +807,7 @@ class InMemoryExecutor(OpGraphExecutor):
|
|
807
807
|
tokenizer_name=op.tokenizer_name,
|
808
808
|
expected_vector_length=op.expected_vector_length,
|
809
809
|
expected_coordinate_bitwidth=op.expected_coordinate_bitwidth,
|
810
|
+
room_id=context.exec_context.room_id,
|
810
811
|
)
|
811
812
|
match self._text_embedder.embed(embed_context):
|
812
813
|
case Ok(result):
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system/op_graph_executor.py
RENAMED
@@ -8,7 +8,7 @@ from typing import Any, Protocol
|
|
8
8
|
|
9
9
|
import pyarrow as pa
|
10
10
|
|
11
|
-
from corvic import op_graph
|
11
|
+
from corvic import op_graph, orm
|
12
12
|
from corvic.result import (
|
13
13
|
InternalError,
|
14
14
|
InvalidArgumentError,
|
@@ -55,9 +55,10 @@ class ExecutionContext:
|
|
55
55
|
"""Description of the computation to be completed."""
|
56
56
|
|
57
57
|
tables_to_compute: list[TableComputeContext]
|
58
|
+
room_id: orm.RoomID
|
58
59
|
"""A list of tables that the caller wants in addition to table_to_compute.
|
59
60
|
|
60
|
-
This has advantages over
|
61
|
+
This has advantages over multiple invocations of OpGraphExecutor when those
|
61
62
|
additional tables would be computed to compute tables_to_compute anyway; i.e.,
|
62
63
|
they are nodes in the tables_to_compute op graph.
|
63
64
|
"""
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: corvic/model/v1alpha/models.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
5
|
+
"""Generated protocol buffer code."""
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
from google.protobuf.internal import builder as _builder
|
10
|
+
# @@protoc_insertion_point(imports)
|
11
|
+
|
12
|
+
_sym_db = _symbol_database.Default()
|
13
|
+
|
14
|
+
|
15
|
+
from corvic_generated.orm.v1 import completion_model_pb2 as corvic_dot_orm_dot_v1_dot_completion__model__pb2
|
16
|
+
from corvic_generated.orm.v1 import feature_view_pb2 as corvic_dot_orm_dot_v1_dot_feature__view__pb2
|
17
|
+
from corvic_generated.orm.v1 import pipeline_pb2 as corvic_dot_orm_dot_v1_dot_pipeline__pb2
|
18
|
+
from corvic_generated.orm.v1 import space_pb2 as corvic_dot_orm_dot_v1_dot_space__pb2
|
19
|
+
from corvic_generated.orm.v1 import table_pb2 as corvic_dot_orm_dot_v1_dot_table__pb2
|
20
|
+
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
21
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
22
|
+
|
23
|
+
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/model/v1alpha/models.proto\x12\x14\x63orvic.model.v1alpha\x1a$corvic/orm/v1/completion_model.proto\x1a corvic/orm/v1/feature_view.proto\x1a\x1c\x63orvic/orm/v1/pipeline.proto\x1a\x19\x63orvic/orm/v1/space.proto\x1a\x19\x63orvic/orm/v1/table.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x90\x01\n\x04Room\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xd8\x03\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x10\n\x03md5\x18\x07 \x01(\tR\x03md5\x12#\n\roriginal_path\x18\x08 \x01(\tR\x0coriginalPath\x12\x17\n\x07room_id\x18\t \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\x12.\n\x13pipeline_input_name\x18\x0f \x01(\tR\x11pipelineInputName\x12<\n\rrecent_events\x18\x0e \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12>\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfc\x02\n\x06Source\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x06 \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\x08 \x01(\tR\npipelineId\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12Q\n\x13prop_table_op_graph\x18\t \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpH\x01R\x10propTableOpGraph\x88\x01\x01\x42\r\n\x0b_created_atB\x16\n\x14_prop_table_op_graph\"\xe9\x03\n\x08Pipeline\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12X\n\x0esource_outputs\x18\x05 \x03(\x0b\x32\x31.corvic.model.v1alpha.Pipeline.SourceOutputsEntryR\rsourceOutputs\x12^\n\x17pipeline_transformation\x18\x06 \x01(\x0b\x32%.corvic.orm.v1.PipelineTransformationR\x16pipelineTransformation\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x1a^\n\x12SourceOutputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x05value:\x02\x38\x01\x42\r\n\x0b_created_at\"\xca\x02\n\x11\x46\x65\x61tureViewSource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x34\n\x06source\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x06source\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12+\n\x11\x64rop_disconnected\x18\x04 \x01(\x08R\x10\x64ropDisconnected\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x07 \x01(\tR\x06roomIdB\r\n\x0b_created_at\"\x9c\x03\n\x0b\x46\x65\x61tureView\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12P\n\x13\x66\x65\x61ture_view_output\x18\x05 \x01(\x0b\x32 .corvic.orm.v1.FeatureViewOutputR\x11\x66\x65\x61tureViewOutput\x12Y\n\x14\x66\x65\x61ture_view_sources\x18\x06 \x03(\x0b\x32\'.corvic.model.v1alpha.FeatureViewSourceR\x12\x66\x65\x61tureViewSources\x12\x1b\n\tspace_ids\x18\x07 \x03(\tR\x08spaceIds\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfa\x02\n\x05Space\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12I\n\x10space_parameters\x18\x05 \x01(\x0b\x32\x1e.corvic.orm.v1.SpaceParametersR\x0fspaceParameters\x12\x44\n\x0c\x66\x65\x61ture_view\x18\x06 \x01(\x0b\x32!.corvic.model.v1alpha.FeatureViewR\x0b\x66\x65\x61tureView\x12\x1b\n\tauto_sync\x18\t \x01(\x08R\x08\x61utoSync\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x97\x04\n\x0f\x43ompletionModel\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\x12H\n\nparameters\x18\x05 \x01(\x0b\x32(.corvic.orm.v1.CompletionModelParametersR\nparameters\x12$\n\x0esecret_api_key\x18\x06 \x01(\tR\x0csecretApiKey\x12Q\n\x14last_validation_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x12lastValidationTime\x88\x01\x01\x12]\n\x1alast_successful_validation\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x18lastSuccessfulValidation\x88\x01\x01\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\tcreatedAt\x88\x01\x01\x42\x17\n\x15_last_validation_timeB\x1d\n\x1b_last_successful_validationB\r\n\x0b_created_atb\x06proto3')
|
25
|
+
|
26
|
+
_globals = globals()
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.model.v1alpha.models_pb2', _globals)
|
29
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
30
|
+
DESCRIPTOR._options = None
|
31
|
+
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
|
32
|
+
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
|
33
|
+
_globals['_ROOM']._serialized_start=279
|
34
|
+
_globals['_ROOM']._serialized_end=423
|
35
|
+
_globals['_RESOURCE']._serialized_start=426
|
36
|
+
_globals['_RESOURCE']._serialized_end=898
|
37
|
+
_globals['_SOURCE']._serialized_start=901
|
38
|
+
_globals['_SOURCE']._serialized_end=1281
|
39
|
+
_globals['_PIPELINE']._serialized_start=1284
|
40
|
+
_globals['_PIPELINE']._serialized_end=1773
|
41
|
+
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1664
|
42
|
+
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1758
|
43
|
+
_globals['_FEATUREVIEWSOURCE']._serialized_start=1776
|
44
|
+
_globals['_FEATUREVIEWSOURCE']._serialized_end=2106
|
45
|
+
_globals['_FEATUREVIEW']._serialized_start=2109
|
46
|
+
_globals['_FEATUREVIEW']._serialized_end=2521
|
47
|
+
_globals['_SPACE']._serialized_start=2524
|
48
|
+
_globals['_SPACE']._serialized_end=2902
|
49
|
+
_globals['_COMPLETIONMODEL']._serialized_start=2905
|
50
|
+
_globals['_COMPLETIONMODEL']._serialized_end=3440
|
51
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -1,4 +1,3 @@
|
|
1
|
-
from corvic_generated.orm.v1 import agent_pb2 as _agent_pb2
|
2
1
|
from corvic_generated.orm.v1 import completion_model_pb2 as _completion_model_pb2
|
3
2
|
from corvic_generated.orm.v1 import feature_view_pb2 as _feature_view_pb2
|
4
3
|
from corvic_generated.orm.v1 import pipeline_pb2 as _pipeline_pb2
|
@@ -166,22 +165,6 @@ class Space(_message.Message):
|
|
166
165
|
created_at: _timestamp_pb2.Timestamp
|
167
166
|
def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., room_id: _Optional[str] = ..., space_parameters: _Optional[_Union[_space_pb2.SpaceParameters, _Mapping]] = ..., feature_view: _Optional[_Union[FeatureView, _Mapping]] = ..., auto_sync: bool = ..., org_id: _Optional[str] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
168
167
|
|
169
|
-
class Agent(_message.Message):
|
170
|
-
__slots__ = ("id", "name", "room_id", "agent_parameters", "org_id", "created_at")
|
171
|
-
ID_FIELD_NUMBER: _ClassVar[int]
|
172
|
-
NAME_FIELD_NUMBER: _ClassVar[int]
|
173
|
-
ROOM_ID_FIELD_NUMBER: _ClassVar[int]
|
174
|
-
AGENT_PARAMETERS_FIELD_NUMBER: _ClassVar[int]
|
175
|
-
ORG_ID_FIELD_NUMBER: _ClassVar[int]
|
176
|
-
CREATED_AT_FIELD_NUMBER: _ClassVar[int]
|
177
|
-
id: str
|
178
|
-
name: str
|
179
|
-
room_id: str
|
180
|
-
agent_parameters: _agent_pb2.AgentParameters
|
181
|
-
org_id: str
|
182
|
-
created_at: _timestamp_pb2.Timestamp
|
183
|
-
def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., room_id: _Optional[str] = ..., agent_parameters: _Optional[_Union[_agent_pb2.AgentParameters, _Mapping]] = ..., org_id: _Optional[str] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
184
|
-
|
185
168
|
class CompletionModel(_message.Message):
|
186
169
|
__slots__ = ("id", "name", "description", "org_id", "parameters", "secret_api_key", "last_validation_time", "last_successful_validation", "created_at")
|
187
170
|
ID_FIELD_NUMBER: _ClassVar[int]
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: corvic/model/v1alpha/models.proto
|
4
|
-
# Protobuf Python Version: 4.25.3
|
5
|
-
"""Generated protocol buffer code."""
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
9
|
-
from google.protobuf.internal import builder as _builder
|
10
|
-
# @@protoc_insertion_point(imports)
|
11
|
-
|
12
|
-
_sym_db = _symbol_database.Default()
|
13
|
-
|
14
|
-
|
15
|
-
from corvic_generated.orm.v1 import agent_pb2 as corvic_dot_orm_dot_v1_dot_agent__pb2
|
16
|
-
from corvic_generated.orm.v1 import completion_model_pb2 as corvic_dot_orm_dot_v1_dot_completion__model__pb2
|
17
|
-
from corvic_generated.orm.v1 import feature_view_pb2 as corvic_dot_orm_dot_v1_dot_feature__view__pb2
|
18
|
-
from corvic_generated.orm.v1 import pipeline_pb2 as corvic_dot_orm_dot_v1_dot_pipeline__pb2
|
19
|
-
from corvic_generated.orm.v1 import space_pb2 as corvic_dot_orm_dot_v1_dot_space__pb2
|
20
|
-
from corvic_generated.orm.v1 import table_pb2 as corvic_dot_orm_dot_v1_dot_table__pb2
|
21
|
-
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
22
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
23
|
-
|
24
|
-
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/model/v1alpha/models.proto\x12\x14\x63orvic.model.v1alpha\x1a\x19\x63orvic/orm/v1/agent.proto\x1a$corvic/orm/v1/completion_model.proto\x1a corvic/orm/v1/feature_view.proto\x1a\x1c\x63orvic/orm/v1/pipeline.proto\x1a\x19\x63orvic/orm/v1/space.proto\x1a\x19\x63orvic/orm/v1/table.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x90\x01\n\x04Room\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xd8\x03\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x10\n\x03md5\x18\x07 \x01(\tR\x03md5\x12#\n\roriginal_path\x18\x08 \x01(\tR\x0coriginalPath\x12\x17\n\x07room_id\x18\t \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\x12.\n\x13pipeline_input_name\x18\x0f \x01(\tR\x11pipelineInputName\x12<\n\rrecent_events\x18\x0e \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12>\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfc\x02\n\x06Source\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x06 \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\x08 \x01(\tR\npipelineId\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12Q\n\x13prop_table_op_graph\x18\t \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpH\x01R\x10propTableOpGraph\x88\x01\x01\x42\r\n\x0b_created_atB\x16\n\x14_prop_table_op_graph\"\xe9\x03\n\x08Pipeline\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12X\n\x0esource_outputs\x18\x05 \x03(\x0b\x32\x31.corvic.model.v1alpha.Pipeline.SourceOutputsEntryR\rsourceOutputs\x12^\n\x17pipeline_transformation\x18\x06 \x01(\x0b\x32%.corvic.orm.v1.PipelineTransformationR\x16pipelineTransformation\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x1a^\n\x12SourceOutputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x05value:\x02\x38\x01\x42\r\n\x0b_created_at\"\xca\x02\n\x11\x46\x65\x61tureViewSource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x34\n\x06source\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x06source\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12+\n\x11\x64rop_disconnected\x18\x04 \x01(\x08R\x10\x64ropDisconnected\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x07 \x01(\tR\x06roomIdB\r\n\x0b_created_at\"\x9c\x03\n\x0b\x46\x65\x61tureView\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12P\n\x13\x66\x65\x61ture_view_output\x18\x05 \x01(\x0b\x32 .corvic.orm.v1.FeatureViewOutputR\x11\x66\x65\x61tureViewOutput\x12Y\n\x14\x66\x65\x61ture_view_sources\x18\x06 \x03(\x0b\x32\'.corvic.model.v1alpha.FeatureViewSourceR\x12\x66\x65\x61tureViewSources\x12\x1b\n\tspace_ids\x18\x07 \x03(\tR\x08spaceIds\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfa\x02\n\x05Space\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12I\n\x10space_parameters\x18\x05 \x01(\x0b\x32\x1e.corvic.orm.v1.SpaceParametersR\x0fspaceParameters\x12\x44\n\x0c\x66\x65\x61ture_view\x18\x06 \x01(\x0b\x32!.corvic.model.v1alpha.FeatureViewR\x0b\x66\x65\x61tureView\x12\x1b\n\tauto_sync\x18\t \x01(\x08R\x08\x61utoSync\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x85\x02\n\x05\x41gent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12I\n\x10\x61gent_parameters\x18\x04 \x01(\x0b\x32\x1e.corvic.orm.v1.AgentParametersR\x0f\x61gentParameters\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_atJ\x04\x08\x06\x10\x07R\x08messages\"\x97\x04\n\x0f\x43ompletionModel\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\x12H\n\nparameters\x18\x05 \x01(\x0b\x32(.corvic.orm.v1.CompletionModelParametersR\nparameters\x12$\n\x0esecret_api_key\x18\x06 \x01(\tR\x0csecretApiKey\x12Q\n\x14last_validation_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x12lastValidationTime\x88\x01\x01\x12]\n\x1alast_successful_validation\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x18lastSuccessfulValidation\x88\x01\x01\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\tcreatedAt\x88\x01\x01\x42\x17\n\x15_last_validation_timeB\x1d\n\x1b_last_successful_validationB\r\n\x0b_created_atb\x06proto3')
|
26
|
-
|
27
|
-
_globals = globals()
|
28
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
29
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.model.v1alpha.models_pb2', _globals)
|
30
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
31
|
-
DESCRIPTOR._options = None
|
32
|
-
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
|
33
|
-
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
|
34
|
-
_globals['_ROOM']._serialized_start=306
|
35
|
-
_globals['_ROOM']._serialized_end=450
|
36
|
-
_globals['_RESOURCE']._serialized_start=453
|
37
|
-
_globals['_RESOURCE']._serialized_end=925
|
38
|
-
_globals['_SOURCE']._serialized_start=928
|
39
|
-
_globals['_SOURCE']._serialized_end=1308
|
40
|
-
_globals['_PIPELINE']._serialized_start=1311
|
41
|
-
_globals['_PIPELINE']._serialized_end=1800
|
42
|
-
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1691
|
43
|
-
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1785
|
44
|
-
_globals['_FEATUREVIEWSOURCE']._serialized_start=1803
|
45
|
-
_globals['_FEATUREVIEWSOURCE']._serialized_end=2133
|
46
|
-
_globals['_FEATUREVIEW']._serialized_start=2136
|
47
|
-
_globals['_FEATUREVIEW']._serialized_end=2548
|
48
|
-
_globals['_SPACE']._serialized_start=2551
|
49
|
-
_globals['_SPACE']._serialized_end=2929
|
50
|
-
_globals['_AGENT']._serialized_start=2932
|
51
|
-
_globals['_AGENT']._serialized_end=3193
|
52
|
-
_globals['_COMPLETIONMODEL']._serialized_start=3196
|
53
|
-
_globals['_COMPLETIONMODEL']._serialized_end=3731
|
54
|
-
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/expression_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/expression_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/priv/private_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/embedding_metric/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/op_graph/sample_strategy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/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.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc60 → corvic_engine-0.3.0rc61}/python/corvic_generated/embedding/v1/__init__.py
RENAMED
File without changes
|