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.
Files changed (211) hide show
  1. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/Cargo.lock +6 -6
  2. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/Cargo.toml +1 -1
  3. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/PKG-INFO +1 -1
  4. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/pyproject.toml +4 -4
  5. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/row_filters/_row_filters.py +9 -6
  6. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/in_memory_executor.py +33 -18
  7. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/client.py +9 -3
  8. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/staging.py +7 -3
  9. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/well_known_types/__init__.py +1 -1
  10. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2.py +123 -123
  11. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/LICENSE +0 -0
  12. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/README.md +0 -0
  13. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/Cargo.toml +0 -0
  14. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2.py +0 -0
  15. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2.pyi +0 -0
  16. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2_grpc.py +0 -0
  17. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
  18. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/context/__init__.py +0 -0
  19. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/context/py.typed +0 -0
  20. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embed/__init__.py +0 -0
  21. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embed/node2vec.py +0 -0
  22. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embed/py.typed +0 -0
  23. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embedding_metric/__init__.py +0 -0
  24. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embedding_metric/embeddings.py +0 -0
  25. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/embedding_metric/py.typed +0 -0
  26. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/engine/__init__.py +0 -0
  27. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/engine/_native.pyi +0 -0
  28. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/engine/py.typed +0 -0
  29. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/__init__.py +0 -0
  30. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_base_model.py +0 -0
  31. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_completion_model.py +0 -0
  32. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_defaults.py +0 -0
  33. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_errors.py +0 -0
  34. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_feature_type.py +0 -0
  35. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_feature_view.py +0 -0
  36. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_pipeline.py +0 -0
  37. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_proto_orm_convert.py +0 -0
  38. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_resource.py +0 -0
  39. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_room.py +0 -0
  40. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_source.py +0 -0
  41. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/_space.py +0 -0
  42. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/model/py.typed +0 -0
  43. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/__init__.py +0 -0
  44. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/_schema.py +0 -0
  45. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/_transformations.py +0 -0
  46. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/aggregation.py +0 -0
  47. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/encoders.py +0 -0
  48. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/errors.py +0 -0
  49. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/feature_types.py +0 -0
  50. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/ops.py +0 -0
  51. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/py.typed +0 -0
  52. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/row_filters/__init__.py +0 -0
  53. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
  54. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/op_graph/sample_strategy.py +0 -0
  55. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/__init__.py +0 -0
  56. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/_proto_columns.py +0 -0
  57. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/base.py +0 -0
  58. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/errors.py +0 -0
  59. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/func/__init__.py +0 -0
  60. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/func/utc_func.py +0 -0
  61. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/func/uuid_func.py +0 -0
  62. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/ids.py +0 -0
  63. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/keys.py +0 -0
  64. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/mixins.py +0 -0
  65. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/orm/py.typed +0 -0
  66. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/__init__.py +0 -0
  67. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_const.py +0 -0
  68. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_from_value.py +0 -0
  69. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_temporal.py +0 -0
  70. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_to_value.py +0 -0
  71. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/_types.py +0 -0
  72. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/pa_scalar/py.typed +0 -0
  73. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/__init__.py +0 -0
  74. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/_errors.py +0 -0
  75. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/_wrappers.py +0 -0
  76. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/proto_wrapper/py.typed +0 -0
  77. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/result/__init__.py +0 -0
  78. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/result/py.typed +0 -0
  79. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/sql/__init__.py +0 -0
  80. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/sql/parse_ops.py +0 -0
  81. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/sql/py.typed +0 -0
  82. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/__init__.py +0 -0
  83. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_dimension_reduction.py +0 -0
  84. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_embedder.py +0 -0
  85. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_image_embedder.py +0 -0
  86. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_planner.py +0 -0
  87. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/_text_embedder.py +0 -0
  88. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/client.py +0 -0
  89. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/op_graph_executor.py +0 -0
  90. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/py.typed +0 -0
  91. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/staging.py +0 -0
  92. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system/storage.py +0 -0
  93. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/__init__.py +0 -0
  94. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
  95. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/py.typed +0 -0
  96. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
  97. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/table/__init__.py +0 -0
  98. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/table/py.typed +0 -0
  99. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/table/table.py +0 -0
  100. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/version/__init__.py +0 -0
  101. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/version/py.typed +0 -0
  102. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic/well_known_types/py.typed +0 -0
  103. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/__init__.py +0 -0
  104. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/__init__.py +0 -0
  105. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
  106. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
  107. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
  108. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
  109. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
  110. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
  111. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/__init__.py +0 -0
  112. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/__init__.py +0 -0
  113. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
  114. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
  115. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
  116. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
  117. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/__init__.py +0 -0
  118. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/__init__.py +0 -0
  119. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
  120. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
  121. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
  122. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
  123. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
  124. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
  125. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
  126. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
  127. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/__init__.py +0 -0
  128. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
  129. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
  130. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
  131. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
  132. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
  133. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
  134. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
  135. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
  136. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/__init__.py +0 -0
  137. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/__init__.py +0 -0
  138. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
  139. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
  140. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
  141. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
  142. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/__init__.py +0 -0
  143. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
  144. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
  145. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
  146. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
  147. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
  148. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
  149. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
  150. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
  151. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
  152. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
  153. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
  154. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
  155. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
  156. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
  157. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
  158. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
  159. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
  160. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
  161. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
  162. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
  163. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
  164. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
  165. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
  166. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
  167. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/__init__.py +0 -0
  168. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
  169. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
  170. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
  171. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
  172. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
  173. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/__init__.py +0 -0
  174. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/__init__.py +0 -0
  175. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
  176. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
  177. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
  178. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
  179. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
  180. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
  181. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
  182. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
  183. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
  184. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
  185. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
  186. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
  187. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
  188. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
  189. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
  190. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
  191. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
  192. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
  193. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
  194. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
  195. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
  196. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
  197. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
  198. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
  199. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
  200. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
  201. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
  202. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/__init__.py +0 -0
  203. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/__init__.py +0 -0
  204. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2.py +0 -0
  205. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
  206. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
  207. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
  208. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2.py +0 -0
  209. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
  210. {corvic_engine-0.3.0rc64 → corvic_engine-0.3.0rc66}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
  211. {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.64"
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.64"
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.171"
79
+ version = "0.2.172"
80
80
  source = "registry+https://github.com/rust-lang/crates.io-index"
81
- checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
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.94"
183
+ version = "1.0.95"
184
184
  source = "registry+https://github.com/rust-lang/crates.io-index"
185
- checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
185
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
186
186
  dependencies = [
187
187
  "unicode-ident",
188
188
  ]
@@ -3,7 +3,7 @@ resolver = "2"
3
3
  members = ["python"]
4
4
 
5
5
  [workspace.package]
6
- version = "0.3.0-rc.64"
6
+ version = "0.3.0-rc.66"
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.0rc64
3
+ Version: 0.3.0rc66
4
4
  Classifier: Environment :: Console
5
5
  Classifier: License :: Other/Proprietary License
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -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.64" # sync this with tool.poetry.version below
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.64"
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.4.0", source = "torch-cpu-linux" },
166
- { platform = "darwin", version = "^2.4.0", source = "pypi" },
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: struct_pb2.Value | float | str | bool, dtype: pa.DataType
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: struct_pb2.Value | float | str | bool, dtype: pa.DataType
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: struct_pb2.Value | float | str | bool, dtype: pa.DataType
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: struct_pb2.Value | float | str | bool, dtype: pa.DataType
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: struct_pb2.Value | float | str | bool, dtype: pa.DataType
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: struct_pb2.Value | float | str | bool, dtype: pa.DataType
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(
@@ -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
- match row_filter.comparison_type:
471
- case table_pb2.COMPARISON_TYPE_EQ:
472
- comp = pl.col(row_filter.column_name) == lit
473
- case table_pb2.COMPARISON_TYPE_NE:
474
- comp = pl.col(row_filter.column_name) != lit
475
- case table_pb2.COMPARISON_TYPE_LT:
476
- comp = pl.col(row_filter.column_name) < lit
477
- case table_pb2.COMPARISON_TYPE_GT:
478
- comp = pl.col(row_filter.column_name) > lit
479
- case table_pb2.COMPARISON_TYPE_LE:
480
- comp = pl.col(row_filter.column_name) <= lit
481
- case table_pb2.COMPARISON_TYPE_GE:
482
- comp = pl.col(row_filter.column_name) >= lit
483
- case _:
484
- return op_graph.OpParseError(
485
- "unknown comparison type value in row filter",
486
- value=row_filter.comparison_type,
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 = corvic.system.RandomTextEmbedder()
156
- self._image_embedder = corvic.system.CombinedImageEmbedder()
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
- sqlglot.select(*columns).from_(vector_union_table).order_by(similarity_func)
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(
@@ -39,7 +39,7 @@ def to_json(val: JSONAble) -> JSONExpressable:
39
39
  return val
40
40
 
41
41
 
42
- VectorSimilarityMetric: TypeAlias = Literal["cosine", "euclidean"]
42
+ VectorSimilarityMetric: TypeAlias = Literal["cosine", "euclidean", "none"]
43
43
 
44
44
 
45
45
  __all__ = [