corvic-engine 0.3.0rc72__tar.gz → 0.3.0rc74__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.
Files changed (212) hide show
  1. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/Cargo.lock +2 -2
  2. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/Cargo.toml +1 -1
  3. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/PKG-INFO +1 -1
  4. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/pyproject.toml +2 -2
  5. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_proto_orm_convert.py +33 -29
  6. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/base.py +5 -1
  7. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/_dimension_reduction.py +2 -0
  8. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/in_memory_executor.py +3 -2
  9. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/LICENSE +0 -0
  10. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/README.md +0 -0
  11. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/Cargo.toml +0 -0
  12. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/buf/validate/validate_pb2.py +0 -0
  13. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/buf/validate/validate_pb2.pyi +0 -0
  14. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/buf/validate/validate_pb2_grpc.py +0 -0
  15. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
  16. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/context/__init__.py +0 -0
  17. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/context/py.typed +0 -0
  18. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/embed/__init__.py +0 -0
  19. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/embed/node2vec.py +0 -0
  20. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/embed/py.typed +0 -0
  21. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/embedding_metric/__init__.py +0 -0
  22. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/embedding_metric/embeddings.py +0 -0
  23. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/embedding_metric/py.typed +0 -0
  24. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/engine/__init__.py +0 -0
  25. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/engine/_native.pyi +0 -0
  26. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/engine/py.typed +0 -0
  27. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/__init__.py +0 -0
  28. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_base_model.py +0 -0
  29. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_completion_model.py +0 -0
  30. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_defaults.py +0 -0
  31. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_errors.py +0 -0
  32. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_feature_type.py +0 -0
  33. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_feature_view.py +0 -0
  34. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_pipeline.py +0 -0
  35. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_resource.py +0 -0
  36. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_room.py +0 -0
  37. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_source.py +0 -0
  38. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/_space.py +0 -0
  39. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/model/py.typed +0 -0
  40. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/__init__.py +0 -0
  41. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/_schema.py +0 -0
  42. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/_transformations.py +0 -0
  43. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/aggregation.py +0 -0
  44. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/encoders.py +0 -0
  45. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/errors.py +0 -0
  46. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/feature_types.py +0 -0
  47. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/ops.py +0 -0
  48. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/py.typed +0 -0
  49. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/row_filters/__init__.py +0 -0
  50. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
  51. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
  52. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/op_graph/sample_strategy.py +0 -0
  53. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/__init__.py +0 -0
  54. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/_proto_columns.py +0 -0
  55. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/errors.py +0 -0
  56. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/func/__init__.py +0 -0
  57. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/func/utc_func.py +0 -0
  58. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/func/uuid_func.py +0 -0
  59. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/ids.py +0 -0
  60. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/keys.py +0 -0
  61. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/mixins.py +0 -0
  62. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/orm/py.typed +0 -0
  63. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/__init__.py +0 -0
  64. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/_const.py +0 -0
  65. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/_from_value.py +0 -0
  66. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/_temporal.py +0 -0
  67. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/_to_value.py +0 -0
  68. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/_types.py +0 -0
  69. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/pa_scalar/py.typed +0 -0
  70. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/proto_wrapper/__init__.py +0 -0
  71. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/proto_wrapper/_errors.py +0 -0
  72. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/proto_wrapper/_wrappers.py +0 -0
  73. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/proto_wrapper/py.typed +0 -0
  74. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/result/__init__.py +0 -0
  75. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/result/py.typed +0 -0
  76. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/sql/__init__.py +0 -0
  77. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/sql/parse_ops.py +0 -0
  78. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/sql/py.typed +0 -0
  79. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/__init__.py +0 -0
  80. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/_column_encoding.py +0 -0
  81. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/_embedder.py +0 -0
  82. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/_image_embedder.py +0 -0
  83. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/_planner.py +0 -0
  84. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/_text_embedder.py +0 -0
  85. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/client.py +0 -0
  86. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/op_graph_executor.py +0 -0
  87. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/py.typed +0 -0
  88. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/staging.py +0 -0
  89. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system/storage.py +0 -0
  90. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system_sqlite/__init__.py +0 -0
  91. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system_sqlite/client.py +0 -0
  92. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
  93. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system_sqlite/py.typed +0 -0
  94. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
  95. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/system_sqlite/staging.py +0 -0
  96. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/table/__init__.py +0 -0
  97. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/table/py.typed +0 -0
  98. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/table/table.py +0 -0
  99. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/version/__init__.py +0 -0
  100. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/version/py.typed +0 -0
  101. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/well_known_types/__init__.py +0 -0
  102. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic/well_known_types/py.typed +0 -0
  103. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/__init__.py +0 -0
  104. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/__init__.py +0 -0
  105. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
  106. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
  107. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
  108. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
  109. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
  110. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
  111. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/embedding/__init__.py +0 -0
  112. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/embedding/v1/__init__.py +0 -0
  113. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
  114. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
  115. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
  116. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
  117. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/__init__.py +0 -0
  118. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/__init__.py +0 -0
  119. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
  120. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
  121. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
  122. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
  123. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
  124. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
  125. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
  126. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
  127. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/__init__.py +0 -0
  128. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
  129. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
  130. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
  131. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
  132. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
  133. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
  134. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
  135. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
  136. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/__init__.py +0 -0
  137. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v1/__init__.py +0 -0
  138. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
  139. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
  140. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
  141. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
  142. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/__init__.py +0 -0
  143. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
  144. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
  145. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
  146. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
  147. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
  148. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
  149. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
  150. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
  151. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
  152. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
  153. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
  154. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
  155. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
  156. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
  157. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
  158. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
  159. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
  160. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
  161. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
  162. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
  163. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
  164. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
  165. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
  166. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
  167. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/model/__init__.py +0 -0
  168. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
  169. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
  170. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
  171. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
  172. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
  173. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/__init__.py +0 -0
  174. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/__init__.py +0 -0
  175. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
  176. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
  177. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
  178. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
  179. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
  180. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
  181. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
  182. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
  183. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
  184. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
  185. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
  186. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
  187. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
  188. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
  189. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
  190. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
  191. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
  192. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
  193. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
  194. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
  195. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
  196. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
  197. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
  198. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
  199. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
  200. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
  201. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
  202. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
  203. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/__init__.py +0 -0
  204. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/__init__.py +0 -0
  205. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/event_pb2.py +0 -0
  206. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
  207. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
  208. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
  209. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/service_pb2.py +0 -0
  210. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
  211. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
  212. {corvic_engine-0.3.0rc72 → corvic_engine-0.3.0rc74}/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.72"
19
+ version = "0.3.0-rc.74"
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.72"
60
+ version = "0.3.0-rc.74"
61
61
  dependencies = [
62
62
  "version_check",
63
63
  ]
@@ -3,7 +3,7 @@ resolver = "2"
3
3
  members = ["python"]
4
4
 
5
5
  [workspace.package]
6
- version = "0.3.0-rc.72"
6
+ version = "0.3.0-rc.74"
7
7
  edition = "2021"
8
8
  publish = false
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: corvic-engine
3
- Version: 0.3.0rc72
3
+ Version: 0.3.0rc74
4
4
  Classifier: Environment :: Console
5
5
  Classifier: License :: Other/Proprietary License
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -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.72" # sync this with tool.poetry.version below
21
+ version = "0.3.0-rc.74" # 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.
@@ -72,7 +72,7 @@ packages = [
72
72
  ]
73
73
  description = ""
74
74
  authors = []
75
- version = "0.3.0-rc.72"
75
+ version = "0.3.0-rc.74"
76
76
 
77
77
  [tool.poetry.scripts]
78
78
  check = "corvic_check.cli:main"
@@ -5,7 +5,6 @@ from typing import Any, Protocol, TypeVar
5
5
  import sqlalchemy as sa
6
6
  import sqlalchemy.orm as sa_orm
7
7
  from google.protobuf import timestamp_pb2
8
- from more_itertools import flatten
9
8
 
10
9
  from corvic import orm
11
10
  from corvic.result import InternalError, InvalidArgumentError, Ok
@@ -59,6 +58,12 @@ OrmBelongsToOrgObj = TypeVar("OrmBelongsToOrgObj", bound=_OrmBelongsToOrgModel[A
59
58
  OrmBelongsToRoomObj = TypeVar("OrmBelongsToRoomObj", bound=_OrmBelongsToRoomModel[Any])
60
59
 
61
60
 
61
+ def _orm_id_to_str(id: orm.ID | None):
62
+ if id:
63
+ return str(id)
64
+ return ""
65
+
66
+
62
67
  def _translate_orm_id(
63
68
  obj_id: str, id_class: type[ID]
64
69
  ) -> Ok[ID | None] | orm.InvalidORMIdentifierError:
@@ -88,9 +93,9 @@ def resource_orm_to_proto(resource_orm: orm.Resource) -> models_pb2.Resource:
88
93
  pipeline_id = ""
89
94
  if resource_orm.pipeline_ref:
90
95
  pipeline_input_name = resource_orm.pipeline_ref.name
91
- pipeline_id = str(resource_orm.pipeline_ref.pipeline_id)
96
+ pipeline_id = _orm_id_to_str(resource_orm.pipeline_ref.pipeline_id)
92
97
  return models_pb2.Resource(
93
- id=str(resource_orm.id),
98
+ id=_orm_id_to_str(resource_orm.id),
94
99
  name=resource_orm.name,
95
100
  description=resource_orm.description,
96
101
  mime_type=resource_orm.mime_type,
@@ -98,8 +103,8 @@ def resource_orm_to_proto(resource_orm: orm.Resource) -> models_pb2.Resource:
98
103
  md5=resource_orm.md5,
99
104
  size=resource_orm.size,
100
105
  original_path=resource_orm.original_path,
101
- room_id=str(resource_orm.room_id),
102
- org_id=str(resource_orm.org_id),
106
+ room_id=_orm_id_to_str(resource_orm.room_id),
107
+ org_id=_orm_id_to_str(resource_orm.org_id),
103
108
  recent_events=[resource_orm.latest_event] if resource_orm.latest_event else [],
104
109
  is_terminal=bool(resource_orm.is_terminal),
105
110
  pipeline_id=pipeline_id,
@@ -110,12 +115,12 @@ def resource_orm_to_proto(resource_orm: orm.Resource) -> models_pb2.Resource:
110
115
 
111
116
  def source_orm_to_proto(source_orm: orm.Source) -> models_pb2.Source:
112
117
  return models_pb2.Source(
113
- id=str(source_orm.id),
118
+ id=_orm_id_to_str(source_orm.id),
114
119
  name=source_orm.name,
115
120
  table_op_graph=source_orm.table_op_graph,
116
- room_id=str(source_orm.room_id),
117
- org_id=str(source_orm.org_id),
118
- pipeline_id=str(source_orm.pipeline_ref.pipeline_id)
121
+ room_id=_orm_id_to_str(source_orm.room_id),
122
+ org_id=_orm_id_to_str(source_orm.org_id),
123
+ pipeline_id=_orm_id_to_str(source_orm.pipeline_ref.pipeline_id)
119
124
  if source_orm.pipeline_ref
120
125
  else "",
121
126
  created_at=timestamp_orm_to_proto(source_orm.created_at),
@@ -132,12 +137,12 @@ def feature_view_source_orm_to_proto(
132
137
  # with the source's opgraph
133
138
  op = feature_view_source_orm.source.table_op_graph
134
139
  return models_pb2.FeatureViewSource(
135
- id=str(feature_view_source_orm.id),
136
- room_id=str(feature_view_source_orm.room_id),
140
+ id=_orm_id_to_str(feature_view_source_orm.id),
141
+ room_id=_orm_id_to_str(feature_view_source_orm.room_id),
137
142
  source=source_orm_to_proto(feature_view_source_orm.source),
138
143
  table_op_graph=op,
139
144
  drop_disconnected=feature_view_source_orm.drop_disconnected,
140
- org_id=str(feature_view_source_orm.org_id),
145
+ org_id=_orm_id_to_str(feature_view_source_orm.org_id),
141
146
  created_at=timestamp_orm_to_proto(feature_view_source_orm.created_at),
142
147
  )
143
148
 
@@ -146,16 +151,16 @@ def feature_view_orm_to_proto(
146
151
  feature_view_orm: orm.FeatureView,
147
152
  ) -> models_pb2.FeatureView:
148
153
  return models_pb2.FeatureView(
149
- id=str(feature_view_orm.id),
154
+ id=_orm_id_to_str(feature_view_orm.id),
150
155
  name=feature_view_orm.name,
151
156
  description=feature_view_orm.description,
152
- room_id=str(feature_view_orm.room_id),
157
+ room_id=_orm_id_to_str(feature_view_orm.room_id),
153
158
  feature_view_output=feature_view_orm.feature_view_output,
154
159
  feature_view_sources=[
155
160
  feature_view_source_orm_to_proto(fvs)
156
161
  for fvs in feature_view_orm.feature_view_sources
157
162
  ],
158
- org_id=str(feature_view_orm.org_id),
163
+ org_id=_orm_id_to_str(feature_view_orm.org_id),
159
164
  created_at=timestamp_orm_to_proto(feature_view_orm.created_at),
160
165
  )
161
166
 
@@ -164,15 +169,15 @@ def pipeline_orm_to_proto(
164
169
  pipeline_orm: orm.Pipeline,
165
170
  ) -> models_pb2.Pipeline:
166
171
  return models_pb2.Pipeline(
167
- id=str(pipeline_orm.id),
172
+ id=_orm_id_to_str(pipeline_orm.id),
168
173
  name=pipeline_orm.name,
169
- room_id=str(pipeline_orm.room_id),
174
+ room_id=_orm_id_to_str(pipeline_orm.room_id),
170
175
  source_outputs={
171
176
  output_obj.name: source_orm_to_proto(output_obj.source)
172
177
  for output_obj in pipeline_orm.outputs
173
178
  },
174
179
  pipeline_transformation=pipeline_orm.transformation,
175
- org_id=str(pipeline_orm.org_id),
180
+ org_id=_orm_id_to_str(pipeline_orm.org_id),
176
181
  description=pipeline_orm.description,
177
182
  created_at=timestamp_orm_to_proto(pipeline_orm.created_at),
178
183
  )
@@ -180,23 +185,23 @@ def pipeline_orm_to_proto(
180
185
 
181
186
  def space_orm_to_proto(space_orm: orm.Space) -> models_pb2.Space:
182
187
  return models_pb2.Space(
183
- id=str(space_orm.id),
188
+ id=_orm_id_to_str(space_orm.id),
184
189
  name=space_orm.name,
185
190
  description=space_orm.description,
186
- room_id=str(space_orm.room_id),
191
+ room_id=_orm_id_to_str(space_orm.room_id),
187
192
  space_parameters=space_orm.parameters,
188
193
  feature_view=feature_view_orm_to_proto(space_orm.feature_view),
189
194
  auto_sync=space_orm.auto_sync if space_orm.auto_sync is not None else False,
190
- org_id=str(space_orm.org_id),
195
+ org_id=_orm_id_to_str(space_orm.org_id),
191
196
  created_at=timestamp_orm_to_proto(space_orm.created_at),
192
197
  )
193
198
 
194
199
 
195
200
  def room_orm_to_proto(room_orm: orm.Room) -> models_pb2.Room:
196
201
  return models_pb2.Room(
197
- id=str(room_orm.id),
202
+ id=_orm_id_to_str(room_orm.id),
198
203
  name=room_orm.name,
199
- org_id=str(room_orm.org_id),
204
+ org_id=_orm_id_to_str(room_orm.org_id),
200
205
  created_at=timestamp_orm_to_proto(room_orm.created_at),
201
206
  )
202
207
 
@@ -205,10 +210,10 @@ def completion_model_orm_to_proto(
205
210
  completion_model_orm: orm.CompletionModel,
206
211
  ) -> models_pb2.CompletionModel:
207
212
  return models_pb2.CompletionModel(
208
- id=str(completion_model_orm.id),
213
+ id=_orm_id_to_str(completion_model_orm.id),
209
214
  name=completion_model_orm.name,
210
215
  description=completion_model_orm.description,
211
- org_id=str(completion_model_orm.org_id),
216
+ org_id=_orm_id_to_str(completion_model_orm.org_id),
212
217
  parameters=completion_model_orm.parameters,
213
218
  secret_api_key=completion_model_orm.secret_api_key,
214
219
  created_at=timestamp_orm_to_proto(completion_model_orm.created_at),
@@ -339,7 +344,6 @@ def _ensure_id(
339
344
  def pipeline_proto_to_orm( # noqa: C901
340
345
  proto_obj: models_pb2.Pipeline, session: sa_orm.Session
341
346
  ) -> Ok[orm.Pipeline] | orm.InvalidORMIdentifierError | InvalidArgumentError:
342
- inputs = list[orm.PipelineInput]()
343
347
  orm_obj = orm.Pipeline(
344
348
  name=proto_obj.name,
345
349
  transformation=proto_obj.pipeline_transformation,
@@ -375,9 +379,9 @@ def pipeline_proto_to_orm( # noqa: C901
375
379
 
376
380
  if proto_obj.org_id:
377
381
  org_id = orm.OrgID(proto_obj.org_id)
378
- for obj in flatten((inputs, outputs)):
382
+ for obj in outputs:
379
383
  obj.org_id = org_id
380
- for obj in flatten((inputs, outputs)):
384
+ for obj in outputs:
381
385
  session.merge(obj)
382
386
  return Ok(orm_obj)
383
387
 
@@ -493,8 +497,8 @@ def _feature_view_source_proto_to_orm(
493
497
  case Ok(source_id):
494
498
  pass
495
499
 
500
+ proto_obj.room_id = proto_obj.room_id or str(room_id)
496
501
  orm_obj = orm.FeatureViewSource(
497
- room_id=room_id,
498
502
  table_op_graph=proto_obj.table_op_graph,
499
503
  drop_disconnected=proto_obj.drop_disconnected,
500
504
  source_id=source_id,
@@ -134,7 +134,11 @@ class Base(sa_orm.MappedAsDataclass, sa_orm.DeclarativeBase):
134
134
  }
135
135
 
136
136
  _created_at: sa_orm.Mapped[datetime] = sa_orm.mapped_column(
137
- "created_at", sa.DateTime(timezone=True), server_default=utc_now(), init=False
137
+ "created_at",
138
+ sa.DateTime(timezone=True),
139
+ server_default=utc_now(),
140
+ init=False,
141
+ index=True,
138
142
  )
139
143
 
140
144
  _updated_at: sa_orm.Mapped[datetime] = sa_orm.mapped_column(
@@ -1,3 +1,4 @@
1
+ import sys
1
2
  from typing import Any, Protocol
2
3
 
3
4
  import numpy as np
@@ -71,6 +72,7 @@ class UmapDimensionReducer(DimensionReducer):
71
72
  init=init,
72
73
  low_memory=False,
73
74
  verbose=False,
75
+ tqdm_kwds={"file": sys.stdout},
74
76
  )
75
77
  return Ok(projector.fit_transform(vectors))
76
78
 
@@ -775,8 +775,9 @@ class InMemoryExecutor(OpGraphExecutor):
775
775
  right_lf = right_lf.select(
776
776
  [
777
777
  col
778
- for col in right_lf.columns
779
- if col in op.right_join_columns or col not in left_lf.columns
778
+ for col in right_lf.collect_schema().names()
779
+ if col in op.right_join_columns
780
+ or col not in left_lf.collect_schema().names()
780
781
  ]
781
782
  )
782
783
  metrics = right_lfm.metrics.copy()