corvic-engine 0.3.0rc86__tar.gz → 0.3.0rc87__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.0rc86 → corvic_engine-0.3.0rc87}/Cargo.lock +6 -6
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/pyproject.toml +2 -2
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_space.py +4 -2
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_embedder.py +35 -12
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_text_embedder.py +8 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/v1/models_pb2.py +4 -4
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/v1/models_pb2.pyi +4 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/LICENSE +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/README.md +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_base_model.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_completion_model.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_defaults.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_errors.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_resource.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_room.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_source.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/eorm/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/_soft_delete.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/transfer/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/transfer/_common_transformations.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/transfer/_orm_backed_proto.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/transfer/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -10,13 +10,13 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "cfg-if"
|
13
|
-
version = "1.0.
|
13
|
+
version = "1.0.1"
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
-
checksum = "
|
15
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "corvic-engine"
|
19
|
-
version = "0.3.0-rc.
|
19
|
+
version = "0.3.0-rc.87"
|
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.87"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -293,9 +293,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
293
293
|
|
294
294
|
[[package]]
|
295
295
|
name = "syn"
|
296
|
-
version = "2.0.
|
296
|
+
version = "2.0.102"
|
297
297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
298
|
-
checksum = "
|
298
|
+
checksum = "f6397daf94fa90f058bd0fd88429dd9e5738999cca8d701813c80723add80462"
|
299
299
|
dependencies = [
|
300
300
|
"proc-macro2",
|
301
301
|
"quote",
|
@@ -18,7 +18,7 @@ authors = [
|
|
18
18
|
]
|
19
19
|
readme = "README.md"
|
20
20
|
description = "Seamless embedding generation and retrieval."
|
21
|
-
version = "0.3.0-rc.
|
21
|
+
version = "0.3.0-rc.87" # sync this with tool.poetry.version below
|
22
22
|
|
23
23
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
24
24
|
# the build system but poetry for the development environment.
|
@@ -73,7 +73,7 @@ packages = [
|
|
73
73
|
]
|
74
74
|
description = ""
|
75
75
|
authors = []
|
76
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.87"
|
77
77
|
|
78
78
|
[tool.poetry.scripts]
|
79
79
|
check = "corvic_check.cli:main"
|
@@ -37,13 +37,15 @@ _DEFAULT_CONCAT_SEPARATOR = " "
|
|
37
37
|
|
38
38
|
|
39
39
|
embedding_model_proto_to_name: Final[dict[embedding_models_pb2.Model, str]] = {
|
40
|
-
embedding_models_pb2.MODEL_CUSTOM:
|
40
|
+
embedding_models_pb2.MODEL_CUSTOM: system.RandomTextEmbedder.model_name(),
|
41
41
|
embedding_models_pb2.MODEL_SENTENCE_TRANSFORMER: "text-embedding-004",
|
42
42
|
embedding_models_pb2.MODEL_GCP_TEXT_EMBEDDING_004: "text-embedding-004",
|
43
43
|
embedding_models_pb2.MODEL_OPENAI_TEXT_EMBEDDING_3_SMALL: "text-embedding-3-small",
|
44
44
|
embedding_models_pb2.MODEL_OPENAI_TEXT_EMBEDDING_3_LARGE: "text-embedding-3-large",
|
45
|
-
embedding_models_pb2.MODEL_IDENTITY:
|
45
|
+
embedding_models_pb2.MODEL_IDENTITY: system.IdentityTextEmbedder.model_name(),
|
46
46
|
embedding_models_pb2.MODEL_UNSPECIFIED: "",
|
47
|
+
embedding_models_pb2.MODEL_CLIP: system.ClipText.model_name(),
|
48
|
+
embedding_models_pb2.MODEL_SIGLIP2: system.SigLIP2Text.model_name(),
|
47
49
|
}
|
48
50
|
name_to_proto_embedding_model = {
|
49
51
|
name: model for model, name in embedding_model_proto_to_name.items()
|
@@ -39,6 +39,9 @@ class EmbedTextResult:
|
|
39
39
|
class TextEmbedder(Protocol):
|
40
40
|
"""Use a model to embed text."""
|
41
41
|
|
42
|
+
@classmethod
|
43
|
+
def model_name(cls) -> str: ...
|
44
|
+
|
42
45
|
async def aembed(
|
43
46
|
self,
|
44
47
|
context: EmbedTextContext,
|
@@ -86,8 +89,12 @@ class LoadedModels:
|
|
86
89
|
class HFModelText(TextEmbedder):
|
87
90
|
"""Generic text/image embedder from hugging face models."""
|
88
91
|
|
92
|
+
@classmethod
|
89
93
|
@abc.abstractmethod
|
90
|
-
def
|
94
|
+
def model_revision(cls) -> str: ...
|
95
|
+
|
96
|
+
@abc.abstractmethod
|
97
|
+
def load_models(self) -> LoadedModels: ...
|
91
98
|
|
92
99
|
def embed(
|
93
100
|
self, context: EmbedTextContext
|
@@ -98,7 +105,7 @@ class HFModelText(TextEmbedder):
|
|
98
105
|
case 32:
|
99
106
|
coord_dtype = pl.Float32()
|
100
107
|
|
101
|
-
models = self.
|
108
|
+
models = self.load_models()
|
102
109
|
model = models.model
|
103
110
|
processor = models.processor
|
104
111
|
model.eval() # type: ignore[reportAttributeAccess]
|
@@ -152,7 +159,15 @@ class ClipText(HFModelText):
|
|
152
159
|
overcoming several major challenges in computer vision.
|
153
160
|
"""
|
154
161
|
|
155
|
-
|
162
|
+
@classmethod
|
163
|
+
def model_name(cls) -> str:
|
164
|
+
return "openai/clip-vit-base-patch32"
|
165
|
+
|
166
|
+
@classmethod
|
167
|
+
def model_revision(cls) -> str:
|
168
|
+
return "5812e510083bb2d23fa43778a39ac065d205ed4d"
|
169
|
+
|
170
|
+
def load_models(self):
|
156
171
|
from transformers.models.clip import (
|
157
172
|
CLIPModel,
|
158
173
|
CLIPProcessor,
|
@@ -161,15 +176,15 @@ class ClipText(HFModelText):
|
|
161
176
|
model = cast(
|
162
177
|
AutoModel,
|
163
178
|
CLIPModel.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
164
|
-
pretrained_model_name_or_path=
|
165
|
-
revision=
|
179
|
+
pretrained_model_name_or_path=self.model_name(),
|
180
|
+
revision=self.model_revision(),
|
166
181
|
),
|
167
182
|
)
|
168
183
|
processor = cast(
|
169
184
|
AutoProcessor,
|
170
185
|
CLIPProcessor.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
171
|
-
pretrained_model_name_or_path=
|
172
|
-
revision=
|
186
|
+
pretrained_model_name_or_path=self.model_name(),
|
187
|
+
revision=self.model_revision(),
|
173
188
|
use_fast=False,
|
174
189
|
),
|
175
190
|
)
|
@@ -179,23 +194,31 @@ class ClipText(HFModelText):
|
|
179
194
|
class SigLIP2Text(HFModelText):
|
180
195
|
"""SigLIP2 text/image embedder."""
|
181
196
|
|
182
|
-
|
197
|
+
@classmethod
|
198
|
+
def model_name(cls) -> str:
|
199
|
+
return "google/siglip2-base-patch16-512"
|
200
|
+
|
201
|
+
@classmethod
|
202
|
+
def model_revision(cls) -> str:
|
203
|
+
return "a89f5c5093f902bf39d3cd4d81d2c09867f0724b"
|
204
|
+
|
205
|
+
def load_models(self):
|
183
206
|
from transformers.models.auto.modeling_auto import AutoModel
|
184
207
|
from transformers.models.auto.processing_auto import AutoProcessor
|
185
208
|
|
186
209
|
model = cast(
|
187
210
|
AutoModel,
|
188
211
|
AutoModel.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
189
|
-
pretrained_model_name_or_path=
|
190
|
-
revision=
|
212
|
+
pretrained_model_name_or_path=self.model_name(),
|
213
|
+
revision=self.model_revision(),
|
191
214
|
device_map="auto",
|
192
215
|
),
|
193
216
|
)
|
194
217
|
processor = cast(
|
195
218
|
AutoProcessor,
|
196
219
|
AutoProcessor.from_pretrained( # pyright: ignore[reportUnknownMemberType]
|
197
|
-
pretrained_model_name_or_path=
|
198
|
-
revision=
|
220
|
+
pretrained_model_name_or_path=self.model_name(),
|
221
|
+
revision=self.model_revision(),
|
199
222
|
use_fast=True,
|
200
223
|
),
|
201
224
|
)
|
@@ -18,6 +18,10 @@ class RandomTextEmbedder(TextEmbedder):
|
|
18
18
|
Useful for testing.
|
19
19
|
"""
|
20
20
|
|
21
|
+
@classmethod
|
22
|
+
def model_name(cls) -> str:
|
23
|
+
return "random"
|
24
|
+
|
21
25
|
def embed(
|
22
26
|
self, context: EmbedTextContext
|
23
27
|
) -> Ok[EmbedTextResult] | InvalidArgumentError | InternalError:
|
@@ -62,6 +66,10 @@ class IdentityTextEmbedder(TextEmbedder):
|
|
62
66
|
- The resulting list is truncated or padded to match the expected vector length.
|
63
67
|
"""
|
64
68
|
|
69
|
+
@classmethod
|
70
|
+
def model_name(cls) -> str:
|
71
|
+
return "identity"
|
72
|
+
|
65
73
|
def _text_to_embedding(
|
66
74
|
self, text: str, vector_length: int, *, normalization: bool = False
|
67
75
|
) -> list[float]:
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n corvic/embedding/v1/models.proto\x12\x13\x63orvic.embedding.v1\"R\n\nParameters\x12\x30\n\x05model\x18\x01 \x01(\x0e\x32\x1a.corvic.embedding.v1.ModelR\x05model\x12\x12\n\x04ndim\x18\x02 \x01(\x05R\x04ndim\"\xf4\x01\n\x19\x43olumnEmbeddingParameters\x12q\n\x11\x63olumn_parameters\x18\x01 \x03(\x0b\x32\x44.corvic.embedding.v1.ColumnEmbeddingParameters.ColumnParametersEntryR\x10\x63olumnParameters\x1a\x64\n\x15\x43olumnParametersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.corvic.embedding.v1.ParametersR\x05value:\x02\x38\x01\"\x8f\x01\n\x1e\x43oncatStringAndEmbedParameters\x12!\n\x0c\x63olumn_names\x18\x01 \x03(\tR\x0b\x63olumnNames\x12J\n\x10model_parameters\x18\x02 \x01(\x0b\x32\x1f.corvic.embedding.v1.ParametersR\x0fmodelParameters\"\x89\x01\n\x18\x43oncatAndEmbedParameters\x12!\n\x0c\x63olumn_names\x18\x01 \x03(\tR\x0b\x63olumnNames\x12J\n\x10model_parameters\x18\x02 \x01(\x0b\x32\x1f.corvic.embedding.v1.ParametersR\x0fmodelParameters\".\n\x18\x45mbedAndConcatParameters\x12\x12\n\x04ndim\x18\x01 \x01(\x05R\x04ndim\"a\n\x14ImageModelParameters\x12\x35\n\x05model\x18\x01 \x01(\x0e\x32\x1f.corvic.embedding.v1.ImageModelR\x05model\x12\x12\n\x04ndim\x18\x02 \x01(\x05R\x04ndim\"\x8d\x01\n\x14\x45mbedImageParameters\x12\x1f\n\x0b\x63olumn_name\x18\x01 \x01(\tR\ncolumnName\x12T\n\x10model_parameters\x18\x02 \x01(\x0b\x32).corvic.embedding.v1.ImageModelParametersR\x0fmodelParameters*\
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n corvic/embedding/v1/models.proto\x12\x13\x63orvic.embedding.v1\"R\n\nParameters\x12\x30\n\x05model\x18\x01 \x01(\x0e\x32\x1a.corvic.embedding.v1.ModelR\x05model\x12\x12\n\x04ndim\x18\x02 \x01(\x05R\x04ndim\"\xf4\x01\n\x19\x43olumnEmbeddingParameters\x12q\n\x11\x63olumn_parameters\x18\x01 \x03(\x0b\x32\x44.corvic.embedding.v1.ColumnEmbeddingParameters.ColumnParametersEntryR\x10\x63olumnParameters\x1a\x64\n\x15\x43olumnParametersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.corvic.embedding.v1.ParametersR\x05value:\x02\x38\x01\"\x8f\x01\n\x1e\x43oncatStringAndEmbedParameters\x12!\n\x0c\x63olumn_names\x18\x01 \x03(\tR\x0b\x63olumnNames\x12J\n\x10model_parameters\x18\x02 \x01(\x0b\x32\x1f.corvic.embedding.v1.ParametersR\x0fmodelParameters\"\x89\x01\n\x18\x43oncatAndEmbedParameters\x12!\n\x0c\x63olumn_names\x18\x01 \x03(\tR\x0b\x63olumnNames\x12J\n\x10model_parameters\x18\x02 \x01(\x0b\x32\x1f.corvic.embedding.v1.ParametersR\x0fmodelParameters\".\n\x18\x45mbedAndConcatParameters\x12\x12\n\x04ndim\x18\x01 \x01(\x05R\x04ndim\"a\n\x14ImageModelParameters\x12\x35\n\x05model\x18\x01 \x01(\x0e\x32\x1f.corvic.embedding.v1.ImageModelR\x05model\x12\x12\n\x04ndim\x18\x02 \x01(\x05R\x04ndim\"\x8d\x01\n\x14\x45mbedImageParameters\x12\x1f\n\x0b\x63olumn_name\x18\x01 \x01(\tR\ncolumnName\x12T\n\x10model_parameters\x18\x02 \x01(\x0b\x32).corvic.embedding.v1.ImageModelParametersR\x0fmodelParameters*\xff\x01\n\x05Model\x12\x15\n\x11MODEL_UNSPECIFIED\x10\x00\x12\"\n\x1aMODEL_SENTENCE_TRANSFORMER\x10\x01\x1a\x02\x08\x01\x12\'\n#MODEL_OPENAI_TEXT_EMBEDDING_3_SMALL\x10\x03\x12\'\n#MODEL_OPENAI_TEXT_EMBEDDING_3_LARGE\x10\x04\x12 \n\x1cMODEL_GCP_TEXT_EMBEDDING_004\x10\x05\x12\x10\n\x0cMODEL_CUSTOM\x10\x02\x12\x12\n\x0eMODEL_IDENTITY\x10\x06\x12\x0e\n\nMODEL_CLIP\x10\x07\x12\x11\n\rMODEL_SIGLIP2\x10\x08*\x8a\x01\n\nImageModel\x12\x1b\n\x17IMAGE_MODEL_UNSPECIFIED\x10\x00\x12\x14\n\x10IMAGE_MODEL_CLIP\x10\x01\x12\x16\n\x12IMAGE_MODEL_CUSTOM\x10\x02\x12\x18\n\x14IMAGE_MODEL_IDENTITY\x10\x03\x12\x17\n\x13IMAGE_MODEL_SIGLIP2\x10\x04\x62\x06proto3')
|
18
18
|
|
19
19
|
_globals = globals()
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -26,9 +26,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
26
26
|
_globals['_COLUMNEMBEDDINGPARAMETERS_COLUMNPARAMETERSENTRY']._options = None
|
27
27
|
_globals['_COLUMNEMBEDDINGPARAMETERS_COLUMNPARAMETERSENTRY']._serialized_options = b'8\001'
|
28
28
|
_globals['_MODEL']._serialized_start=966
|
29
|
-
_globals['_MODEL']._serialized_end=
|
30
|
-
_globals['_IMAGEMODEL']._serialized_start=
|
31
|
-
_globals['_IMAGEMODEL']._serialized_end=
|
29
|
+
_globals['_MODEL']._serialized_end=1221
|
30
|
+
_globals['_IMAGEMODEL']._serialized_start=1224
|
31
|
+
_globals['_IMAGEMODEL']._serialized_end=1362
|
32
32
|
_globals['_PARAMETERS']._serialized_start=57
|
33
33
|
_globals['_PARAMETERS']._serialized_end=139
|
34
34
|
_globals['_COLUMNEMBEDDINGPARAMETERS']._serialized_start=142
|
@@ -15,6 +15,8 @@ class Model(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
15
15
|
MODEL_GCP_TEXT_EMBEDDING_004: _ClassVar[Model]
|
16
16
|
MODEL_CUSTOM: _ClassVar[Model]
|
17
17
|
MODEL_IDENTITY: _ClassVar[Model]
|
18
|
+
MODEL_CLIP: _ClassVar[Model]
|
19
|
+
MODEL_SIGLIP2: _ClassVar[Model]
|
18
20
|
|
19
21
|
class ImageModel(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
20
22
|
__slots__ = ()
|
@@ -30,6 +32,8 @@ MODEL_OPENAI_TEXT_EMBEDDING_3_LARGE: Model
|
|
30
32
|
MODEL_GCP_TEXT_EMBEDDING_004: Model
|
31
33
|
MODEL_CUSTOM: Model
|
32
34
|
MODEL_IDENTITY: Model
|
35
|
+
MODEL_CLIP: Model
|
36
|
+
MODEL_SIGLIP2: Model
|
33
37
|
IMAGE_MODEL_UNSPECIFIED: ImageModel
|
34
38
|
IMAGE_MODEL_CLIP: ImageModel
|
35
39
|
IMAGE_MODEL_CUSTOM: ImageModel
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/embedding_metric/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/emodel/_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
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/row_filters/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/op_graph/row_filters/_jsonlogic.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_column_encoding.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/_dimension_reduction.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/in_memory_executor.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system/op_graph_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/system_sqlite/fs_blob_store.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/transfer/_orm_backed_proto.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic/well_known_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/embedding/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v1/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/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.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/feature/v2/space_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/room_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/room_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/source_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/source_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/ingest/v2/table_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/model/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/agent_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/common_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/common_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/pipeline_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/pipeline_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/space_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2.pyi
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/orm/v1/table_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/event_pb2.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/event_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc86 → corvic_engine-0.3.0rc87}/python/corvic_generated/status/v1/service_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|