corvic-engine 0.3.0rc69__tar.gz → 0.3.0rc70__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.0rc69 → corvic_engine-0.3.0rc70}/Cargo.lock +2 -2
  2. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/Cargo.toml +1 -1
  3. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/PKG-INFO +1 -1
  4. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/pyproject.toml +2 -2
  5. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.py +8 -10
  6. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/LICENSE +0 -0
  7. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/README.md +0 -0
  8. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/Cargo.toml +0 -0
  9. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2.py +0 -0
  10. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2.pyi +0 -0
  11. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.py +0 -0
  12. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
  13. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/context/__init__.py +0 -0
  14. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/context/py.typed +0 -0
  15. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embed/__init__.py +0 -0
  16. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embed/node2vec.py +0 -0
  17. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embed/py.typed +0 -0
  18. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/__init__.py +0 -0
  19. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/embeddings.py +0 -0
  20. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/embedding_metric/py.typed +0 -0
  21. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/engine/__init__.py +0 -0
  22. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/engine/_native.pyi +0 -0
  23. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/engine/py.typed +0 -0
  24. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/__init__.py +0 -0
  25. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_base_model.py +0 -0
  26. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_completion_model.py +0 -0
  27. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_defaults.py +0 -0
  28. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_errors.py +0 -0
  29. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_feature_type.py +0 -0
  30. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_feature_view.py +0 -0
  31. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_pipeline.py +0 -0
  32. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_proto_orm_convert.py +0 -0
  33. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_resource.py +0 -0
  34. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_room.py +0 -0
  35. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_source.py +0 -0
  36. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/_space.py +0 -0
  37. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/model/py.typed +0 -0
  38. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/__init__.py +0 -0
  39. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/_schema.py +0 -0
  40. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/_transformations.py +0 -0
  41. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/aggregation.py +0 -0
  42. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/encoders.py +0 -0
  43. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/errors.py +0 -0
  44. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/feature_types.py +0 -0
  45. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/ops.py +0 -0
  46. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/py.typed +0 -0
  47. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/__init__.py +0 -0
  48. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
  49. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
  50. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/op_graph/sample_strategy.py +0 -0
  51. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/__init__.py +0 -0
  52. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/_proto_columns.py +0 -0
  53. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/base.py +0 -0
  54. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/errors.py +0 -0
  55. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/__init__.py +0 -0
  56. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/utc_func.py +0 -0
  57. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/func/uuid_func.py +0 -0
  58. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/ids.py +0 -0
  59. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/keys.py +0 -0
  60. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/mixins.py +0 -0
  61. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/orm/py.typed +0 -0
  62. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/__init__.py +0 -0
  63. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_const.py +0 -0
  64. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_from_value.py +0 -0
  65. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_temporal.py +0 -0
  66. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_to_value.py +0 -0
  67. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/_types.py +0 -0
  68. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/pa_scalar/py.typed +0 -0
  69. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/__init__.py +0 -0
  70. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/_errors.py +0 -0
  71. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/_wrappers.py +0 -0
  72. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/proto_wrapper/py.typed +0 -0
  73. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/result/__init__.py +0 -0
  74. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/result/py.typed +0 -0
  75. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/sql/__init__.py +0 -0
  76. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/sql/parse_ops.py +0 -0
  77. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/sql/py.typed +0 -0
  78. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/__init__.py +0 -0
  79. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_column_encoding.py +0 -0
  80. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_dimension_reduction.py +0 -0
  81. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_embedder.py +0 -0
  82. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_image_embedder.py +0 -0
  83. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_planner.py +0 -0
  84. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/_text_embedder.py +0 -0
  85. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/client.py +0 -0
  86. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/in_memory_executor.py +0 -0
  87. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/op_graph_executor.py +0 -0
  88. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/py.typed +0 -0
  89. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/staging.py +0 -0
  90. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system/storage.py +0 -0
  91. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/__init__.py +0 -0
  92. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/client.py +0 -0
  93. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
  94. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/py.typed +0 -0
  95. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
  96. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/system_sqlite/staging.py +0 -0
  97. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/table/__init__.py +0 -0
  98. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/table/py.typed +0 -0
  99. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/table/table.py +0 -0
  100. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/version/__init__.py +0 -0
  101. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/version/py.typed +0 -0
  102. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/__init__.py +0 -0
  103. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic/well_known_types/py.typed +0 -0
  104. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/__init__.py +0 -0
  105. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/__init__.py +0 -0
  106. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
  107. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
  108. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
  109. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
  110. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
  111. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
  112. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/__init__.py +0 -0
  113. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/__init__.py +0 -0
  114. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
  115. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
  116. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
  117. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
  118. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/__init__.py +0 -0
  119. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/__init__.py +0 -0
  120. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
  121. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
  122. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
  123. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
  124. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
  125. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
  126. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
  127. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
  128. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/__init__.py +0 -0
  129. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
  130. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
  131. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
  132. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
  133. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
  134. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
  135. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
  136. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/__init__.py +0 -0
  137. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/__init__.py +0 -0
  138. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
  139. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
  140. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
  141. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
  142. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/__init__.py +0 -0
  143. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
  144. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
  145. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
  146. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
  147. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
  148. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
  149. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
  150. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
  151. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
  152. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
  153. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
  154. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
  155. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
  156. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
  157. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
  158. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
  159. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
  160. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
  161. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
  162. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
  163. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
  164. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
  165. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
  166. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
  167. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/__init__.py +0 -0
  168. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
  169. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
  170. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
  171. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
  172. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
  173. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/__init__.py +0 -0
  174. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/__init__.py +0 -0
  175. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
  176. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
  177. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
  178. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
  179. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
  180. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
  181. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
  182. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
  183. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
  184. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
  185. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
  186. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
  187. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
  188. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
  189. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
  190. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
  191. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
  192. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
  193. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
  194. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
  195. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
  196. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
  197. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
  198. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
  199. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
  200. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
  201. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
  202. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
  203. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/__init__.py +0 -0
  204. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/__init__.py +0 -0
  205. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.py +0 -0
  206. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
  207. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
  208. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
  209. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.py +0 -0
  210. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
  211. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
  212. {corvic_engine-0.3.0rc69 → corvic_engine-0.3.0rc70}/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.69"
19
+ version = "0.3.0-rc.70"
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.69"
60
+ version = "0.3.0-rc.70"
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.69"
6
+ version = "0.3.0-rc.70"
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.0rc69
3
+ Version: 0.3.0rc70
4
4
  Classifier: Environment :: Console
5
5
  Classifier: License :: Other/Proprietary License
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -19,7 +19,7 @@ authors = [
19
19
  ]
20
20
  readme = "README.md"
21
21
  description = "Seamless embedding generation and retrieval."
22
- version = "0.3.0-rc.69" # sync this with tool.poetry.version below
22
+ version = "0.3.0-rc.70" # sync this with tool.poetry.version below
23
23
 
24
24
  # TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
25
25
  # 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.69"
76
+ version = "0.3.0-rc.70"
77
77
 
78
78
  [tool.poetry.scripts]
79
79
  check = "corvic_check.cli:main"
@@ -21,7 +21,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
21
21
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
22
22
 
23
23
 
24
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x63orvic/feature/v2/space.proto\x12\x11\x63orvic.feature.v2\x1a\x1b\x62uf/validate/validate.proto\x1a%corvic/algorithm/graph/v1/graph.proto\x1a corvic/embedding/v1/models.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc0\x06\n\nParameters\x12\x8e\x01\n\x0f\x66\x65\x61ture_view_id\x18\x04 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\rfeatureViewId\x12p\n\x1b\x63olumn_embedding_parameters\x18\x02 \x01(\x0b\x32..corvic.embedding.v1.ColumnEmbeddingParametersH\x00R\x19\x63olumnEmbeddingParameters\x12`\n\x13node2vec_parameters\x18\x03 \x01(\x0b\x32-.corvic.algorithm.graph.v1.Node2VecParametersH\x00R\x12node2vecParameters\x12p\n\x17\x63oncat_string_and_embed\x18\x05 \x01(\x0b\x32\x33.corvic.embedding.v1.ConcatStringAndEmbedParametersB\x02\x18\x01H\x00R\x14\x63oncatStringAndEmbed\x12n\n\x1b\x63oncat_and_embed_parameters\x18\x06 \x01(\x0b\x32-.corvic.embedding.v1.ConcatAndEmbedParametersH\x00R\x18\x63oncatAndEmbedParameters\x12n\n\x1b\x65mbed_and_concat_parameters\x18\x07 \x01(\x0b\x32-.corvic.embedding.v1.EmbedAndConcatParametersH\x00R\x18\x65mbedAndConcatParameters\x12\x61\n\x16\x65mbed_image_parameters\x18\x08 \x01(\x0b\x32).corvic.embedding.v1.EmbedImageParametersH\x00R\x14\x65mbedImageParametersB\x08\n\x06paramsJ\x04\x08\x01\x10\x02R\x08space_id\"\xa2\x01\n\x10\x45mbeddingMetrics\x12\x15\n\x06ne_sum\x18\x01 \x01(\x02R\x05neSum\x12)\n\x10\x63ondition_number\x18\x02 \x01(\x02R\x0f\x63onditionNumber\x12+\n\x11rcondition_number\x18\x04 \x01(\x02R\x10rconditionNumber\x12\x1f\n\x0bstable_rank\x18\x03 \x01(\x02R\nstableRank\"\xd2\x03\n\nSpaceEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12\x39\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x35\n\x06params\x18\x06 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12<\n\rrecent_events\x18\x07 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12P\n\x11\x65mbedding_metrics\x18\x08 \x01(\x0b\x32#.corvic.feature.v2.EmbeddingMetricsR\x10\x65mbeddingMetrics\x12;\n\nspace_type\x18\t \x01(\x0e\x32\x1c.corvic.feature.v2.SpaceTypeR\tspaceType\x12\x1b\n\tauto_sync\x18\n \x01(\x08R\x08\x61utoSync\"\xde\x01\n\rSpaceRunEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12 \n\x0cspace_run_id\x18\x03 \x01(\tR\nspaceRunId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12<\n\rrecent_events\x18\x05 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"\x95\x01\n\x0fGetSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"R\n\x10GetSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x94\x01\n\x11ListSpacesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"X\n\x12ListSpacesResponse\x12\x42\n\rspace_entries\x18\x01 \x03(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\x0cspaceEntries\"\xb6\x02\n\x12\x43reateSpaceRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12*\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x35\n\x06params\x18\x03 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12\x1b\n\tauto_sync\x18\x04 \x01(\x08R\x08\x61utoSync\x12\x1f\n\x04name\x18\x05 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x04name\"U\n\x13\x43reateSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x8c\x01\n\x12\x44\x65leteSpaceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x15\n\x13\x44\x65leteSpaceResponse\"\x9b\x01\n\x15GetSpaceResultRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"7\n\x16GetSpaceResultResponse\x12\x1d\n\nsigned_url\x18\x01 \x01(\tR\tsignedUrl\"\xa2\x01\n\x1cGetSpaceVisualizationRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"f\n\x10\x45mbeddingRowData\x12\x17\n\x07node_id\x18\x03 \x01(\tR\x06nodeId\x12\x1b\n\tnode_type\x18\x04 \x01(\tR\x08nodeType\x12\x1c\n\tembedding\x18\x02 \x03(\x02R\tembedding\"`\n\x12\x45mbeddingTableData\x12J\n\x0e\x65mbedding_rows\x18\x01 \x03(\x0b\x32#.corvic.feature.v2.EmbeddingRowDataR\rembeddingRows\"\xa4\x01\n\x1dGetSpaceVisualizationResponse\x12G\n\x0b\x63oordinates\x18\x01 \x01(\x0b\x32%.corvic.feature.v2.EmbeddingTableDataR\x0b\x63oordinates\x12:\n\x19\x66raction_points_retrieved\x18\x02 \x01(\x02R\x17\x66ractionPointsRetrieved\"V\n\tSourceKey\x12\x1b\n\tsource_id\x18\x01 \x01(\tR\x08sourceId\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value\"f\n\x11VisualizationData\x12;\n\nsource_key\x18\x01 \x01(\x0b\x32\x1c.corvic.feature.v2.SourceKeyR\tsourceKey\x12\x14\n\x05point\x18\x02 \x03(\x02R\x05point\"\xea\x02\n\x17GetVisualizationRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x89\x01\n\x0cspace_run_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\nspaceRunId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12&\n\nnum_points\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\tnumPoints\"l\n\x18GetVisualizationResponse\x12\x16\n\x06\x63ursor\x18\x01 \x01(\tR\x06\x63ursor\x12\x38\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32$.corvic.feature.v2.VisualizationDataR\x04\x64\x61ta\"\x8d\x01\n\x1aListSpacerunsCursorPayload\x12\x19\n\x08space_id\x18\x01 \x01(\tR\x07spaceId\x12T\n\x19\x63reate_time_of_last_entry\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\"\xb3\x01\n\x14ListSpaceRunsRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"}\n\x15ListSpaceRunsResponse\x12L\n\x11space_run_entries\x18\x01 \x03(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\x0fspaceRunEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"\x9f\x01\n\x12GetSpaceRunRequest\x12\x88\x01\n\x0cspace_run_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\nspaceRunId\"_\n\x13GetSpaceRunResponse\x12H\n\x0fspace_run_entry\x18\x01 \x01(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\rspaceRunEntry\"\xb0\x02\n\x11PatchSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\x12#\n\tauto_sync\x18\x02 \x01(\x08\x42\x06\xbaH\x03\xc8\x01\x01R\x08\x61utoSync\x12\x31\n\x0enew_space_name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x0cnewSpaceName\x12?\n\x15new_space_description\x18\x04 \x01(\tB\x0b\xbaH\x08r\x03\x18\xe8\x07\xd8\x01\x01R\x13newSpaceDescription\"T\n\x12PatchSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry*\x89\x01\n\tSpaceType\x12\x1a\n\x16SPACE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15SPACE_TYPE_RELATIONAL\x10\x01\x12\x17\n\x13SPACE_TYPE_SEMANTIC\x10\x02\x12\x16\n\x12SPACE_TYPE_TABULAR\x10\x03\x12\x14\n\x10SPACE_TYPE_IMAGE\x10\x04\x32\x90\x08\n\x0cSpaceService\x12X\n\x08GetSpace\x12\".corvic.feature.v2.GetSpaceRequest\x1a#.corvic.feature.v2.GetSpaceResponse\"\x03\x90\x02\x01\x12[\n\nPatchSpace\x12$.corvic.feature.v2.PatchSpaceRequest\x1a%.corvic.feature.v2.PatchSpaceResponse\"\x00\x12^\n\x0b\x43reateSpace\x12%.corvic.feature.v2.CreateSpaceRequest\x1a&.corvic.feature.v2.CreateSpaceResponse\"\x00\x12^\n\x0b\x44\x65leteSpace\x12%.corvic.feature.v2.DeleteSpaceRequest\x1a&.corvic.feature.v2.DeleteSpaceResponse\"\x00\x12^\n\nListSpaces\x12$.corvic.feature.v2.ListSpacesRequest\x1a%.corvic.feature.v2.ListSpacesResponse\"\x03\x90\x02\x01\x12j\n\x0eGetSpaceResult\x12(.corvic.feature.v2.GetSpaceResultRequest\x1a).corvic.feature.v2.GetSpaceResultResponse\"\x03\x90\x02\x01\x12\x7f\n\x15GetSpaceVisualization\x12/.corvic.feature.v2.GetSpaceVisualizationRequest\x1a\x30.corvic.feature.v2.GetSpaceVisualizationResponse\"\x03\x90\x02\x01\x12p\n\x10GetVisualization\x12*.corvic.feature.v2.GetVisualizationRequest\x1a+.corvic.feature.v2.GetVisualizationResponse\"\x03\x90\x02\x01\x12g\n\rListSpaceRuns\x12\'.corvic.feature.v2.ListSpaceRunsRequest\x1a(.corvic.feature.v2.ListSpaceRunsResponse\"\x03\x90\x02\x01\x12\x61\n\x0bGetSpaceRun\x12%.corvic.feature.v2.GetSpaceRunRequest\x1a&.corvic.feature.v2.GetSpaceRunResponse\"\x03\x90\x02\x01\x62\x06proto3')
24
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x63orvic/feature/v2/space.proto\x12\x11\x63orvic.feature.v2\x1a\x1b\x62uf/validate/validate.proto\x1a%corvic/algorithm/graph/v1/graph.proto\x1a corvic/embedding/v1/models.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc0\x06\n\nParameters\x12\x8e\x01\n\x0f\x66\x65\x61ture_view_id\x18\x04 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\rfeatureViewId\x12p\n\x1b\x63olumn_embedding_parameters\x18\x02 \x01(\x0b\x32..corvic.embedding.v1.ColumnEmbeddingParametersH\x00R\x19\x63olumnEmbeddingParameters\x12`\n\x13node2vec_parameters\x18\x03 \x01(\x0b\x32-.corvic.algorithm.graph.v1.Node2VecParametersH\x00R\x12node2vecParameters\x12p\n\x17\x63oncat_string_and_embed\x18\x05 \x01(\x0b\x32\x33.corvic.embedding.v1.ConcatStringAndEmbedParametersB\x02\x18\x01H\x00R\x14\x63oncatStringAndEmbed\x12n\n\x1b\x63oncat_and_embed_parameters\x18\x06 \x01(\x0b\x32-.corvic.embedding.v1.ConcatAndEmbedParametersH\x00R\x18\x63oncatAndEmbedParameters\x12n\n\x1b\x65mbed_and_concat_parameters\x18\x07 \x01(\x0b\x32-.corvic.embedding.v1.EmbedAndConcatParametersH\x00R\x18\x65mbedAndConcatParameters\x12\x61\n\x16\x65mbed_image_parameters\x18\x08 \x01(\x0b\x32).corvic.embedding.v1.EmbedImageParametersH\x00R\x14\x65mbedImageParametersB\x08\n\x06paramsJ\x04\x08\x01\x10\x02R\x08space_id\"\xa2\x01\n\x10\x45mbeddingMetrics\x12\x15\n\x06ne_sum\x18\x01 \x01(\x02R\x05neSum\x12)\n\x10\x63ondition_number\x18\x02 \x01(\x02R\x0f\x63onditionNumber\x12+\n\x11rcondition_number\x18\x04 \x01(\x02R\x10rconditionNumber\x12\x1f\n\x0bstable_rank\x18\x03 \x01(\x02R\nstableRank\"\xd2\x03\n\nSpaceEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12\x39\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x35\n\x06params\x18\x06 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12<\n\rrecent_events\x18\x07 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12P\n\x11\x65mbedding_metrics\x18\x08 \x01(\x0b\x32#.corvic.feature.v2.EmbeddingMetricsR\x10\x65mbeddingMetrics\x12;\n\nspace_type\x18\t \x01(\x0e\x32\x1c.corvic.feature.v2.SpaceTypeR\tspaceType\x12\x1b\n\tauto_sync\x18\n \x01(\x08R\x08\x61utoSync\"\xde\x01\n\rSpaceRunEntry\x12\x17\n\x07room_id\x18\x01 \x01(\tR\x06roomId\x12\x19\n\x08space_id\x18\x02 \x01(\tR\x07spaceId\x12 \n\x0cspace_run_id\x18\x03 \x01(\tR\nspaceRunId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12<\n\rrecent_events\x18\x05 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"\x95\x01\n\x0fGetSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"R\n\x10GetSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x94\x01\n\x11ListSpacesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"X\n\x12ListSpacesResponse\x12\x42\n\rspace_entries\x18\x01 \x03(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\x0cspaceEntries\"\xb6\x02\n\x12\x43reateSpaceRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12*\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x35\n\x06params\x18\x03 \x03(\x0b\x32\x1d.corvic.feature.v2.ParametersR\x06params\x12\x1b\n\tauto_sync\x18\x04 \x01(\x08R\x08\x61utoSync\x12\x1f\n\x04name\x18\x05 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x04name\"U\n\x13\x43reateSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry\"\x8c\x01\n\x12\x44\x65leteSpaceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x15\n\x13\x44\x65leteSpaceResponse\"\x9b\x01\n\x15GetSpaceResultRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"7\n\x16GetSpaceResultResponse\x12\x1d\n\nsigned_url\x18\x01 \x01(\tR\tsignedUrl\"\xa2\x01\n\x1cGetSpaceVisualizationRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\"f\n\x10\x45mbeddingRowData\x12\x17\n\x07node_id\x18\x03 \x01(\tR\x06nodeId\x12\x1b\n\tnode_type\x18\x04 \x01(\tR\x08nodeType\x12\x1c\n\tembedding\x18\x02 \x03(\x02R\tembedding\"`\n\x12\x45mbeddingTableData\x12J\n\x0e\x65mbedding_rows\x18\x01 \x03(\x0b\x32#.corvic.feature.v2.EmbeddingRowDataR\rembeddingRows\"\xa4\x01\n\x1dGetSpaceVisualizationResponse\x12G\n\x0b\x63oordinates\x18\x01 \x01(\x0b\x32%.corvic.feature.v2.EmbeddingTableDataR\x0b\x63oordinates\x12:\n\x19\x66raction_points_retrieved\x18\x02 \x01(\x02R\x17\x66ractionPointsRetrieved\"V\n\tSourceKey\x12\x1b\n\tsource_id\x18\x01 \x01(\tR\x08sourceId\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value\"f\n\x11VisualizationData\x12;\n\nsource_key\x18\x01 \x01(\x0b\x32\x1c.corvic.feature.v2.SourceKeyR\tsourceKey\x12\x14\n\x05point\x18\x02 \x03(\x02R\x05point\"\xea\x02\n\x17GetVisualizationRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x89\x01\n\x0cspace_run_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\nspaceRunId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12&\n\nnum_points\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02 \x00R\tnumPoints\"l\n\x18GetVisualizationResponse\x12\x16\n\x06\x63ursor\x18\x01 \x01(\tR\x06\x63ursor\x12\x38\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32$.corvic.feature.v2.VisualizationDataR\x04\x64\x61ta\"\x8d\x01\n\x1aListSpacerunsCursorPayload\x12\x19\n\x08space_id\x18\x01 \x01(\tR\x07spaceId\x12T\n\x19\x63reate_time_of_last_entry\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\"\xb3\x01\n\x14ListSpaceRunsRequest\x12\x82\x01\n\x08space_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x07spaceId\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"}\n\x15ListSpaceRunsResponse\x12L\n\x11space_run_entries\x18\x01 \x03(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\x0fspaceRunEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\"\x9f\x01\n\x12GetSpaceRunRequest\x12\x88\x01\n\x0cspace_run_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\nspaceRunId\"_\n\x13GetSpaceRunResponse\x12H\n\x0fspace_run_entry\x18\x01 \x01(\x0b\x32 .corvic.feature.v2.SpaceRunEntryR\rspaceRunEntry\"\xa8\x02\n\x11PatchSpaceRequest\x12\x81\x01\n\x08space_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x07spaceId\x12\x1b\n\tauto_sync\x18\x02 \x01(\x08R\x08\x61utoSync\x12\x31\n\x0enew_space_name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x03\x18\x96\x01\xd8\x01\x01R\x0cnewSpaceName\x12?\n\x15new_space_description\x18\x04 \x01(\tB\x0b\xbaH\x08r\x03\x18\xe8\x07\xd8\x01\x01R\x13newSpaceDescription\"T\n\x12PatchSpaceResponse\x12>\n\x0bspace_entry\x18\x01 \x01(\x0b\x32\x1d.corvic.feature.v2.SpaceEntryR\nspaceEntry*\x89\x01\n\tSpaceType\x12\x1a\n\x16SPACE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15SPACE_TYPE_RELATIONAL\x10\x01\x12\x17\n\x13SPACE_TYPE_SEMANTIC\x10\x02\x12\x16\n\x12SPACE_TYPE_TABULAR\x10\x03\x12\x14\n\x10SPACE_TYPE_IMAGE\x10\x04\x32\x90\x08\n\x0cSpaceService\x12X\n\x08GetSpace\x12\".corvic.feature.v2.GetSpaceRequest\x1a#.corvic.feature.v2.GetSpaceResponse\"\x03\x90\x02\x01\x12[\n\nPatchSpace\x12$.corvic.feature.v2.PatchSpaceRequest\x1a%.corvic.feature.v2.PatchSpaceResponse\"\x00\x12^\n\x0b\x43reateSpace\x12%.corvic.feature.v2.CreateSpaceRequest\x1a&.corvic.feature.v2.CreateSpaceResponse\"\x00\x12^\n\x0b\x44\x65leteSpace\x12%.corvic.feature.v2.DeleteSpaceRequest\x1a&.corvic.feature.v2.DeleteSpaceResponse\"\x00\x12^\n\nListSpaces\x12$.corvic.feature.v2.ListSpacesRequest\x1a%.corvic.feature.v2.ListSpacesResponse\"\x03\x90\x02\x01\x12j\n\x0eGetSpaceResult\x12(.corvic.feature.v2.GetSpaceResultRequest\x1a).corvic.feature.v2.GetSpaceResultResponse\"\x03\x90\x02\x01\x12\x7f\n\x15GetSpaceVisualization\x12/.corvic.feature.v2.GetSpaceVisualizationRequest\x1a\x30.corvic.feature.v2.GetSpaceVisualizationResponse\"\x03\x90\x02\x01\x12p\n\x10GetVisualization\x12*.corvic.feature.v2.GetVisualizationRequest\x1a+.corvic.feature.v2.GetVisualizationResponse\"\x03\x90\x02\x01\x12g\n\rListSpaceRuns\x12\'.corvic.feature.v2.ListSpaceRunsRequest\x1a(.corvic.feature.v2.ListSpaceRunsResponse\"\x03\x90\x02\x01\x12\x61\n\x0bGetSpaceRun\x12%.corvic.feature.v2.GetSpaceRunRequest\x1a&.corvic.feature.v2.GetSpaceRunResponse\"\x03\x90\x02\x01\x62\x06proto3')
25
25
 
26
26
  _globals = globals()
27
27
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -60,8 +60,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
60
60
  _globals['_GETSPACERUNREQUEST'].fields_by_name['space_run_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
61
61
  _globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._options = None
62
62
  _globals['_PATCHSPACEREQUEST'].fields_by_name['space_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
63
- _globals['_PATCHSPACEREQUEST'].fields_by_name['auto_sync']._options = None
64
- _globals['_PATCHSPACEREQUEST'].fields_by_name['auto_sync']._serialized_options = b'\272H\003\310\001\001'
65
63
  _globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_name']._options = None
66
64
  _globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_name']._serialized_options = b'\272H\010r\003\030\226\001\330\001\001'
67
65
  _globals['_PATCHSPACEREQUEST'].fields_by_name['new_space_description']._options = None
@@ -80,8 +78,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
80
78
  _globals['_SPACESERVICE'].methods_by_name['ListSpaceRuns']._serialized_options = b'\220\002\001'
81
79
  _globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._options = None
82
80
  _globals['_SPACESERVICE'].methods_by_name['GetSpaceRun']._serialized_options = b'\220\002\001'
83
- _globals['_SPACETYPE']._serialized_start=5540
84
- _globals['_SPACETYPE']._serialized_end=5677
81
+ _globals['_SPACETYPE']._serialized_start=5532
82
+ _globals['_SPACETYPE']._serialized_end=5669
85
83
  _globals['_PARAMETERS']._serialized_start=282
86
84
  _globals['_PARAMETERS']._serialized_end=1114
87
85
  _globals['_EMBEDDINGMETRICS']._serialized_start=1117
@@ -137,9 +135,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
137
135
  _globals['_GETSPACERUNRESPONSE']._serialized_start=5049
138
136
  _globals['_GETSPACERUNRESPONSE']._serialized_end=5144
139
137
  _globals['_PATCHSPACEREQUEST']._serialized_start=5147
140
- _globals['_PATCHSPACEREQUEST']._serialized_end=5451
141
- _globals['_PATCHSPACERESPONSE']._serialized_start=5453
142
- _globals['_PATCHSPACERESPONSE']._serialized_end=5537
143
- _globals['_SPACESERVICE']._serialized_start=5680
144
- _globals['_SPACESERVICE']._serialized_end=6720
138
+ _globals['_PATCHSPACEREQUEST']._serialized_end=5443
139
+ _globals['_PATCHSPACERESPONSE']._serialized_start=5445
140
+ _globals['_PATCHSPACERESPONSE']._serialized_end=5529
141
+ _globals['_SPACESERVICE']._serialized_start=5672
142
+ _globals['_SPACESERVICE']._serialized_end=6712
145
143
  # @@protoc_insertion_point(module_scope)