corvic-engine 0.3.0rc69__tar.gz → 0.3.0rc70__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.0rc69 → corvic_engine-0.3.0rc70}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/pyproject.toml +2 -2
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.py +8 -10
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/LICENSE +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/README.md +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.70"
|
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.70"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -19,7 +19,7 @@ authors = [
|
|
19
19
|
]
|
20
20
|
readme = "README.md"
|
21
21
|
description = "Seamless embedding generation and retrieval."
|
22
|
-
version = "0.3.0-rc.
|
22
|
+
version = "0.3.0-rc.70" # sync this with tool.poetry.version below
|
23
23
|
|
24
24
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
25
25
|
# the build system but poetry for the development environment.
|
@@ -73,7 +73,7 @@ packages = [
|
|
73
73
|
]
|
74
74
|
description = ""
|
75
75
|
authors = []
|
76
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.70"
|
77
77
|
|
78
78
|
[tool.poetry.scripts]
|
79
79
|
check = "corvic_check.cli:main"
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
@@ -21,7 +21,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
21
21
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
22
22
|
|
23
23
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x63orvic/feature/v2/space.proto\x12\x11\x63orvic.feature.v2\x1a\x1b\x62uf/validate/validate.proto\x1a%corvic/algorithm/graph/v1/graph.proto\x1a corvic/embedding/v1/models.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc0\x06\n\nParameters\x12\x8e\x01\n\x0f\x66\x65\x61ture_view_id\x18\x04 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\rfeatureViewId\x12p\n\x1b\x63olumn_embedding_parameters\x18\x02 \x01(\x0b\x32..corvic.embedding.v1.ColumnEmbeddingParametersH\x00R\x19\x63olumnEmbeddingParameters\x12`\n\x13node2vec_parameters\x18\x03 \x01(\x0b\x32-.corvic.algorithm.graph.v1.Node2VecParametersH\x00R\x12node2vecParameters\x12p\n\x17\x63oncat_string_and_embed\x18\x05 \x01(\x0b\x32\x33.corvic.embedding.v1.ConcatStringAndEmbedParametersB\x02\x18\x01H\x00R\x14\x63oncatStringAndEmbed\x12n\n\x1b\x63oncat_and_embed_parameters\x18\x06 \x01(\x0b\x32-.corvic.embedding.v1.ConcatAndEmbedParametersH\x00R\x18\x63oncatAndEmbedParameters\x12n\n\x1b\x65mbed_and_concat_parameters\x18\x07 \x01(\x0b\x32-.corvic.embedding.v1.EmbedAndConcatParametersH\x00R\x18\x65mbedAndConcatParameters\x12\x61\n\x16\x65mbed_image_parameters\x18\x08 \x01(\x0b\x32).corvic.embedding.v1.EmbedImageParametersH\x00R\x14\x65mbedImageParametersB\x08\n\x06paramsJ\x04\x08\x01\x10\x02R\x08space_id\"\xa2\x01\n\x10\x45mbeddingMetrics\x12\x15\n\x06ne_sum\x18\x01 \x01(\x02R\x05neSum\x12)\n\x10\x63ondition_number\x18\x02 \x01(\x02R\x0f\x63onditionNumber\x12+\n\x11rcondition_number\x18\x04 \x01(\x02R\x10rconditionNumber\x12\x1f\n\x0bstable_rank\x18\x03 \x01(\x02R\nstableRank\"\xd2\x03\n\nSpaceEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12\x39\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x35\n\x06params\x18\x06 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12<\n\rrecent_events\x18\x07 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12P\n\x11\x65mbedding_metrics\x18\x08 \x01(\x0b\x32#.corvic.feature.v2.EmbeddingMetricsR\x10\x65mbeddingMetrics\x12;\n\nspace_type\x18\t \x01(\x0e\x32\x1c.corvic.feature.v2.SpaceTypeR\tspaceType\x12\x1b\n\tauto_sync\x18\n \x01(\x08R\x08\x61utoSync\"\xde\x01\n\rSpaceRunEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12 \n\x0cspace_run_id\x18\x03 \x01(\tR\nspaceRunId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12<\n\rrecent_events\x18\x05 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"\x95\x01\n\x0fGetSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"R\n\x10GetSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x94\x01\n\x11ListSpacesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"X\n\x12ListSpacesResponse\x12\x42\n\rspace_entries\x18\x01 \x03(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\x0cspaceEntries\"\xb6\x02\n\x12\x43reateSpaceRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12*\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x35\n\x06params\x18\x03 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12\x1b\n\tauto_sync\x18\x04 \x01(\x08R\x08\x61utoSync\x12\x1f\n\x04name\x18\x05 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x04name\"U\n\x13\x43reateSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x8c\x01\n\x12\x44\x65leteSpaceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x15\n\x13\x44\x65leteSpaceResponse\"\x9b\x01\n\x15GetSpaceResultRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"7\n\x16GetSpaceResultResponse\x12\x1d\n\nsigned_url\x18\x01 \x01(\tR\tsignedUrl\"\xa2\x01\n\x1cGetSpaceVisualizationRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"f\n\x10\x45mbeddingRowData\x12\x17\n\x07node_id\x18\x03 \x01(\tR\x06nodeId\x12\x1b\n\tnode_type\x18\x04 \x01(\tR\x08nodeType\x12\x1c\n\tembedding\x18\x02 \x03(\x02R\tembedding\"`\n\x12\x45mbeddingTableData\x12J\n\x0e\x65mbedding_rows\x18\x01 \x03(\x0b\x32#.corvic.feature.v2.EmbeddingRowDataR\rembeddingRows\"\xa4\x01\n\x1dGetSpaceVisualizationResponse\x12G\n\x0b\x63oordinates\x18\x01 \x01(\x0b\x32%.corvic.feature.v2.EmbeddingTableDataR\x0b\x63oordinates\x12:\n\x19\x66raction_points_retrieved\x18\x02 \x01(\x02R\x17\x66ractionPointsRetrieved\"V\n\tSourceKey\x12\x1b\n\tsource_id\x18\x01 \x01(\tR\x08sourceId\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value\"f\n\x11VisualizationData\x12;\n\nsource_key\x18\x01 \x01(\x0b\x32\x1c.corvic.feature.v2.SourceKeyR\tsourceKey\x12\x14\n\x05point\x18\x02 \x03(\x02R\x05point\"\xea\x02\n\x17GetVisualizationRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x89\x01\n\x0cspace_run_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\nspaceRunId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12&\n\nnum_points\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\tnumPoints\"l\n\x18GetVisualizationResponse\x12\x16\n\x06\x63ursor\x18\x01 \x01(\tR\x06\x63ursor\x12\x38\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32$.corvic.feature.v2.VisualizationDataR\x04\x64\x61ta\"\x8d\x01\n\x1aListSpacerunsCursorPayload\x12\x19\n\x08space_id\x18\x01 \x01(\tR\x07spaceId\x12T\n\x19\x63reate_time_of_last_entry\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\"\xb3\x01\n\x14ListSpaceRunsRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"}\n\x15ListSpaceRunsResponse\x12L\n\x11space_run_entries\x18\x01 \x03(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\x0fspaceRunEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"\x9f\x01\n\x12GetSpaceRunRequest\x12\x88\x01\n\x0cspace_run_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\nspaceRunId\"_\n\x13GetSpaceRunResponse\x12H\n\x0fspace_run_entry\x18\x01 \x01(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\rspaceRunEntry\"\xb0\x02\n\x11PatchSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\x12#\n\tauto_sync\x18\x02 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x08\x61utoSync\x12\x31\n\x0enew_space_name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x0cnewSpaceName\x12?\n\x15new_space_description\x18\x04 \x01(\tB\x0b\xbaH\x08r\x03\x18\xe8\x07\xd8\x01\x01R\x13newSpaceDescription\"T\n\x12PatchSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry*\x89\x01\n\tSpaceType\x12\x1a\n\x16SPACE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15SPACE_TYPE_RELATIONAL\x10\x01\x12\x17\n\x13SPACE_TYPE_SEMANTIC\x10\x02\x12\x16\n\x12SPACE_TYPE_TABULAR\x10\x03\x12\x14\n\x10SPACE_TYPE_IMAGE\x10\x04\x32\x90\x08\n\x0cSpaceService\x12X\n\x08GetSpace\x12\".corvic.feature.v2.GetSpaceRequest\x1a#.corvic.feature.v2.GetSpaceResponse\"\x03\x90\x02\x01\x12[\n\nPatchSpace\x12$.corvic.feature.v2.PatchSpaceRequest\x1a%.corvic.feature.v2.PatchSpaceResponse\"\x00\x12^\n\x0b\x43reateSpace\x12%.corvic.feature.v2.CreateSpaceRequest\x1a&.corvic.feature.v2.CreateSpaceResponse\"\x00\x12^\n\x0b\x44\x65leteSpace\x12%.corvic.feature.v2.DeleteSpaceRequest\x1a&.corvic.feature.v2.DeleteSpaceResponse\"\x00\x12^\n\nListSpaces\x12$.corvic.feature.v2.ListSpacesRequest\x1a%.corvic.feature.v2.ListSpacesResponse\"\x03\x90\x02\x01\x12j\n\x0eGetSpaceResult\x12(.corvic.feature.v2.GetSpaceResultRequest\x1a).corvic.feature.v2.GetSpaceResultResponse\"\x03\x90\x02\x01\x12\x7f\n\x15GetSpaceVisualization\x12/.corvic.feature.v2.GetSpaceVisualizationRequest\x1a\x30.corvic.feature.v2.GetSpaceVisualizationResponse\"\x03\x90\x02\x01\x12p\n\x10GetVisualization\x12*.corvic.feature.v2.GetVisualizationRequest\x1a+.corvic.feature.v2.GetVisualizationResponse\"\x03\x90\x02\x01\x12g\n\rListSpaceRuns\x12\'.corvic.feature.v2.ListSpaceRunsRequest\x1a(.corvic.feature.v2.ListSpaceRunsResponse\"\x03\x90\x02\x01\x12\x61\n\x0bGetSpaceRun\x12%.corvic.feature.v2.GetSpaceRunRequest\x1a&.corvic.feature.v2.GetSpaceRunResponse\"\x03\x90\x02\x01\x62\x06proto3')
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x63orvic/feature/v2/space.proto\x12\x11\x63orvic.feature.v2\x1a\x1b\x62uf/validate/validate.proto\x1a%corvic/algorithm/graph/v1/graph.proto\x1a corvic/embedding/v1/models.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc0\x06\n\nParameters\x12\x8e\x01\n\x0f\x66\x65\x61ture_view_id\x18\x04 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\rfeatureViewId\x12p\n\x1b\x63olumn_embedding_parameters\x18\x02 \x01(\x0b\x32..corvic.embedding.v1.ColumnEmbeddingParametersH\x00R\x19\x63olumnEmbeddingParameters\x12`\n\x13node2vec_parameters\x18\x03 \x01(\x0b\x32-.corvic.algorithm.graph.v1.Node2VecParametersH\x00R\x12node2vecParameters\x12p\n\x17\x63oncat_string_and_embed\x18\x05 \x01(\x0b\x32\x33.corvic.embedding.v1.ConcatStringAndEmbedParametersB\x02\x18\x01H\x00R\x14\x63oncatStringAndEmbed\x12n\n\x1b\x63oncat_and_embed_parameters\x18\x06 \x01(\x0b\x32-.corvic.embedding.v1.ConcatAndEmbedParametersH\x00R\x18\x63oncatAndEmbedParameters\x12n\n\x1b\x65mbed_and_concat_parameters\x18\x07 \x01(\x0b\x32-.corvic.embedding.v1.EmbedAndConcatParametersH\x00R\x18\x65mbedAndConcatParameters\x12\x61\n\x16\x65mbed_image_parameters\x18\x08 \x01(\x0b\x32).corvic.embedding.v1.EmbedImageParametersH\x00R\x14\x65mbedImageParametersB\x08\n\x06paramsJ\x04\x08\x01\x10\x02R\x08space_id\"\xa2\x01\n\x10\x45mbeddingMetrics\x12\x15\n\x06ne_sum\x18\x01 \x01(\x02R\x05neSum\x12)\n\x10\x63ondition_number\x18\x02 \x01(\x02R\x0f\x63onditionNumber\x12+\n\x11rcondition_number\x18\x04 \x01(\x02R\x10rconditionNumber\x12\x1f\n\x0bstable_rank\x18\x03 \x01(\x02R\nstableRank\"\xd2\x03\n\nSpaceEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12\x39\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x35\n\x06params\x18\x06 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12<\n\rrecent_events\x18\x07 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12P\n\x11\x65mbedding_metrics\x18\x08 \x01(\x0b\x32#.corvic.feature.v2.EmbeddingMetricsR\x10\x65mbeddingMetrics\x12;\n\nspace_type\x18\t \x01(\x0e\x32\x1c.corvic.feature.v2.SpaceTypeR\tspaceType\x12\x1b\n\tauto_sync\x18\n \x01(\x08R\x08\x61utoSync\"\xde\x01\n\rSpaceRunEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12 \n\x0cspace_run_id\x18\x03 \x01(\tR\nspaceRunId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12<\n\rrecent_events\x18\x05 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"\x95\x01\n\x0fGetSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"R\n\x10GetSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x94\x01\n\x11ListSpacesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"X\n\x12ListSpacesResponse\x12\x42\n\rspace_entries\x18\x01 \x03(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\x0cspaceEntries\"\xb6\x02\n\x12\x43reateSpaceRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12*\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x35\n\x06params\x18\x03 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12\x1b\n\tauto_sync\x18\x04 \x01(\x08R\x08\x61utoSync\x12\x1f\n\x04name\x18\x05 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x04name\"U\n\x13\x43reateSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x8c\x01\n\x12\x44\x65leteSpaceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x15\n\x13\x44\x65leteSpaceResponse\"\x9b\x01\n\x15GetSpaceResultRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"7\n\x16GetSpaceResultResponse\x12\x1d\n\nsigned_url\x18\x01 \x01(\tR\tsignedUrl\"\xa2\x01\n\x1cGetSpaceVisualizationRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"f\n\x10\x45mbeddingRowData\x12\x17\n\x07node_id\x18\x03 \x01(\tR\x06nodeId\x12\x1b\n\tnode_type\x18\x04 \x01(\tR\x08nodeType\x12\x1c\n\tembedding\x18\x02 \x03(\x02R\tembedding\"`\n\x12\x45mbeddingTableData\x12J\n\x0e\x65mbedding_rows\x18\x01 \x03(\x0b\x32#.corvic.feature.v2.EmbeddingRowDataR\rembeddingRows\"\xa4\x01\n\x1dGetSpaceVisualizationResponse\x12G\n\x0b\x63oordinates\x18\x01 \x01(\x0b\x32%.corvic.feature.v2.EmbeddingTableDataR\x0b\x63oordinates\x12:\n\x19\x66raction_points_retrieved\x18\x02 \x01(\x02R\x17\x66ractionPointsRetrieved\"V\n\tSourceKey\x12\x1b\n\tsource_id\x18\x01 \x01(\tR\x08sourceId\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value\"f\n\x11VisualizationData\x12;\n\nsource_key\x18\x01 \x01(\x0b\x32\x1c.corvic.feature.v2.SourceKeyR\tsourceKey\x12\x14\n\x05point\x18\x02 \x03(\x02R\x05point\"\xea\x02\n\x17GetVisualizationRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x89\x01\n\x0cspace_run_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\nspaceRunId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12&\n\nnum_points\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\tnumPoints\"l\n\x18GetVisualizationResponse\x12\x16\n\x06\x63ursor\x18\x01 \x01(\tR\x06\x63ursor\x12\x38\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32$.corvic.feature.v2.VisualizationDataR\x04\x64\x61ta\"\x8d\x01\n\x1aListSpacerunsCursorPayload\x12\x19\n\x08space_id\x18\x01 \x01(\tR\x07spaceId\x12T\n\x19\x63reate_time_of_last_entry\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\"\xb3\x01\n\x14ListSpaceRunsRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"}\n\x15ListSpaceRunsResponse\x12L\n\x11space_run_entries\x18\x01 \x03(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\x0fspaceRunEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"\x9f\x01\n\x12GetSpaceRunRequest\x12\x88\x01\n\x0cspace_run_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\nspaceRunId\"_\n\x13GetSpaceRunResponse\x12H\n\x0fspace_run_entry\x18\x01 \x01(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\rspaceRunEntry\"\xa8\x02\n\x11PatchSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\x12\x1b\n\tauto_sync\x18\x02 \x01(\x08R\x08\x61utoSync\x12\x31\n\x0enew_space_name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x0cnewSpaceName\x12?\n\x15new_space_description\x18\x04 \x01(\tB\x0b\xbaH\x08r\x03\x18\xe8\x07\xd8\x01\x01R\x13newSpaceDescription\"T\n\x12PatchSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry*\x89\x01\n\tSpaceType\x12\x1a\n\x16SPACE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15SPACE_TYPE_RELATIONAL\x10\x01\x12\x17\n\x13SPACE_TYPE_SEMANTIC\x10\x02\x12\x16\n\x12SPACE_TYPE_TABULAR\x10\x03\x12\x14\n\x10SPACE_TYPE_IMAGE\x10\x04\x32\x90\x08\n\x0cSpaceService\x12X\n\x08GetSpace\x12\".corvic.feature.v2.GetSpaceRequest\x1a#.corvic.feature.v2.GetSpaceResponse\"\x03\x90\x02\x01\x12[\n\nPatchSpace\x12$.corvic.feature.v2.PatchSpaceRequest\x1a%.corvic.feature.v2.PatchSpaceResponse\"\x00\x12^\n\x0b\x43reateSpace\x12%.corvic.feature.v2.CreateSpaceRequest\x1a&.corvic.feature.v2.CreateSpaceResponse\"\x00\x12^\n\x0b\x44\x65leteSpace\x12%.corvic.feature.v2.DeleteSpaceRequest\x1a&.corvic.feature.v2.DeleteSpaceResponse\"\x00\x12^\n\nListSpaces\x12$.corvic.feature.v2.ListSpacesRequest\x1a%.corvic.feature.v2.ListSpacesResponse\"\x03\x90\x02\x01\x12j\n\x0eGetSpaceResult\x12(.corvic.feature.v2.GetSpaceResultRequest\x1a).corvic.feature.v2.GetSpaceResultResponse\"\x03\x90\x02\x01\x12\x7f\n\x15GetSpaceVisualization\x12/.corvic.feature.v2.GetSpaceVisualizationRequest\x1a\x30.corvic.feature.v2.GetSpaceVisualizationResponse\"\x03\x90\x02\x01\x12p\n\x10GetVisualization\x12*.corvic.feature.v2.GetVisualizationRequest\x1a+.corvic.feature.v2.GetVisualizationResponse\"\x03\x90\x02\x01\x12g\n\rListSpaceRuns\x12\'.corvic.feature.v2.ListSpaceRunsRequest\x1a(.corvic.feature.v2.ListSpaceRunsResponse\"\x03\x90\x02\x01\x12\x61\n\x0bGetSpaceRun\x12%.corvic.feature.v2.GetSpaceRunRequest\x1a&.corvic.feature.v2.GetSpaceRunResponse\"\x03\x90\x02\x01\x62\x06proto3')
|
25
25
|
|
26
26
|
_globals = globals()
|
27
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -60,8 +60,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
60
60
|
_globals['_GETSPACERUNREQUEST'].fields_by_name['space_run_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
61
61
|
_globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._options = None
|
62
62
|
_globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
63
|
-
_globals['_PATCHSPACEREQUEST'].fields_by_name['auto_sync']._options = None
|
64
|
-
_globals['_PATCHSPACEREQUEST'].fields_by_name['auto_sync']._serialized_options = b'\272H\003\310\001\001'
|
65
63
|
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_name']._options = None
|
66
64
|
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_name']._serialized_options = b'\272H\010r\003\030\226\001\330\001\001'
|
67
65
|
_globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_description']._options = None
|
@@ -80,8 +78,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
80
78
|
_globals['_SPACESERVICE'].methods_by_name['ListSpaceRuns']._serialized_options = b'\220\002\001'
|
81
79
|
_globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._options = None
|
82
80
|
_globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._serialized_options = b'\220\002\001'
|
83
|
-
_globals['_SPACETYPE']._serialized_start=
|
84
|
-
_globals['_SPACETYPE']._serialized_end=
|
81
|
+
_globals['_SPACETYPE']._serialized_start=5532
|
82
|
+
_globals['_SPACETYPE']._serialized_end=5669
|
85
83
|
_globals['_PARAMETERS']._serialized_start=282
|
86
84
|
_globals['_PARAMETERS']._serialized_end=1114
|
87
85
|
_globals['_EMBEDDINGMETRICS']._serialized_start=1117
|
@@ -137,9 +135,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
137
135
|
_globals['_GETSPACERUNRESPONSE']._serialized_start=5049
|
138
136
|
_globals['_GETSPACERUNRESPONSE']._serialized_end=5144
|
139
137
|
_globals['_PATCHSPACEREQUEST']._serialized_start=5147
|
140
|
-
_globals['_PATCHSPACEREQUEST']._serialized_end=
|
141
|
-
_globals['_PATCHSPACERESPONSE']._serialized_start=
|
142
|
-
_globals['_PATCHSPACERESPONSE']._serialized_end=
|
143
|
-
_globals['_SPACESERVICE']._serialized_start=
|
144
|
-
_globals['_SPACESERVICE']._serialized_end=
|
138
|
+
_globals['_PATCHSPACEREQUEST']._serialized_end=5443
|
139
|
+
_globals['_PATCHSPACERESPONSE']._serialized_start=5445
|
140
|
+
_globals['_PATCHSPACERESPONSE']._serialized_end=5529
|
141
|
+
_globals['_SPACESERVICE']._serialized_start=5672
|
142
|
+
_globals['_SPACESERVICE']._serialized_end=6712
|
145
143
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/in_memory_executor.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|