corvic-engine 0.3.0rc64__tar.gz → 0.3.0rc66__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.0rc64 → corvic_engine-0.3.0rc66}/Cargo.lock +6 -6
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/pyproject.toml +4 -4
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/row_filters/_row_filters.py +9 -6
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/in_memory_executor.py +33 -18
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/client.py +9 -3
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/staging.py +7 -3
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/well_known_types/__init__.py +1 -1
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2.py +123 -123
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/LICENSE +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/README.md +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_base_model.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_defaults.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_errors.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_resource.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_room.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_source.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_space.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/base.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/mixins.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "corvic-engine"
|
19
|
-
version = "0.3.0-rc.
|
19
|
+
version = "0.3.0-rc.66"
|
20
20
|
dependencies = [
|
21
21
|
"numpy",
|
22
22
|
"pyo3",
|
@@ -57,7 +57,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "engine-walk"
|
60
|
-
version = "0.3.0-rc.
|
60
|
+
version = "0.3.0-rc.66"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -76,9 +76,9 @@ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
76
76
|
|
77
77
|
[[package]]
|
78
78
|
name = "libc"
|
79
|
-
version = "0.2.
|
79
|
+
version = "0.2.172"
|
80
80
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
81
|
-
checksum = "
|
81
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
82
82
|
|
83
83
|
[[package]]
|
84
84
|
name = "matrixmultiply"
|
@@ -180,9 +180,9 @@ dependencies = [
|
|
180
180
|
|
181
181
|
[[package]]
|
182
182
|
name = "proc-macro2"
|
183
|
-
version = "1.0.
|
183
|
+
version = "1.0.95"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
186
186
|
dependencies = [
|
187
187
|
"unicode-ident",
|
188
188
|
]
|
@@ -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.66" # 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.66"
|
78
78
|
|
79
79
|
[tool.poetry.scripts]
|
80
80
|
check = "corvic_check.cli:main"
|
@@ -162,8 +162,8 @@ optional = true
|
|
162
162
|
|
163
163
|
[tool.poetry.group.ml.dependencies]
|
164
164
|
torch = [
|
165
|
-
{ platform = "linux", version = "^2.
|
166
|
-
{ platform = "darwin", version = "^2.
|
165
|
+
{ platform = "linux", version = "^2.6.0", source = "torch-cpu-linux" },
|
166
|
+
{ platform = "darwin", version = "^2.6.0", source = "pypi" },
|
167
167
|
]
|
168
168
|
transformers = "^4.48.0"
|
169
169
|
umap-learn = "^0.5.5"
|
@@ -118,8 +118,11 @@ def _make_compare_to_literal(
|
|
118
118
|
)
|
119
119
|
|
120
120
|
|
121
|
+
LiteralType = struct_pb2.Value | float | str | bool
|
122
|
+
|
123
|
+
|
121
124
|
def eq(
|
122
|
-
column_name: str, literal:
|
125
|
+
column_name: str, literal: LiteralType | None, dtype: pa.DataType
|
123
126
|
) -> CompareColumnToLiteral:
|
124
127
|
"""Include rows where column is equal to a literal."""
|
125
128
|
return _make_compare_to_literal(
|
@@ -128,7 +131,7 @@ def eq(
|
|
128
131
|
|
129
132
|
|
130
133
|
def ne(
|
131
|
-
column_name: str, literal:
|
134
|
+
column_name: str, literal: LiteralType | None, dtype: pa.DataType
|
132
135
|
) -> CompareColumnToLiteral:
|
133
136
|
"""Include rows where column is not equal to a literal."""
|
134
137
|
return _make_compare_to_literal(
|
@@ -137,7 +140,7 @@ def ne(
|
|
137
140
|
|
138
141
|
|
139
142
|
def lt(
|
140
|
-
column_name: str, literal:
|
143
|
+
column_name: str, literal: LiteralType, dtype: pa.DataType
|
141
144
|
) -> CompareColumnToLiteral:
|
142
145
|
"""Include rows where column is less than to a literal."""
|
143
146
|
return _make_compare_to_literal(
|
@@ -146,7 +149,7 @@ def lt(
|
|
146
149
|
|
147
150
|
|
148
151
|
def gt(
|
149
|
-
column_name: str, literal:
|
152
|
+
column_name: str, literal: LiteralType, dtype: pa.DataType
|
150
153
|
) -> CompareColumnToLiteral:
|
151
154
|
"""Include rows where column is greater than to a literal."""
|
152
155
|
return _make_compare_to_literal(
|
@@ -155,7 +158,7 @@ def gt(
|
|
155
158
|
|
156
159
|
|
157
160
|
def le(
|
158
|
-
column_name: str, literal:
|
161
|
+
column_name: str, literal: LiteralType, dtype: pa.DataType
|
159
162
|
) -> CompareColumnToLiteral:
|
160
163
|
"""Include rows where column is less than or equal to than a literal."""
|
161
164
|
return _make_compare_to_literal(
|
@@ -164,7 +167,7 @@ def le(
|
|
164
167
|
|
165
168
|
|
166
169
|
def ge(
|
167
|
-
column_name: str, literal:
|
170
|
+
column_name: str, literal: LiteralType, dtype: pa.DataType
|
168
171
|
) -> CompareColumnToLiteral:
|
169
172
|
"""Include rows where column is greater than or equal to to a literal."""
|
170
173
|
return _make_compare_to_literal(
|
{corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/in_memory_executor.py
RENAMED
@@ -467,24 +467,39 @@ class InMemoryExecutor(OpGraphExecutor):
|
|
467
467
|
# not pl.PythonLiterals (e.g., struct, map) which means
|
468
468
|
# the below can fail at runtime with a cryptic error.
|
469
469
|
lit = cast(Any, row_filter.literal_as_py)
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
470
|
+
col = row_filter.column_name
|
471
|
+
|
472
|
+
# Handle comparison with None/null separately
|
473
|
+
if lit is None:
|
474
|
+
match row_filter.comparison_type:
|
475
|
+
case table_pb2.COMPARISON_TYPE_EQ:
|
476
|
+
comp = pl.col(col).is_null()
|
477
|
+
case table_pb2.COMPARISON_TYPE_NE:
|
478
|
+
comp = pl.col(col).is_not_null()
|
479
|
+
case _:
|
480
|
+
return op_graph.OpParseError(
|
481
|
+
"Unsupported literal None and comparison type",
|
482
|
+
value=row_filter.comparison_type,
|
483
|
+
)
|
484
|
+
else:
|
485
|
+
match row_filter.comparison_type:
|
486
|
+
case table_pb2.COMPARISON_TYPE_EQ:
|
487
|
+
comp = pl.col(col) == lit
|
488
|
+
case table_pb2.COMPARISON_TYPE_NE:
|
489
|
+
comp = pl.col(col) != lit
|
490
|
+
case table_pb2.COMPARISON_TYPE_LT:
|
491
|
+
comp = pl.col(col) < lit
|
492
|
+
case table_pb2.COMPARISON_TYPE_GT:
|
493
|
+
comp = pl.col(col) > lit
|
494
|
+
case table_pb2.COMPARISON_TYPE_LE:
|
495
|
+
comp = pl.col(col) <= lit
|
496
|
+
case table_pb2.COMPARISON_TYPE_GE:
|
497
|
+
comp = pl.col(col) >= lit
|
498
|
+
case _:
|
499
|
+
return op_graph.OpParseError(
|
500
|
+
"unknown comparison type value in row filter",
|
501
|
+
value=row_filter.comparison_type,
|
502
|
+
)
|
488
503
|
return Ok(comp)
|
489
504
|
|
490
505
|
def _row_filter_combination_to_condition(
|
@@ -104,7 +104,7 @@ class StagingDBMaker(Protocol):
|
|
104
104
|
class Client(corvic.system.Client):
|
105
105
|
"""Client for the sqlite system implementation."""
|
106
106
|
|
107
|
-
def __init__(
|
107
|
+
def __init__( # noqa: PLR0913
|
108
108
|
self,
|
109
109
|
sqlite_file: pathlib.Path,
|
110
110
|
*,
|
@@ -115,6 +115,8 @@ class Client(corvic.system.Client):
|
|
115
115
|
staging_db_maker: StagingDBMaker | None = None,
|
116
116
|
bucket_name: str | None = None,
|
117
117
|
fs_blob_data_dir_name: str | None = None,
|
118
|
+
text_embedder: corvic.system.TextEmbedder | None = None,
|
119
|
+
image_embedder: corvic.system.ImageEmbedder | None = None,
|
118
120
|
):
|
119
121
|
sqlite_file_exists = sqlite_file.exists()
|
120
122
|
|
@@ -152,8 +154,12 @@ class Client(corvic.system.Client):
|
|
152
154
|
vector_column_names_to_sizes
|
153
155
|
or corvic.system.DEFAULT_VECTOR_COLUMN_NAMES_TO_SIZES,
|
154
156
|
)
|
155
|
-
self._text_embedder =
|
156
|
-
|
157
|
+
self._text_embedder = (
|
158
|
+
text_embedder if text_embedder else corvic.system.RandomTextEmbedder()
|
159
|
+
)
|
160
|
+
self._image_embedder = (
|
161
|
+
image_embedder if image_embedder else corvic.system.CombinedImageEmbedder()
|
162
|
+
)
|
157
163
|
self._executor = corvic.system.ValidateFirstExecutor(
|
158
164
|
corvic.system.InMemoryExecutor(
|
159
165
|
self._staging_db,
|
@@ -226,6 +226,9 @@ class DuckDBStaging(StagingDB):
|
|
226
226
|
similarity_metric: VectorSimilarityMetric,
|
227
227
|
input_vector: list[float],
|
228
228
|
):
|
229
|
+
if similarity_metric == "none":
|
230
|
+
return None
|
231
|
+
|
229
232
|
distance_metric = "array_distance"
|
230
233
|
descending = False
|
231
234
|
if similarity_metric == "cosine":
|
@@ -386,9 +389,10 @@ class DuckDBStaging(StagingDB):
|
|
386
389
|
vector_column, similarity_metric, input_vector
|
387
390
|
)
|
388
391
|
|
389
|
-
vector_search_query = (
|
390
|
-
|
391
|
-
|
392
|
+
vector_search_query = sqlglot.select(*columns).from_(vector_union_table)
|
393
|
+
if similarity_func:
|
394
|
+
vector_search_query = vector_search_query.order_by(similarity_func)
|
395
|
+
|
392
396
|
return vector_search_query.with_(vector_union_table, as_=union)
|
393
397
|
|
394
398
|
def run_select_query(
|