corvic-engine 0.3.0rc48__tar.gz → 0.3.0rc51__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.0rc48 → corvic_engine-0.3.0rc51}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/pyproject.toml +3 -3
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/storage.py +11 -5
- corvic_engine-0.3.0rc51/python/corvic/system_sqlite/__init__.py +19 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system_sqlite/client.py +7 -3
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/agent_pb2.py +2 -2
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/agent_pb2.pyi +2 -0
- corvic_engine-0.3.0rc48/python/corvic/system_sqlite/__init__.py +0 -9
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/LICENSE +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/README.md +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/expression_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/expression_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/expression_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/expression_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_agent.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/v1/settings_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/v1/settings_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/v1/settings_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/v1/settings_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/platform/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/platform/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/platform/v1/platform_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/platform/v1/platform_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/platform/v1/platform_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/platform/v1/platform_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/query/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/query/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/query/v1/query_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/query/v1/query_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/query/v1/query_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/query/v1/query_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.51"
|
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.51"
|
67
67
|
dependencies = [
|
68
68
|
"version_check",
|
69
69
|
]
|
@@ -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.51" # 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.51"
|
78
78
|
|
79
79
|
[tool.poetry.scripts]
|
80
80
|
check = "corvic_check.cli:main"
|
@@ -167,7 +167,7 @@ torch = [
|
|
167
167
|
]
|
168
168
|
torch-geometric = "^2.5.3"
|
169
169
|
deepgnn-torch = "^0.1.60"
|
170
|
-
transformers = "^4.
|
170
|
+
transformers = "^4.48.0"
|
171
171
|
umap-learn = "^0.5.5"
|
172
172
|
pillow = "10.4.0"
|
173
173
|
|
@@ -3,10 +3,9 @@
|
|
3
3
|
from __future__ import annotations
|
4
4
|
|
5
5
|
import contextlib
|
6
|
-
import io
|
7
6
|
import uuid
|
8
7
|
from collections.abc import Iterator
|
9
|
-
from typing import Any, Final, Literal
|
8
|
+
from typing import Any, BinaryIO, Final, Literal
|
10
9
|
|
11
10
|
from typing_extensions import Protocol
|
12
11
|
|
@@ -75,9 +74,7 @@ class Blob(Protocol):
|
|
75
74
|
def url(self) -> str: ...
|
76
75
|
|
77
76
|
@contextlib.contextmanager
|
78
|
-
def open(
|
79
|
-
self, mode: Literal["rb", "wb"], **kwargs: Any
|
80
|
-
) -> Iterator[io.BytesIO]: ...
|
77
|
+
def open(self, mode: Literal["rb", "wb"], **kwargs: Any) -> Iterator[BinaryIO]: ...
|
81
78
|
|
82
79
|
def delete(self) -> None: ...
|
83
80
|
|
@@ -176,3 +173,12 @@ class StorageManager:
|
|
176
173
|
|
177
174
|
def get_vector_blob_from_blob_name(self, blob_name: str) -> Blob:
|
178
175
|
return self.bucket.blob(f"{self.vector_prefix}/{blob_name}")
|
176
|
+
|
177
|
+
def tabular_prefix_for_room_id(self, room_id: orm.RoomID) -> str:
|
178
|
+
return f"{self.tabular_prefix}/{self._render_room_id(room_id)}"
|
179
|
+
|
180
|
+
def unstructured_prefix_for_room_id(self, room_id: orm.RoomID) -> str:
|
181
|
+
return f"{self.unstructured_prefix}/{self._render_room_id(room_id)}"
|
182
|
+
|
183
|
+
def vector_prefix_for_room_id(self, room_id: orm.RoomID) -> str:
|
184
|
+
return f"{self.vector_prefix}/{self._render_room_id(room_id)}"
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"""Single-machine, sqlite-backed implementation of corvic.system."""
|
2
|
+
|
3
|
+
from corvic.system_sqlite.client import (
|
4
|
+
TABULAR_PREFIX,
|
5
|
+
UNSTRUCTURED_PREFIX,
|
6
|
+
VECTOR_PREFIX,
|
7
|
+
Client,
|
8
|
+
FSBlobClient,
|
9
|
+
RDBMSBlobClient,
|
10
|
+
)
|
11
|
+
|
12
|
+
__all__ = [
|
13
|
+
"Client",
|
14
|
+
"FSBlobClient",
|
15
|
+
"RDBMSBlobClient",
|
16
|
+
"TABULAR_PREFIX",
|
17
|
+
"UNSTRUCTURED_PREFIX",
|
18
|
+
"VECTOR_PREFIX",
|
19
|
+
]
|
@@ -20,6 +20,10 @@ from corvic.system_sqlite.fs_blob_store import FSBlobClient
|
|
20
20
|
from corvic.system_sqlite.rdbms_blob_store import RDBMSBlobClient
|
21
21
|
from corvic.system_sqlite.staging import DuckDBStaging
|
22
22
|
|
23
|
+
UNSTRUCTURED_PREFIX = "unstructured_data"
|
24
|
+
TABULAR_PREFIX = "tabular_data"
|
25
|
+
VECTOR_PREFIX = "vectors"
|
26
|
+
|
23
27
|
|
24
28
|
@contextlib.contextmanager
|
25
29
|
def _context_requester_org_id_is(value: str | corvic.orm.OrgID) -> Iterator[None]:
|
@@ -133,9 +137,9 @@ class Client(corvic.system.Client):
|
|
133
137
|
self._storage_manager = corvic.system.StorageManager(
|
134
138
|
self._blob_client,
|
135
139
|
bucket_name=bucket.name,
|
136
|
-
unstructured_prefix=
|
137
|
-
tabular_prefix=
|
138
|
-
vector_prefix=
|
140
|
+
unstructured_prefix=UNSTRUCTURED_PREFIX,
|
141
|
+
tabular_prefix=TABULAR_PREFIX,
|
142
|
+
vector_prefix=VECTOR_PREFIX,
|
139
143
|
)
|
140
144
|
corvic.orm.Base.metadata.create_all(self._sa_engine)
|
141
145
|
duck_db_conn = duckdb.connect(":memory:")
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x63orvic/orm/v1/agent.proto\x12\rcorvic.orm.v1\"\xf3\x01\n\x12\x45xecutorParameters\x12L\n\x15\x63ompletion_model_type\x18\x01 \x01(\x0e\x32\x18.corvic.orm.v1.ModelTypeR\x13\x63ompletionModelType\x12\x42\n\x1d\x63ompletion_system_instruction\x18\x02 \x01(\tR\x1b\x63ompletionSystemInstruction\x12\x33\n\x13\x63ompletion_model_id\x18\x03 \x01(\tH\x00R\x11\x63ompletionModelId\x88\x01\x01\x42\x16\n\x14_completion_model_id\"V\n\x10SpaceInstruction\x12 \n\x0binstruction\x18\x01 \x01(\tR\x0binstruction\x12 \n\x0cspace_run_id\x18\x02 \x01(\tR\nspaceRunId\"\x89\x02\n\x16OrchestratorParameters\x12\x1b\n\tspace_ids\x18\x01 \x03(\tR\x08spaceIds\x12k\n\x12space_instructions\x18\x02 \x03(\x0b\x32<.corvic.orm.v1.OrchestratorParameters.SpaceInstructionsEntryR\x11spaceInstructions\x1a\x65\n\x16SpaceInstructionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.corvic.orm.v1.SpaceInstructionR\x05value:\x02\x38\x01\"\xc5\x01\n\x0f\x41gentParameters\x12R\n\x13\x65xecutor_parameters\x18\x01 \x01(\x0b\x32!.corvic.orm.v1.ExecutorParametersR\x12\x65xecutorParameters\x12^\n\x17orchestrator_parameters\x18\x02 \x01(\x0b\x32%.corvic.orm.v1.OrchestratorParametersR\x16orchestratorParameters*\
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x63orvic/orm/v1/agent.proto\x12\rcorvic.orm.v1\"\xf3\x01\n\x12\x45xecutorParameters\x12L\n\x15\x63ompletion_model_type\x18\x01 \x01(\x0e\x32\x18.corvic.orm.v1.ModelTypeR\x13\x63ompletionModelType\x12\x42\n\x1d\x63ompletion_system_instruction\x18\x02 \x01(\tR\x1b\x63ompletionSystemInstruction\x12\x33\n\x13\x63ompletion_model_id\x18\x03 \x01(\tH\x00R\x11\x63ompletionModelId\x88\x01\x01\x42\x16\n\x14_completion_model_id\"V\n\x10SpaceInstruction\x12 \n\x0binstruction\x18\x01 \x01(\tR\x0binstruction\x12 \n\x0cspace_run_id\x18\x02 \x01(\tR\nspaceRunId\"\x89\x02\n\x16OrchestratorParameters\x12\x1b\n\tspace_ids\x18\x01 \x03(\tR\x08spaceIds\x12k\n\x12space_instructions\x18\x02 \x03(\x0b\x32<.corvic.orm.v1.OrchestratorParameters.SpaceInstructionsEntryR\x11spaceInstructions\x1a\x65\n\x16SpaceInstructionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.corvic.orm.v1.SpaceInstructionR\x05value:\x02\x38\x01\"\xc5\x01\n\x0f\x41gentParameters\x12R\n\x13\x65xecutor_parameters\x18\x01 \x01(\x0b\x32!.corvic.orm.v1.ExecutorParametersR\x12\x65xecutorParameters\x12^\n\x17orchestrator_parameters\x18\x02 \x01(\x0b\x32%.corvic.orm.v1.OrchestratorParametersR\x16orchestratorParameters*\x81\x05\n\tModelType\x12\x1a\n\x16MODEL_TYPE_UNSPECIFIED\x10\x00\x12\x1d\n\x19MODEL_TYPE_GEMINI_1_5_PRO\x10\x01\x12%\n!MODEL_TYPE_GEMINI_1_5_PRO_PREVIEW\x10\x02\x12\x1f\n\x1bMODEL_TYPE_GEMINI_1_5_FLASH\x10\x03\x12\'\n#MODEL_TYPE_GEMINI_1_5_FLASH_PREVIEW\x10\x04\x12\'\n#MODEL_TYPE_GEMINI_2_0_FLASH_PREVIEW\x10\r\x12\x30\n,MODEL_TYPE_GEMINI_2_0_FLASH_THINKING_PREVIEW\x10\x10\x12\x1f\n\x1bMODEL_TYPE_GEMINI_2_0_FLASH\x10\x13\x12\x1b\n\x17MODEL_TYPE_GPT_4_O_MINI\x10\x05\x12\x16\n\x12MODEL_TYPE_GPT_4_O\x10\x06\x12\x1c\n\x18MODEL_TYPE_GPT_3_5_TURBO\x10\x07\x12\x12\n\x0eMODEL_TYPE_O_1\x10\x0e\x12\x17\n\x13MODEL_TYPE_O_1_MINI\x10\x0f\x12\x17\n\x13MODEL_TYPE_O_3_MINI\x10\x12\x12 \n\x1cMODEL_TYPE_CLAUDE_3_5_SONNET\x10\x08\x12\x1d\n\x19MODEL_TYPE_CLAUDE_3_HAIKU\x10\t\x12\x1c\n\x18MODEL_TYPE_MISTRAL_LARGE\x10\n\x12\x1b\n\x17MODEL_TYPE_MISTRAL_NEMO\x10\x0b\x12 \n\x1cMODEL_TYPE_MISTRAL_CODESTRAL\x10\x0c\x12\x15\n\x11MODEL_TYPE_CUSTOM\x10\x11\x62\x06proto3')
|
18
18
|
|
19
19
|
_globals = globals()
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -24,7 +24,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
24
|
_globals['_ORCHESTRATORPARAMETERS_SPACEINSTRUCTIONSENTRY']._options = None
|
25
25
|
_globals['_ORCHESTRATORPARAMETERS_SPACEINSTRUCTIONSENTRY']._serialized_options = b'8\001'
|
26
26
|
_globals['_MODELTYPE']._serialized_start=847
|
27
|
-
_globals['_MODELTYPE']._serialized_end=
|
27
|
+
_globals['_MODELTYPE']._serialized_end=1488
|
28
28
|
_globals['_EXECUTORPARAMETERS']._serialized_start=45
|
29
29
|
_globals['_EXECUTORPARAMETERS']._serialized_end=288
|
30
30
|
_globals['_SPACEINSTRUCTION']._serialized_start=290
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
@@ -15,6 +15,7 @@ class ModelType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
15
15
|
MODEL_TYPE_GEMINI_1_5_FLASH_PREVIEW: _ClassVar[ModelType]
|
16
16
|
MODEL_TYPE_GEMINI_2_0_FLASH_PREVIEW: _ClassVar[ModelType]
|
17
17
|
MODEL_TYPE_GEMINI_2_0_FLASH_THINKING_PREVIEW: _ClassVar[ModelType]
|
18
|
+
MODEL_TYPE_GEMINI_2_0_FLASH: _ClassVar[ModelType]
|
18
19
|
MODEL_TYPE_GPT_4_O_MINI: _ClassVar[ModelType]
|
19
20
|
MODEL_TYPE_GPT_4_O: _ClassVar[ModelType]
|
20
21
|
MODEL_TYPE_GPT_3_5_TURBO: _ClassVar[ModelType]
|
@@ -34,6 +35,7 @@ MODEL_TYPE_GEMINI_1_5_FLASH: ModelType
|
|
34
35
|
MODEL_TYPE_GEMINI_1_5_FLASH_PREVIEW: ModelType
|
35
36
|
MODEL_TYPE_GEMINI_2_0_FLASH_PREVIEW: ModelType
|
36
37
|
MODEL_TYPE_GEMINI_2_0_FLASH_THINKING_PREVIEW: ModelType
|
38
|
+
MODEL_TYPE_GEMINI_2_0_FLASH: ModelType
|
37
39
|
MODEL_TYPE_GPT_4_O_MINI: ModelType
|
38
40
|
MODEL_TYPE_GPT_4_O: ModelType
|
39
41
|
MODEL_TYPE_GPT_3_5_TURBO: ModelType
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/expression_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/expression_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/priv/private_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/embedding_metric/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/in_memory_executor.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system/op_graph_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/service_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/chat/v1/service_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/completion/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/config/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/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.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc48 → corvic_engine-0.3.0rc51}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|