corvic-engine 0.3.0rc43__tar.gz → 0.3.0rc44__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.0rc43 → corvic_engine-0.3.0rc44}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/PKG-INFO +19 -19
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/pyproject.toml +2 -2
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embedding_metric/embeddings.py +30 -6
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_feature_view.py +1 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_proto_orm_convert.py +20 -5
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/__init__.py +23 -42
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/in_memory_executor.py +6 -4
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/model/v1alpha/models_pb2.py +18 -18
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/model/v1alpha/models_pb2.pyi +16 -8
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/platform/v1/platform_pb2.py +11 -5
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/platform/v1/platform_pb2.pyi +10 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/platform/v1/platform_pb2_grpc.py +33 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/platform/v1/platform_pb2_grpc.pyi +14 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/LICENSE +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/README.md +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/expression_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/expression_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/expression_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/expression_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/priv/private_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/priv/private_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/priv/private_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/priv/private_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_agent.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/chat/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/chat/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/chat/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/chat/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/chat/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/chat/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/completion/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/completion/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/completion/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/completion/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/completion/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/completion/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/config/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/config/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/config/v1/settings_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/config/v1/settings_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/config/v1/settings_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/config/v1/settings_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/platform/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/platform/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/query/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/query/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/query/v1/query_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/query/v1/query_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/query/v1/query_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/query/v1/query_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/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.44"
|
26
26
|
dependencies = [
|
27
27
|
"numpy",
|
28
28
|
"pyo3",
|
@@ -63,7 +63,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
63
63
|
|
64
64
|
[[package]]
|
65
65
|
name = "engine-walk"
|
66
|
-
version = "0.3.0-rc.
|
66
|
+
version = "0.3.0-rc.44"
|
67
67
|
dependencies = [
|
68
68
|
"version_check",
|
69
69
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: corvic-engine
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.0rc44
|
4
4
|
Classifier: Environment :: Console
|
5
5
|
Classifier: License :: Other/Proprietary License
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
@@ -11,25 +11,25 @@ Classifier: Programming Language :: Python :: 3.12
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.13
|
12
12
|
Classifier: Programming Language :: Rust
|
13
13
|
Classifier: Topic :: Scientific/Engineering
|
14
|
-
Requires-Dist: cachetools
|
15
|
-
Requires-Dist: duckdb
|
16
|
-
Requires-Dist: more-itertools
|
17
|
-
Requires-Dist: numpy
|
18
|
-
Requires-Dist: polars
|
19
|
-
Requires-Dist: protobuf
|
20
|
-
Requires-Dist: protovalidate
|
21
|
-
Requires-Dist: pyarrow
|
22
|
-
Requires-Dist: sqlalchemy
|
23
|
-
Requires-Dist: sqlglot
|
24
|
-
Requires-Dist: structlog
|
14
|
+
Requires-Dist: cachetools>=5
|
15
|
+
Requires-Dist: duckdb>=1.0.0
|
16
|
+
Requires-Dist: more-itertools>=10
|
17
|
+
Requires-Dist: numpy>=1.26
|
18
|
+
Requires-Dist: polars>=1.7.1
|
19
|
+
Requires-Dist: protobuf>=4.25
|
20
|
+
Requires-Dist: protovalidate>=0.3
|
21
|
+
Requires-Dist: pyarrow>=17
|
22
|
+
Requires-Dist: sqlalchemy>=2
|
23
|
+
Requires-Dist: sqlglot>=25.6.0,<26
|
24
|
+
Requires-Dist: structlog>=24
|
25
25
|
Requires-Dist: tqdm
|
26
|
-
Requires-Dist: typing-extensions
|
27
|
-
Requires-Dist: umap-learn
|
28
|
-
Requires-Dist: pillow
|
29
|
-
Requires-Dist: scikit-learn
|
30
|
-
Requires-Dist: transformers[torch]
|
31
|
-
Requires-Dist: opentelemetry-api
|
32
|
-
Requires-Dist: opentelemetry-sdk
|
26
|
+
Requires-Dist: typing-extensions>=4.9
|
27
|
+
Requires-Dist: umap-learn>=0.5.5 ; extra == 'ml'
|
28
|
+
Requires-Dist: pillow>=10.0.0 ; extra == 'ml'
|
29
|
+
Requires-Dist: scikit-learn>=1.4.0 ; extra == 'ml'
|
30
|
+
Requires-Dist: transformers[torch]>=4.45.0 ; extra == 'ml'
|
31
|
+
Requires-Dist: opentelemetry-api>=1.20.0 ; extra == 'telemetry'
|
32
|
+
Requires-Dist: opentelemetry-sdk>=1.20.0 ; extra == 'telemetry'
|
33
33
|
Provides-Extra: ml
|
34
34
|
Provides-Extra: telemetry
|
35
35
|
License-File: LICENSE
|
@@ -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.44" # 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.44"
|
78
78
|
|
79
79
|
[tool.poetry.scripts]
|
80
80
|
check = "corvic_check.cli:main"
|
{corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/embedding_metric/embeddings.py
RENAMED
@@ -84,8 +84,21 @@ def stable_rank(
|
|
84
84
|
case Ok():
|
85
85
|
pass
|
86
86
|
|
87
|
-
|
88
|
-
|
87
|
+
try:
|
88
|
+
numerator = norm(embeddings, order="fro")
|
89
|
+
denominator = norm(embeddings, order=2) ** 2
|
90
|
+
except np.linalg.LinAlgError as err:
|
91
|
+
return InvalidArgumentError.from_(err)
|
92
|
+
|
93
|
+
if not np.isfinite(numerator):
|
94
|
+
return InvalidArgumentError("embeddings norm_fro is not finite")
|
95
|
+
|
96
|
+
if not np.isfinite(denominator):
|
97
|
+
return InvalidArgumentError("embeddings norm_2 is not finite")
|
98
|
+
|
99
|
+
if not denominator:
|
100
|
+
return InvalidArgumentError("embeddings norm_2 is zero")
|
101
|
+
|
89
102
|
metric = numerator / denominator
|
90
103
|
if normalize:
|
91
104
|
metric = 1 - 1 / (1 + metric)
|
@@ -162,7 +175,10 @@ def ne_sum(
|
|
162
175
|
pass
|
163
176
|
|
164
177
|
covariance = np.cov(embeddings.T)
|
165
|
-
|
178
|
+
try:
|
179
|
+
eigenvalues = linalg.eigvals(covariance)
|
180
|
+
except np.linalg.LinAlgError as err:
|
181
|
+
return InvalidArgumentError.from_(err)
|
166
182
|
|
167
183
|
# Discard imaginary part
|
168
184
|
eigenvalues = eigenvalues.real
|
@@ -172,7 +188,7 @@ def ne_sum(
|
|
172
188
|
eigenvalues = eigenvalues[sorted_indices]
|
173
189
|
|
174
190
|
if eigenvalues[0] == 0:
|
175
|
-
return Ok(0)
|
191
|
+
return Ok(0.0)
|
176
192
|
|
177
193
|
ne_sum_value = float(np.sum(eigenvalues) / eigenvalues[0])
|
178
194
|
if normalize:
|
@@ -227,7 +243,11 @@ def condition_number(
|
|
227
243
|
case Ok():
|
228
244
|
pass
|
229
245
|
|
230
|
-
|
246
|
+
try:
|
247
|
+
metric = float(np.linalg.cond(embeddings, p=p))
|
248
|
+
except np.linalg.LinAlgError as err:
|
249
|
+
return InvalidArgumentError.from_(err)
|
250
|
+
|
231
251
|
if normalize:
|
232
252
|
metric = 1 - 1 / (1 + metric)
|
233
253
|
return Ok(metric)
|
@@ -246,7 +266,11 @@ def rcondition_number(
|
|
246
266
|
case Ok():
|
247
267
|
pass
|
248
268
|
|
249
|
-
|
269
|
+
try:
|
270
|
+
metric = float(1 / np.linalg.cond(embeddings, p=p))
|
271
|
+
except np.linalg.LinAlgError as err:
|
272
|
+
return InvalidArgumentError.from_(err)
|
273
|
+
|
250
274
|
if normalize:
|
251
275
|
metric = 1 - 1 / (1 + metric)
|
252
276
|
return Ok(metric)
|
@@ -1075,6 +1075,7 @@ class FeatureView(BaseModel[FeatureViewID, models_pb2.FeatureView, orm.FeatureVi
|
|
1075
1075
|
)
|
1076
1076
|
|
1077
1077
|
proto_feature_view_source = models_pb2.FeatureViewSource(
|
1078
|
+
room_id=str(source.room_id),
|
1078
1079
|
table_op_graph=new_table.op_graph.to_proto(),
|
1079
1080
|
drop_disconnected=drop_disconnected,
|
1080
1081
|
source=source.proto_self,
|
{corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/model/_proto_orm_convert.py
RENAMED
@@ -66,6 +66,7 @@ def _translate_orm_ids(
|
|
66
66
|
| models_pb2.Space()
|
67
67
|
| models_pb2.Agent()
|
68
68
|
| models_pb2.Pipeline()
|
69
|
+
| models_pb2.FeatureViewSource()
|
69
70
|
):
|
70
71
|
room_id = orm.RoomID(proto_obj.room_id)
|
71
72
|
match room_id.to_db():
|
@@ -73,7 +74,7 @@ def _translate_orm_ids(
|
|
73
74
|
return err
|
74
75
|
case Ok():
|
75
76
|
pass
|
76
|
-
case models_pb2.
|
77
|
+
case models_pb2.CompletionModel():
|
77
78
|
room_id = None
|
78
79
|
case models_pb2.Room():
|
79
80
|
room_id = cast(orm.RoomID, obj_id)
|
@@ -146,6 +147,7 @@ def feature_view_source_orm_to_proto(
|
|
146
147
|
) -> models_pb2.FeatureViewSource:
|
147
148
|
return models_pb2.FeatureViewSource(
|
148
149
|
id=str(feature_view_source_orm.id),
|
150
|
+
room_id=str(feature_view_source_orm.room_id),
|
149
151
|
source=source_orm_to_proto(feature_view_source_orm.source),
|
150
152
|
table_op_graph=feature_view_source_orm.table_op_graph,
|
151
153
|
drop_disconnected=feature_view_source_orm.drop_disconnected,
|
@@ -262,7 +264,9 @@ def resource_proto_to_orm(
|
|
262
264
|
latest_event=proto_obj.recent_events[-1] if proto_obj.recent_events else None,
|
263
265
|
room_id=ids.room_id,
|
264
266
|
source_associations=[
|
265
|
-
orm.SourceResourceAssociation(
|
267
|
+
orm.SourceResourceAssociation(
|
268
|
+
room_id=ids.room_id, source_id=src_id, resource_id=ids.obj_id
|
269
|
+
)
|
266
270
|
for src_id in source_ids
|
267
271
|
],
|
268
272
|
)
|
@@ -316,7 +320,10 @@ def pipeline_proto_to_orm( # noqa: C901
|
|
316
320
|
session.add(resource_orm)
|
317
321
|
session.merge(
|
318
322
|
orm.PipelineInput(
|
319
|
-
|
323
|
+
room_id=resource_orm.room_id,
|
324
|
+
pipeline=orm_obj,
|
325
|
+
resource=resource_orm,
|
326
|
+
name=name,
|
320
327
|
)
|
321
328
|
)
|
322
329
|
|
@@ -332,7 +339,12 @@ def pipeline_proto_to_orm( # noqa: C901
|
|
332
339
|
else:
|
333
340
|
session.add(source_orm)
|
334
341
|
session.merge(
|
335
|
-
orm.PipelineOutput(
|
342
|
+
orm.PipelineOutput(
|
343
|
+
room_id=source_orm.room_id,
|
344
|
+
pipeline=orm_obj,
|
345
|
+
source=source_orm,
|
346
|
+
name=name,
|
347
|
+
)
|
336
348
|
)
|
337
349
|
if proto_obj.org_id:
|
338
350
|
org_id = orm.OrgID(proto_obj.org_id)
|
@@ -355,7 +367,9 @@ def source_proto_to_orm(
|
|
355
367
|
resource_id = orm.ResourceID(proto_obj.resource_id)
|
356
368
|
if resource_id:
|
357
369
|
associations = [
|
358
|
-
orm.SourceResourceAssociation(
|
370
|
+
orm.SourceResourceAssociation(
|
371
|
+
room_id=ids.room_id, source_id=ids.obj_id, resource_id=resource_id
|
372
|
+
)
|
359
373
|
]
|
360
374
|
else:
|
361
375
|
associations = list[orm.SourceResourceAssociation]()
|
@@ -498,6 +512,7 @@ def feature_view_source_proto_to_orm(
|
|
498
512
|
else:
|
499
513
|
session.add(source)
|
500
514
|
orm_obj = orm.FeatureViewSource(
|
515
|
+
room_id=source.room_id,
|
501
516
|
table_op_graph=proto_obj.table_op_graph,
|
502
517
|
drop_disconnected=proto_obj.drop_disconnected,
|
503
518
|
source=source,
|
@@ -105,6 +105,13 @@ class Room(BelongsToOrgMixin, SoftDeleteMixin, Base):
|
|
105
105
|
return self.name
|
106
106
|
|
107
107
|
|
108
|
+
class BelongsToRoomMixin(sa_orm.MappedAsDataclass):
|
109
|
+
room_id: sa_orm.Mapped[RoomID | None] = sa_orm.mapped_column(
|
110
|
+
ForeignKey(Room).make(ondelete="CASCADE"),
|
111
|
+
nullable=True,
|
112
|
+
)
|
113
|
+
|
114
|
+
|
108
115
|
class DefaultObjects(Base):
|
109
116
|
"""Holds the identifiers for default objects."""
|
110
117
|
|
@@ -118,7 +125,7 @@ class DefaultObjects(Base):
|
|
118
125
|
version: sa_orm.Mapped[int | None] = primary_key_identity_column(type_=INT_PK_TYPE)
|
119
126
|
|
120
127
|
|
121
|
-
class Resource(BelongsToOrgMixin, Base):
|
128
|
+
class Resource(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
122
129
|
"""A Resource is a reference to some durably stored file.
|
123
130
|
|
124
131
|
E.g., a document could be a PDF file, an image, or a text transcript of a
|
@@ -130,9 +137,6 @@ class Resource(BelongsToOrgMixin, Base):
|
|
130
137
|
name: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text)
|
131
138
|
mime_type: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text)
|
132
139
|
url: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text)
|
133
|
-
room_id: sa_orm.Mapped[RoomID] = sa_orm.mapped_column(
|
134
|
-
ForeignKey(Room).make(ondelete="CASCADE"), name="room_id"
|
135
|
-
)
|
136
140
|
md5: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.CHAR(32), nullable=True)
|
137
141
|
size: sa_orm.Mapped[int] = sa_orm.mapped_column(nullable=True)
|
138
142
|
original_path: sa_orm.Mapped[str] = sa_orm.mapped_column(nullable=True)
|
@@ -157,16 +161,13 @@ class Resource(BelongsToOrgMixin, Base):
|
|
157
161
|
)
|
158
162
|
|
159
163
|
|
160
|
-
class Source(BelongsToOrgMixin, Base):
|
164
|
+
class Source(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
161
165
|
"""A source."""
|
162
166
|
|
163
167
|
__tablename__ = "source"
|
164
168
|
__table_args__ = (sa.UniqueConstraint("name", "room_id"),)
|
165
169
|
|
166
170
|
name: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text)
|
167
|
-
room_id: sa_orm.Mapped[RoomID] = sa_orm.mapped_column(
|
168
|
-
ForeignKey(Room).make(ondelete="CASCADE"),
|
169
|
-
)
|
170
171
|
# protobuf describing the operations required to construct a table
|
171
172
|
table_op_graph: sa_orm.Mapped[table_pb2.TableComputeOp] = sa_orm.mapped_column()
|
172
173
|
id: sa_orm.Mapped[SourceID | None] = primary_key_identity_column()
|
@@ -197,7 +198,7 @@ class Source(BelongsToOrgMixin, Base):
|
|
197
198
|
return self.name
|
198
199
|
|
199
200
|
|
200
|
-
class Pipeline(BelongsToOrgMixin, Base):
|
201
|
+
class Pipeline(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
201
202
|
"""A resource to source pipeline."""
|
202
203
|
|
203
204
|
__tablename__ = "pipeline"
|
@@ -206,9 +207,6 @@ class Pipeline(BelongsToOrgMixin, Base):
|
|
206
207
|
transformation: sa_orm.Mapped[pipeline_pb2.PipelineTransformation] = (
|
207
208
|
sa_orm.mapped_column()
|
208
209
|
)
|
209
|
-
room_id: sa_orm.Mapped[RoomID] = sa_orm.mapped_column(
|
210
|
-
ForeignKey(Room).make(ondelete="CASCADE")
|
211
|
-
)
|
212
210
|
name: sa_orm.Mapped[str] = sa_orm.mapped_column()
|
213
211
|
description: sa_orm.Mapped[str | None] = sa_orm.mapped_column()
|
214
212
|
id: sa_orm.Mapped[PipelineID | None] = primary_key_identity_column()
|
@@ -228,7 +226,7 @@ class Pipeline(BelongsToOrgMixin, Base):
|
|
228
226
|
)
|
229
227
|
|
230
228
|
|
231
|
-
class PipelineInput(BelongsToOrgMixin, Base):
|
229
|
+
class PipelineInput(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
232
230
|
"""Pipeline input resources."""
|
233
231
|
|
234
232
|
__tablename__ = "pipeline_input"
|
@@ -251,7 +249,7 @@ class PipelineInput(BelongsToOrgMixin, Base):
|
|
251
249
|
)
|
252
250
|
|
253
251
|
|
254
|
-
class PipelineOutput(BelongsToOrgMixin, Base):
|
252
|
+
class PipelineOutput(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
255
253
|
"""Objects for tracking pipeline output sources."""
|
256
254
|
|
257
255
|
__tablename__ = "pipeline_output"
|
@@ -274,7 +272,7 @@ class PipelineOutput(BelongsToOrgMixin, Base):
|
|
274
272
|
)
|
275
273
|
|
276
274
|
|
277
|
-
class SourceResourceAssociation(BelongsToOrgMixin, Base):
|
275
|
+
class SourceResourceAssociation(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
278
276
|
__tablename__ = "source_resource_association"
|
279
277
|
|
280
278
|
source_id: sa_orm.Mapped[SourceID | None] = (
|
@@ -295,7 +293,7 @@ class SourceResourceAssociation(BelongsToOrgMixin, Base):
|
|
295
293
|
)
|
296
294
|
|
297
295
|
|
298
|
-
class FeatureView(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
296
|
+
class FeatureView(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
299
297
|
"""A FeatureView is a logical collection of sources used by various spaces."""
|
300
298
|
|
301
299
|
__tablename__ = "feature_view"
|
@@ -305,12 +303,6 @@ class FeatureView(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
|
305
303
|
name: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text, default=None)
|
306
304
|
description: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text, default="")
|
307
305
|
|
308
|
-
room_id: sa_orm.Mapped[RoomID | None] = sa_orm.mapped_column(
|
309
|
-
ForeignKey(Room).make(ondelete="CASCADE"),
|
310
|
-
nullable=True,
|
311
|
-
init=True,
|
312
|
-
default=None,
|
313
|
-
)
|
314
306
|
room: sa_orm.Mapped[Room] = sa_orm.relationship(
|
315
307
|
back_populates="feature_views", init=False
|
316
308
|
)
|
@@ -334,10 +326,11 @@ class FeatureView(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
|
334
326
|
)
|
335
327
|
|
336
328
|
|
337
|
-
class FeatureViewSource(BelongsToOrgMixin, Base):
|
329
|
+
class FeatureViewSource(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
338
330
|
"""A source inside of a feature view."""
|
339
331
|
|
340
332
|
__tablename__ = "feature_view_source"
|
333
|
+
|
341
334
|
table_op_graph: sa_orm.Mapped[table_pb2.TableComputeOp] = sa_orm.mapped_column()
|
342
335
|
id: sa_orm.Mapped[FeatureViewSourceID | None] = primary_key_identity_column()
|
343
336
|
drop_disconnected: sa_orm.Mapped[bool] = sa_orm.mapped_column(default=False)
|
@@ -357,18 +350,12 @@ class FeatureViewSource(BelongsToOrgMixin, Base):
|
|
357
350
|
)
|
358
351
|
|
359
352
|
|
360
|
-
class Space(BelongsToOrgMixin, Base):
|
353
|
+
class Space(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
361
354
|
"""A space is a named evaluation of space parameters."""
|
362
355
|
|
363
356
|
__tablename__ = "space"
|
364
357
|
__table_args__ = (sa.UniqueConstraint("name", "room_id"),)
|
365
358
|
|
366
|
-
room_id: sa_orm.Mapped[RoomID] = sa_orm.mapped_column(
|
367
|
-
ForeignKey(Room).make(ondelete="CASCADE"),
|
368
|
-
nullable=True,
|
369
|
-
init=True,
|
370
|
-
default=None,
|
371
|
-
)
|
372
359
|
room: sa_orm.Mapped[Room] = sa_orm.relationship(
|
373
360
|
back_populates="spaces", init=True, default=None
|
374
361
|
)
|
@@ -405,7 +392,7 @@ class Space(BelongsToOrgMixin, Base):
|
|
405
392
|
return self.name
|
406
393
|
|
407
394
|
|
408
|
-
class SpaceRun(BelongsToOrgMixin, Base):
|
395
|
+
class SpaceRun(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
409
396
|
"""A Space run."""
|
410
397
|
|
411
398
|
__tablename__ = "space_run"
|
@@ -440,18 +427,12 @@ class SpaceRun(BelongsToOrgMixin, Base):
|
|
440
427
|
)
|
441
428
|
|
442
429
|
|
443
|
-
class Agent(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
430
|
+
class Agent(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
444
431
|
"""An Agent."""
|
445
432
|
|
446
433
|
__tablename__ = "agent"
|
447
434
|
__table_args__ = (live_unique_constraint("name", "room_id"),)
|
448
435
|
|
449
|
-
room_id: sa_orm.Mapped[RoomID | None] = sa_orm.mapped_column(
|
450
|
-
ForeignKey(Room).make(ondelete="CASCADE"),
|
451
|
-
nullable=True,
|
452
|
-
init=True,
|
453
|
-
default=None,
|
454
|
-
)
|
455
436
|
id: sa_orm.Mapped[AgentID | None] = primary_key_identity_column()
|
456
437
|
name: sa_orm.Mapped[str] = sa_orm.mapped_column(sa.Text, default=None)
|
457
438
|
|
@@ -479,7 +460,7 @@ class Agent(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
|
479
460
|
)
|
480
461
|
|
481
462
|
|
482
|
-
class AgentSpaceAssociation(BelongsToOrgMixin, Base):
|
463
|
+
class AgentSpaceAssociation(BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
483
464
|
__tablename__ = "agent_space_association"
|
484
465
|
|
485
466
|
agent_id: sa_orm.Mapped[AgentID] = primary_key_foreign_column(
|
@@ -496,7 +477,7 @@ class AgentSpaceAssociation(BelongsToOrgMixin, Base):
|
|
496
477
|
)
|
497
478
|
|
498
479
|
|
499
|
-
class UserMessage(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
480
|
+
class UserMessage(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
500
481
|
"""A message sent by an user."""
|
501
482
|
|
502
483
|
__tablename__ = "user_message"
|
@@ -510,7 +491,7 @@ class UserMessage(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
|
510
491
|
message: sa_orm.Mapped[str | None] = sa_orm.mapped_column(sa.Text, default=None)
|
511
492
|
|
512
493
|
|
513
|
-
class AgentMessage(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
494
|
+
class AgentMessage(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
514
495
|
"""A message sent by an agent."""
|
515
496
|
|
516
497
|
__tablename__ = "agent_message"
|
@@ -538,7 +519,7 @@ class AgentMessage(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
|
538
519
|
)
|
539
520
|
|
540
521
|
|
541
|
-
class MessageEntry(SoftDeleteMixin, BelongsToOrgMixin, Base):
|
522
|
+
class MessageEntry(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
|
542
523
|
"""A message either sent by an Agent or an User."""
|
543
524
|
|
544
525
|
__tablename__ = "message_entry"
|
{corvic_engine-0.3.0rc43 → corvic_engine-0.3.0rc44}/python/corvic/system/in_memory_executor.py
RENAMED
@@ -531,22 +531,24 @@ class InMemoryExecutor(OpGraphExecutor):
|
|
531
531
|
case Ok(metric):
|
532
532
|
metrics["ne_sum"] = metric
|
533
533
|
case InvalidArgumentError() as err:
|
534
|
-
|
534
|
+
_logger.warning("could not compute ne_sum", exc_info=str(err))
|
535
535
|
match embedding_metric.condition_number(embedding, normalize=True):
|
536
536
|
case Ok(metric):
|
537
537
|
metrics["condition_number"] = metric
|
538
538
|
case InvalidArgumentError() as err:
|
539
|
-
|
539
|
+
_logger.warning("could not compute condition_number", exc_info=str(err))
|
540
540
|
match embedding_metric.rcondition_number(embedding, normalize=True):
|
541
541
|
case Ok(metric):
|
542
542
|
metrics["rcondition_number"] = metric
|
543
543
|
case InvalidArgumentError() as err:
|
544
|
-
|
544
|
+
_logger.warning(
|
545
|
+
"could not compute rcondition_number", exc_info=str(err)
|
546
|
+
)
|
545
547
|
match embedding_metric.stable_rank(embedding, normalize=True):
|
546
548
|
case Ok(metric):
|
547
549
|
metrics["stable_rank"] = metric
|
548
550
|
case InvalidArgumentError() as err:
|
549
|
-
|
551
|
+
_logger.warning("could not compute stable_rank", exc_info=str(err))
|
550
552
|
return Ok(_SchemaAndBatches.from_dataframe(embedding_df, metrics=metrics))
|
551
553
|
|
552
554
|
def _execute_embedding_coordinates(
|
@@ -24,7 +24,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
24
24
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
25
25
|
|
26
26
|
|
27
|
-
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\x1a\x63orvic/orm/v1/common.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\x1cgoogle/protobuf/struct.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\"\xc7\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\x1d\n\nsource_ids\x18\n \x03(\tR\tsourceIds\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\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\"\xb2\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\x1f\n\x0bresource_id\x18\x05 \x01(\tR\nresourceId\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\x42\r\n\x0b_created_at\"\xa9\x05\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\x12[\n\x0fresource_inputs\x18\x04 \x03(\x0b\x32\x32.corvic.model.v1alpha.Pipeline.ResourceInputsEntryR\x0eresourceInputs\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\x61\n\x13ResourceInputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32\x1e.corvic.model.v1alpha.ResourceR\x05value:\x02\x38\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\"\
|
27
|
+
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\x1a\x63orvic/orm/v1/common.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\x1cgoogle/protobuf/struct.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\"\xc7\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\x1d\n\nsource_ids\x18\n \x03(\tR\tsourceIds\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\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\"\xb2\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\x1f\n\x0bresource_id\x18\x05 \x01(\tR\nresourceId\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\x42\r\n\x0b_created_at\"\xa9\x05\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\x12[\n\x0fresource_inputs\x18\x04 \x03(\x0b\x32\x32.corvic.model.v1alpha.Pipeline.ResourceInputsEntryR\x0eresourceInputs\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\x61\n\x13ResourceInputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32\x1e.corvic.model.v1alpha.ResourceR\x05value:\x02\x38\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\"\xdc\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&\n\x0f\x66\x65\x61ture_view_id\x18\x06 \x01(\tR\rfeatureViewId\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\"P\n\x0bUserMessage\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\"\xe7\x02\n\x0c\x41gentMessage\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x06policy\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x06policy\x12\x18\n\x07\x63ontext\x18\x04 \x01(\tR\x07\x63ontext\x12P\n\x10message_reaction\x18\x05 \x01(\x0e\x32%.corvic.model.v1alpha.MessageReactionR\x0fmessageReaction\x12&\n\x0fuser_message_id\x18\x06 \x01(\tR\ruserMessageId\x12O\n\x12retrieved_entities\x18\x07 \x01(\x0b\x32 .corvic.orm.v1.RetrievedEntitiesR\x11retrievedEntities\x12\x17\n\x07room_id\x18\x08 \x01(\tR\x06roomId\"\xa4\x02\n\x0cMessageEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x46\n\x0cuser_message\x18\x02 \x01(\x0b\x32!.corvic.model.v1alpha.UserMessageH\x00R\x0buserMessage\x12I\n\ragent_message\x18\x03 \x01(\x0b\x32\".corvic.model.v1alpha.AgentMessageH\x00R\x0c\x61gentMessage\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomIdB\t\n\x07\x63ontentB\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\"\xad\x02\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\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at*u\n\x0fMessageReaction\x12 \n\x1cMESSAGE_REACTION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aMESSAGE_REACTION_THUMBS_UP\x10\x01\x12 \n\x1cMESSAGE_REACTION_THUMBS_DOWN\x10\x02\x62\x06proto3')
|
28
28
|
|
29
29
|
_globals = globals()
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -35,8 +35,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
35
35
|
_globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_options = b'8\001'
|
36
36
|
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
|
37
37
|
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
|
38
|
-
_globals['_MESSAGEREACTION']._serialized_start=
|
39
|
-
_globals['_MESSAGEREACTION']._serialized_end=
|
38
|
+
_globals['_MESSAGEREACTION']._serialized_start=4367
|
39
|
+
_globals['_MESSAGEREACTION']._serialized_end=4484
|
40
40
|
_globals['_ROOM']._serialized_start=364
|
41
41
|
_globals['_ROOM']._serialized_end=508
|
42
42
|
_globals['_RESOURCE']._serialized_start=511
|
@@ -50,19 +50,19 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
50
50
|
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1850
|
51
51
|
_globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1944
|
52
52
|
_globals['_FEATUREVIEWSOURCE']._serialized_start=1962
|
53
|
-
_globals['_FEATUREVIEWSOURCE']._serialized_end=
|
54
|
-
_globals['_FEATUREVIEW']._serialized_start=
|
55
|
-
_globals['_FEATUREVIEW']._serialized_end=
|
56
|
-
_globals['_SPACE']._serialized_start=
|
57
|
-
_globals['_SPACE']._serialized_end=
|
58
|
-
_globals['_USERMESSAGE']._serialized_start=
|
59
|
-
_globals['_USERMESSAGE']._serialized_end=
|
60
|
-
_globals['_AGENTMESSAGE']._serialized_start=
|
61
|
-
_globals['_AGENTMESSAGE']._serialized_end=
|
62
|
-
_globals['_MESSAGEENTRY']._serialized_start=
|
63
|
-
_globals['_MESSAGEENTRY']._serialized_end=
|
64
|
-
_globals['_AGENT']._serialized_start=
|
65
|
-
_globals['_AGENT']._serialized_end=
|
66
|
-
_globals['_COMPLETIONMODEL']._serialized_start=
|
67
|
-
_globals['_COMPLETIONMODEL']._serialized_end=
|
53
|
+
_globals['_FEATUREVIEWSOURCE']._serialized_end=2292
|
54
|
+
_globals['_FEATUREVIEW']._serialized_start=2295
|
55
|
+
_globals['_FEATUREVIEW']._serialized_end=2707
|
56
|
+
_globals['_SPACE']._serialized_start=2710
|
57
|
+
_globals['_SPACE']._serialized_end=3058
|
58
|
+
_globals['_USERMESSAGE']._serialized_start=3060
|
59
|
+
_globals['_USERMESSAGE']._serialized_end=3140
|
60
|
+
_globals['_AGENTMESSAGE']._serialized_start=3143
|
61
|
+
_globals['_AGENTMESSAGE']._serialized_end=3502
|
62
|
+
_globals['_MESSAGEENTRY']._serialized_start=3505
|
63
|
+
_globals['_MESSAGEENTRY']._serialized_end=3797
|
64
|
+
_globals['_AGENT']._serialized_start=3800
|
65
|
+
_globals['_AGENT']._serialized_end=4061
|
66
|
+
_globals['_COMPLETIONMODEL']._serialized_start=4064
|
67
|
+
_globals['_COMPLETIONMODEL']._serialized_end=4365
|
68
68
|
# @@protoc_insertion_point(module_scope)
|