corvic-engine 0.3.0rc45__tar.gz → 0.3.0rc46__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 (251) hide show
  1. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/Cargo.lock +8 -8
  2. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/Cargo.toml +1 -1
  3. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/PKG-INFO +1 -1
  4. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/pyproject.toml +2 -2
  5. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/__init__.py +0 -86
  6. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/storage.py +1 -1
  7. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system_sqlite/fs_blob_store.py +9 -3
  8. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system_sqlite/rdbms_blob_store.py +3 -2
  9. corvic_engine-0.3.0rc46/python/corvic_generated/model/v1alpha/models_pb2.py +58 -0
  10. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -56
  11. corvic_engine-0.3.0rc45/python/corvic_generated/model/v1alpha/models_pb2.py +0 -68
  12. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/LICENSE +0 -0
  13. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/README.md +0 -0
  14. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/Cargo.toml +0 -0
  15. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/expression_pb2.py +0 -0
  16. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/expression_pb2.pyi +0 -0
  17. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/expression_pb2_grpc.py +0 -0
  18. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/expression_pb2_grpc.pyi +0 -0
  19. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/priv/private_pb2.py +0 -0
  20. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/priv/private_pb2.pyi +0 -0
  21. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/priv/private_pb2_grpc.py +0 -0
  22. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/priv/private_pb2_grpc.pyi +0 -0
  23. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/validate_pb2.py +0 -0
  24. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/validate_pb2.pyi +0 -0
  25. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/validate_pb2_grpc.py +0 -0
  26. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
  27. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/context/__init__.py +0 -0
  28. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/context/py.typed +0 -0
  29. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/embed/__init__.py +0 -0
  30. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/embed/node2vec.py +0 -0
  31. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/embed/py.typed +0 -0
  32. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/embedding_metric/__init__.py +0 -0
  33. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/embedding_metric/embeddings.py +0 -0
  34. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/embedding_metric/py.typed +0 -0
  35. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/engine/__init__.py +0 -0
  36. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/engine/_native.pyi +0 -0
  37. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/engine/py.typed +0 -0
  38. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/__init__.py +0 -0
  39. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_agent.py +0 -0
  40. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_base_model.py +0 -0
  41. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_completion_model.py +0 -0
  42. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_defaults.py +0 -0
  43. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_errors.py +0 -0
  44. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_feature_type.py +0 -0
  45. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_feature_view.py +0 -0
  46. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_pipeline.py +0 -0
  47. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_proto_orm_convert.py +0 -0
  48. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_resource.py +0 -0
  49. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_room.py +0 -0
  50. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_source.py +0 -0
  51. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/_space.py +0 -0
  52. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/model/py.typed +0 -0
  53. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/__init__.py +0 -0
  54. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/_schema.py +0 -0
  55. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/_transformations.py +0 -0
  56. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/aggregation.py +0 -0
  57. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/encoders.py +0 -0
  58. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/errors.py +0 -0
  59. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/feature_types.py +0 -0
  60. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/ops.py +0 -0
  61. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/py.typed +0 -0
  62. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/row_filters/__init__.py +0 -0
  63. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
  64. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
  65. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/op_graph/sample_strategy.py +0 -0
  66. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/_proto_columns.py +0 -0
  67. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/base.py +0 -0
  68. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/errors.py +0 -0
  69. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/func/__init__.py +0 -0
  70. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/func/utc_func.py +0 -0
  71. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/func/uuid_func.py +0 -0
  72. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/ids.py +0 -0
  73. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/keys.py +0 -0
  74. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/mixins.py +0 -0
  75. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/orm/py.typed +0 -0
  76. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/__init__.py +0 -0
  77. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/_const.py +0 -0
  78. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/_from_value.py +0 -0
  79. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/_temporal.py +0 -0
  80. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/_to_value.py +0 -0
  81. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/_types.py +0 -0
  82. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/pa_scalar/py.typed +0 -0
  83. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/proto_wrapper/__init__.py +0 -0
  84. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/proto_wrapper/_errors.py +0 -0
  85. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/proto_wrapper/_wrappers.py +0 -0
  86. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/proto_wrapper/py.typed +0 -0
  87. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/result/__init__.py +0 -0
  88. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/result/py.typed +0 -0
  89. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/sql/__init__.py +0 -0
  90. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/sql/parse_ops.py +0 -0
  91. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/sql/py.typed +0 -0
  92. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/__init__.py +0 -0
  93. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/_dimension_reduction.py +0 -0
  94. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/_embedder.py +0 -0
  95. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/_image_embedder.py +0 -0
  96. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/_planner.py +0 -0
  97. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/_text_embedder.py +0 -0
  98. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/client.py +0 -0
  99. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/in_memory_executor.py +0 -0
  100. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/op_graph_executor.py +0 -0
  101. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/py.typed +0 -0
  102. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system/staging.py +0 -0
  103. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system_sqlite/__init__.py +0 -0
  104. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system_sqlite/client.py +0 -0
  105. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system_sqlite/py.typed +0 -0
  106. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/system_sqlite/staging.py +0 -0
  107. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/table/__init__.py +0 -0
  108. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/table/py.typed +0 -0
  109. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/table/table.py +0 -0
  110. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/version/__init__.py +0 -0
  111. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/version/py.typed +0 -0
  112. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/well_known_types/__init__.py +0 -0
  113. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic/well_known_types/py.typed +0 -0
  114. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/__init__.py +0 -0
  115. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/__init__.py +0 -0
  116. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
  117. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
  118. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
  119. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
  120. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
  121. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
  122. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/chat/__init__.py +0 -0
  123. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/chat/v1/__init__.py +0 -0
  124. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/chat/v1/service_pb2.py +0 -0
  125. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/chat/v1/service_pb2.pyi +0 -0
  126. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/chat/v1/service_pb2_grpc.py +0 -0
  127. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/chat/v1/service_pb2_grpc.pyi +0 -0
  128. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/completion/__init__.py +0 -0
  129. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/completion/v1/__init__.py +0 -0
  130. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/completion/v1/service_pb2.py +0 -0
  131. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/completion/v1/service_pb2.pyi +0 -0
  132. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/completion/v1/service_pb2_grpc.py +0 -0
  133. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/completion/v1/service_pb2_grpc.pyi +0 -0
  134. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/config/__init__.py +0 -0
  135. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/config/v1/__init__.py +0 -0
  136. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/config/v1/settings_pb2.py +0 -0
  137. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/config/v1/settings_pb2.pyi +0 -0
  138. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/config/v1/settings_pb2_grpc.py +0 -0
  139. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/config/v1/settings_pb2_grpc.pyi +0 -0
  140. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/embedding/__init__.py +0 -0
  141. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/embedding/v1/__init__.py +0 -0
  142. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
  143. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
  144. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
  145. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
  146. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/__init__.py +0 -0
  147. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/__init__.py +0 -0
  148. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
  149. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
  150. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
  151. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
  152. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
  153. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
  154. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
  155. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
  156. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/__init__.py +0 -0
  157. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
  158. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
  159. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
  160. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
  161. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
  162. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
  163. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
  164. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
  165. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/__init__.py +0 -0
  166. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v1/__init__.py +0 -0
  167. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
  168. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
  169. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
  170. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
  171. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/__init__.py +0 -0
  172. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
  173. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
  174. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
  175. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
  176. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
  177. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
  178. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
  179. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
  180. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/resource_pb2.py +0 -0
  181. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/resource_pb2.pyi +0 -0
  182. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
  183. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
  184. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
  185. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
  186. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
  187. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
  188. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
  189. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
  190. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
  191. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
  192. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
  193. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
  194. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
  195. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
  196. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/model/__init__.py +0 -0
  197. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
  198. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
  199. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
  200. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/__init__.py +0 -0
  201. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/__init__.py +0 -0
  202. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/agent_pb2.py +0 -0
  203. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/agent_pb2.pyi +0 -0
  204. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/agent_pb2_grpc.py +0 -0
  205. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/agent_pb2_grpc.pyi +0 -0
  206. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
  207. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
  208. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
  209. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
  210. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/completion_model_pb2.py +0 -0
  211. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/completion_model_pb2.pyi +0 -0
  212. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.py +0 -0
  213. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/completion_model_pb2_grpc.pyi +0 -0
  214. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
  215. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
  216. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
  217. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
  218. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
  219. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
  220. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
  221. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
  222. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
  223. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
  224. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
  225. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
  226. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
  227. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
  228. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
  229. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
  230. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/platform/__init__.py +0 -0
  231. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/platform/v1/__init__.py +0 -0
  232. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/platform/v1/platform_pb2.py +0 -0
  233. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/platform/v1/platform_pb2.pyi +0 -0
  234. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/platform/v1/platform_pb2_grpc.py +0 -0
  235. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/platform/v1/platform_pb2_grpc.pyi +0 -0
  236. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/query/__init__.py +0 -0
  237. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/query/v1/__init__.py +0 -0
  238. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/query/v1/query_pb2.py +0 -0
  239. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/query/v1/query_pb2.pyi +0 -0
  240. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/query/v1/query_pb2_grpc.py +0 -0
  241. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/query/v1/query_pb2_grpc.pyi +0 -0
  242. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/__init__.py +0 -0
  243. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/__init__.py +0 -0
  244. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/event_pb2.py +0 -0
  245. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
  246. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
  247. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
  248. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/service_pb2.py +0 -0
  249. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
  250. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
  251. {corvic_engine-0.3.0rc45 → corvic_engine-0.3.0rc46}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
22
 
23
23
  [[package]]
24
24
  name = "corvic-engine"
25
- version = "0.3.0-rc.45"
25
+ version = "0.3.0-rc.46"
26
26
  dependencies = [
27
27
  "numpy",
28
28
  "pyo3",
@@ -63,7 +63,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
63
63
 
64
64
  [[package]]
65
65
  name = "engine-walk"
66
- version = "0.3.0-rc.45"
66
+ version = "0.3.0-rc.46"
67
67
  dependencies = [
68
68
  "version_check",
69
69
  ]
@@ -172,9 +172,9 @@ dependencies = [
172
172
 
173
173
  [[package]]
174
174
  name = "once_cell"
175
- version = "1.20.2"
175
+ version = "1.20.3"
176
176
  source = "registry+https://github.com/rust-lang/crates.io-index"
177
- checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
177
+ checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
178
178
 
179
179
  [[package]]
180
180
  name = "parking_lot"
@@ -341,9 +341,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
341
341
 
342
342
  [[package]]
343
343
  name = "syn"
344
- version = "2.0.96"
344
+ version = "2.0.98"
345
345
  source = "registry+https://github.com/rust-lang/crates.io-index"
346
- checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
346
+ checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
347
347
  dependencies = [
348
348
  "proc-macro2",
349
349
  "quote",
@@ -368,9 +368,9 @@ dependencies = [
368
368
 
369
369
  [[package]]
370
370
  name = "unicode-ident"
371
- version = "1.0.15"
371
+ version = "1.0.16"
372
372
  source = "registry+https://github.com/rust-lang/crates.io-index"
373
- checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
373
+ checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
374
374
 
375
375
  [[package]]
376
376
  name = "unindent"
@@ -3,7 +3,7 @@ resolver = "2"
3
3
  members = ["python"]
4
4
 
5
5
  [workspace.package]
6
- version = "0.3.0-rc.45"
6
+ version = "0.3.0-rc.46"
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.0rc45
3
+ Version: 0.3.0rc46
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.45" # sync this with tool.poetry.version below
23
+ version = "0.3.0-rc.46" # 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.45"
77
+ version = "0.3.0-rc.46"
78
78
 
79
79
  [tool.poetry.scripts]
80
80
  check = "corvic_check.cli:main"
@@ -4,7 +4,6 @@ from __future__ import annotations
4
4
 
5
5
  import sqlalchemy as sa
6
6
  from sqlalchemy import orm as sa_orm
7
- from sqlalchemy.orm.collections import attribute_mapped_collection
8
7
 
9
8
  from corvic.orm._proto_columns import ProtoMessageDecorator
10
9
  from corvic.orm.base import Base, OrgBase
@@ -351,12 +350,6 @@ class Agent(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
351
350
  parameters: sa_orm.Mapped[agent_pb2.AgentParameters | None] = sa_orm.mapped_column(
352
351
  default=None
353
352
  )
354
- messages: sa_orm.Mapped[dict[str, MessageEntry]] = sa_orm.relationship(
355
- collection_class=attribute_mapped_collection("entry_id"),
356
- default_factory=dict,
357
- init=False,
358
- viewonly=True,
359
- )
360
353
 
361
354
  space_associations: sa_orm.Mapped[list[AgentSpaceAssociation]] = (
362
355
  sa_orm.relationship(default_factory=list, init=False, viewonly=True)
@@ -377,82 +370,6 @@ class AgentSpaceAssociation(BelongsToOrgMixin, BelongsToRoomMixin, Base):
377
370
  )
378
371
 
379
372
 
380
- class UserMessage(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
381
- """A message sent by an user."""
382
-
383
- __tablename__ = "user_message"
384
-
385
- message_entry: sa_orm.Mapped[MessageEntry] = sa_orm.relationship(
386
- init=True, default=None
387
- )
388
-
389
- id: sa_orm.Mapped[UserMessageID | None] = primary_key_identity_column()
390
-
391
- message: sa_orm.Mapped[str | None] = sa_orm.mapped_column(sa.Text, default=None)
392
-
393
-
394
- class AgentMessage(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
395
- """A message sent by an agent."""
396
-
397
- __tablename__ = "agent_message"
398
- message_metadata: sa_orm.Mapped[common_pb2.AgentMessageMetadata | None] = (
399
- sa_orm.mapped_column(
400
- default_factory=lambda: common_pb2.AgentMessageMetadata(
401
- message_reaction=common_pb2.MessageReaction.MESSAGE_REACTION_UNSPECIFIED
402
- )
403
- )
404
- )
405
- id: sa_orm.Mapped[AgentMessageID | None] = primary_key_identity_column()
406
-
407
- message_entry: sa_orm.Mapped[MessageEntry] = sa_orm.relationship(
408
- init=True, default=None
409
- )
410
-
411
- user_message_id: sa_orm.Mapped[UserMessageID | None] = sa_orm.mapped_column(
412
- ForeignKey(UserMessage).make(ondelete="CASCADE"), init=True, default=None
413
- )
414
- message: sa_orm.Mapped[str | None] = sa_orm.mapped_column(sa.Text, default=None)
415
- policy: sa_orm.Mapped[str | None] = sa_orm.mapped_column(sa.Text, default=None)
416
- context: sa_orm.Mapped[str | None] = sa_orm.mapped_column(sa.Text, default=None)
417
- retrieved_entities: sa_orm.Mapped[common_pb2.RetrievedEntities | None] = (
418
- sa_orm.mapped_column(default=None)
419
- )
420
-
421
-
422
- class MessageEntry(SoftDeleteMixin, BelongsToOrgMixin, BelongsToRoomMixin, Base):
423
- """A message either sent by an Agent or an User."""
424
-
425
- __tablename__ = "message_entry"
426
-
427
- id: sa_orm.Mapped[MessageEntryID | None] = primary_key_identity_column()
428
-
429
- agent_id: sa_orm.Mapped[AgentID] = sa_orm.mapped_column(
430
- ForeignKey(Agent).make(ondelete="CASCADE"),
431
- nullable=True,
432
- init=True,
433
- default=None,
434
- )
435
-
436
- agent_message_id: sa_orm.Mapped[AgentMessageID | None] = sa_orm.mapped_column(
437
- ForeignKey(AgentMessage).make(ondelete="CASCADE"), default=None
438
- )
439
- user_message_id: sa_orm.Mapped[UserMessageID | None] = sa_orm.mapped_column(
440
- ForeignKey(UserMessage).make(ondelete="CASCADE"), default=None
441
- )
442
-
443
- agent_message: sa_orm.Mapped[AgentMessage | None] = sa_orm.relationship(
444
- back_populates="message_entry", init=True, default=None
445
- )
446
-
447
- user_message: sa_orm.Mapped[UserMessage | None] = sa_orm.relationship(
448
- back_populates="message_entry", init=True, default=None
449
- )
450
-
451
- @property
452
- def entry_id(self):
453
- return self.id
454
-
455
-
456
373
  class CompletionModel(SoftDeleteMixin, BelongsToOrgMixin, Base):
457
374
  """A customer's custom completion model definition."""
458
375
 
@@ -494,7 +411,6 @@ ID = (
494
411
  __all__ = [
495
412
  "Agent",
496
413
  "AgentID",
497
- "AgentMessage",
498
414
  "AgentMessageID",
499
415
  "Base",
500
416
  "BaseID",
@@ -510,7 +426,6 @@ __all__ = [
510
426
  "FeatureViewSourceID",
511
427
  "ID",
512
428
  "InvalidORMIdentifierError",
513
- "MessageEntry",
514
429
  "MessageEntryID",
515
430
  "Org",
516
431
  "OrgID",
@@ -530,7 +445,6 @@ __all__ = [
530
445
  "SpaceParametersID",
531
446
  "SpaceRun",
532
447
  "SpaceRunID",
533
- "UserMessage",
534
448
  "UserMessageID",
535
449
  "primary_key_foreign_column",
536
450
  "primary_key_identity_column",
@@ -102,7 +102,7 @@ class Bucket(Protocol):
102
102
 
103
103
  def create(self) -> None: ...
104
104
 
105
- def list_blobs(self) -> Iterator[Blob]: ...
105
+ def list_blobs(self, prefix: str | None = None) -> Iterator[Blob]: ...
106
106
 
107
107
 
108
108
  class DataKindManager:
@@ -228,10 +228,16 @@ class FSBucket:
228
228
  def create(self) -> None:
229
229
  return self.path().mkdir()
230
230
 
231
- def list_blobs(self) -> Iterator[FSBlob]:
231
+ def list_blobs(self, prefix: str | None = None) -> Iterator[FSBlob]:
232
232
  for entry in self.path().glob("*"):
233
- if not entry.name.endswith(".metadata"):
234
- yield FSBlob.from_path(self, entry)
233
+ if entry.name.endswith(".metadata"):
234
+ continue
235
+ true_name = base64.urlsafe_b64decode(entry.name.encode("utf-8")).decode(
236
+ "utf-8"
237
+ )
238
+ if prefix and not true_name.startswith(prefix):
239
+ continue
240
+ yield FSBlob.from_path(self, entry)
235
241
 
236
242
  def path(self) -> Path:
237
243
  return self.client.root() / self.name
@@ -277,14 +277,15 @@ class RDBMSBucket:
277
277
  session.add(ORMBucket(name=self._name))
278
278
  session.commit()
279
279
 
280
- def list_blobs(self) -> Iterator[RDBMSBlob]:
280
+ def list_blobs(self, prefix: str | None = None) -> Iterator[RDBMSBlob]:
281
281
  def get_blobs():
282
282
  with self._client.db_session() as session:
283
283
  orm_self = self._to_orm(session)
284
284
  if not orm_self:
285
285
  raise ValueError("bucket does not exist")
286
286
  for blob in orm_self.blobs:
287
- yield RDBMSBlob(self, blob.name)
287
+ if not prefix or blob.name.startswith(prefix):
288
+ yield RDBMSBlob(self, blob.name)
288
289
 
289
290
  return iter(list(get_blobs()))
290
291
 
@@ -0,0 +1,58 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: corvic/model/v1alpha/models.proto
4
+ # Protobuf Python Version: 4.25.3
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from corvic_generated.orm.v1 import agent_pb2 as corvic_dot_orm_dot_v1_dot_agent__pb2
16
+ from corvic_generated.orm.v1 import completion_model_pb2 as corvic_dot_orm_dot_v1_dot_completion__model__pb2
17
+ from corvic_generated.orm.v1 import feature_view_pb2 as corvic_dot_orm_dot_v1_dot_feature__view__pb2
18
+ from corvic_generated.orm.v1 import pipeline_pb2 as corvic_dot_orm_dot_v1_dot_pipeline__pb2
19
+ from corvic_generated.orm.v1 import space_pb2 as corvic_dot_orm_dot_v1_dot_space__pb2
20
+ from corvic_generated.orm.v1 import table_pb2 as corvic_dot_orm_dot_v1_dot_table__pb2
21
+ from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
22
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
23
+
24
+
25
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/model/v1alpha/models.proto\x12\x14\x63orvic.model.v1alpha\x1a\x19\x63orvic/orm/v1/agent.proto\x1a$corvic/orm/v1/completion_model.proto\x1a corvic/orm/v1/feature_view.proto\x1a\x1c\x63orvic/orm/v1/pipeline.proto\x1a\x19\x63orvic/orm/v1/space.proto\x1a\x19\x63orvic/orm/v1/table.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x90\x01\n\x04Room\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xa8\x03\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x10\n\x03md5\x18\x07 \x01(\tR\x03md5\x12#\n\roriginal_path\x18\x08 \x01(\tR\x0coriginalPath\x12\x17\n\x07room_id\x18\t \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\x12<\n\rrecent_events\x18\x0e \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12>\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x91\x02\n\x06Source\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x06 \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\x08 \x01(\tR\npipelineId\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xa9\x05\n\x08Pipeline\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12[\n\x0fresource_inputs\x18\x04 \x03(\x0b\x32\x32.corvic.model.v1alpha.Pipeline.ResourceInputsEntryR\x0eresourceInputs\x12X\n\x0esource_outputs\x18\x05 \x03(\x0b\x32\x31.corvic.model.v1alpha.Pipeline.SourceOutputsEntryR\rsourceOutputs\x12^\n\x17pipeline_transformation\x18\x06 \x01(\x0b\x32%.corvic.orm.v1.PipelineTransformationR\x16pipelineTransformation\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x1a\x61\n\x13ResourceInputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32\x1e.corvic.model.v1alpha.ResourceR\x05value:\x02\x38\x01\x1a^\n\x12SourceOutputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x05value:\x02\x38\x01\x42\r\n\x0b_created_at\"\xca\x02\n\x11\x46\x65\x61tureViewSource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x34\n\x06source\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x06source\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12+\n\x11\x64rop_disconnected\x18\x04 \x01(\x08R\x10\x64ropDisconnected\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x07 \x01(\tR\x06roomIdB\r\n\x0b_created_at\"\x9c\x03\n\x0b\x46\x65\x61tureView\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12P\n\x13\x66\x65\x61ture_view_output\x18\x05 \x01(\x0b\x32 .corvic.orm.v1.FeatureViewOutputR\x11\x66\x65\x61tureViewOutput\x12Y\n\x14\x66\x65\x61ture_view_sources\x18\x06 \x03(\x0b\x32\'.corvic.model.v1alpha.FeatureViewSourceR\x12\x66\x65\x61tureViewSources\x12\x1b\n\tspace_ids\x18\x07 \x03(\tR\x08spaceIds\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfa\x02\n\x05Space\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12I\n\x10space_parameters\x18\x05 \x01(\x0b\x32\x1e.corvic.orm.v1.SpaceParametersR\x0fspaceParameters\x12\x44\n\x0c\x66\x65\x61ture_view\x18\x06 \x01(\x0b\x32!.corvic.model.v1alpha.FeatureViewR\x0b\x66\x65\x61tureView\x12\x1b\n\tauto_sync\x18\t \x01(\x08R\x08\x61utoSync\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x85\x02\n\x05\x41gent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12I\n\x10\x61gent_parameters\x18\x04 \x01(\x0b\x32\x1e.corvic.orm.v1.AgentParametersR\x0f\x61gentParameters\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_atJ\x04\x08\x06\x10\x07R\x08messages\"\xad\x02\n\x0f\x43ompletionModel\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\x12H\n\nparameters\x18\x05 \x01(\x0b\x32(.corvic.orm.v1.CompletionModelParametersR\nparameters\x12$\n\x0esecret_api_key\x18\x06 \x01(\tR\x0csecretApiKey\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_atb\x06proto3')
26
+
27
+ _globals = globals()
28
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
29
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.model.v1alpha.models_pb2', _globals)
30
+ if _descriptor._USE_C_DESCRIPTORS == False:
31
+ DESCRIPTOR._options = None
32
+ _globals['_PIPELINE_RESOURCEINPUTSENTRY']._options = None
33
+ _globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_options = b'8\001'
34
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
35
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
36
+ _globals['_ROOM']._serialized_start=306
37
+ _globals['_ROOM']._serialized_end=450
38
+ _globals['_RESOURCE']._serialized_start=453
39
+ _globals['_RESOURCE']._serialized_end=877
40
+ _globals['_SOURCE']._serialized_start=880
41
+ _globals['_SOURCE']._serialized_end=1153
42
+ _globals['_PIPELINE']._serialized_start=1156
43
+ _globals['_PIPELINE']._serialized_end=1837
44
+ _globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_start=1629
45
+ _globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_end=1726
46
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1728
47
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1822
48
+ _globals['_FEATUREVIEWSOURCE']._serialized_start=1840
49
+ _globals['_FEATUREVIEWSOURCE']._serialized_end=2170
50
+ _globals['_FEATUREVIEW']._serialized_start=2173
51
+ _globals['_FEATUREVIEW']._serialized_end=2585
52
+ _globals['_SPACE']._serialized_start=2588
53
+ _globals['_SPACE']._serialized_end=2966
54
+ _globals['_AGENT']._serialized_start=2969
55
+ _globals['_AGENT']._serialized_end=3230
56
+ _globals['_COMPLETIONMODEL']._serialized_start=3233
57
+ _globals['_COMPLETIONMODEL']._serialized_end=3534
58
+ # @@protoc_insertion_point(module_scope)
@@ -1,30 +1,18 @@
1
1
  from corvic_generated.orm.v1 import agent_pb2 as _agent_pb2
2
- from corvic_generated.orm.v1 import common_pb2 as _common_pb2
3
2
  from corvic_generated.orm.v1 import completion_model_pb2 as _completion_model_pb2
4
3
  from corvic_generated.orm.v1 import feature_view_pb2 as _feature_view_pb2
5
4
  from corvic_generated.orm.v1 import pipeline_pb2 as _pipeline_pb2
6
5
  from corvic_generated.orm.v1 import space_pb2 as _space_pb2
7
6
  from corvic_generated.orm.v1 import table_pb2 as _table_pb2
8
7
  from corvic_generated.status.v1 import event_pb2 as _event_pb2
9
- from google.protobuf import struct_pb2 as _struct_pb2
10
8
  from google.protobuf import timestamp_pb2 as _timestamp_pb2
11
9
  from google.protobuf.internal import containers as _containers
12
- from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
13
10
  from google.protobuf import descriptor as _descriptor
14
11
  from google.protobuf import message as _message
15
12
  from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
16
13
 
17
14
  DESCRIPTOR: _descriptor.FileDescriptor
18
15
 
19
- class MessageReaction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
20
- __slots__ = ()
21
- MESSAGE_REACTION_UNSPECIFIED: _ClassVar[MessageReaction]
22
- MESSAGE_REACTION_THUMBS_UP: _ClassVar[MessageReaction]
23
- MESSAGE_REACTION_THUMBS_DOWN: _ClassVar[MessageReaction]
24
- MESSAGE_REACTION_UNSPECIFIED: MessageReaction
25
- MESSAGE_REACTION_THUMBS_UP: MessageReaction
26
- MESSAGE_REACTION_THUMBS_DOWN: MessageReaction
27
-
28
16
  class Room(_message.Message):
29
17
  __slots__ = ("id", "name", "org_id", "created_at")
30
18
  ID_FIELD_NUMBER: _ClassVar[int]
@@ -183,50 +171,6 @@ class Space(_message.Message):
183
171
  created_at: _timestamp_pb2.Timestamp
184
172
  def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., room_id: _Optional[str] = ..., space_parameters: _Optional[_Union[_space_pb2.SpaceParameters, _Mapping]] = ..., feature_view: _Optional[_Union[FeatureView, _Mapping]] = ..., auto_sync: bool = ..., org_id: _Optional[str] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
185
173
 
186
- class UserMessage(_message.Message):
187
- __slots__ = ("id", "message", "room_id")
188
- ID_FIELD_NUMBER: _ClassVar[int]
189
- MESSAGE_FIELD_NUMBER: _ClassVar[int]
190
- ROOM_ID_FIELD_NUMBER: _ClassVar[int]
191
- id: str
192
- message: str
193
- room_id: str
194
- def __init__(self, id: _Optional[str] = ..., message: _Optional[str] = ..., room_id: _Optional[str] = ...) -> None: ...
195
-
196
- class AgentMessage(_message.Message):
197
- __slots__ = ("id", "message", "policy", "context", "message_reaction", "user_message_id", "retrieved_entities", "room_id")
198
- ID_FIELD_NUMBER: _ClassVar[int]
199
- MESSAGE_FIELD_NUMBER: _ClassVar[int]
200
- POLICY_FIELD_NUMBER: _ClassVar[int]
201
- CONTEXT_FIELD_NUMBER: _ClassVar[int]
202
- MESSAGE_REACTION_FIELD_NUMBER: _ClassVar[int]
203
- USER_MESSAGE_ID_FIELD_NUMBER: _ClassVar[int]
204
- RETRIEVED_ENTITIES_FIELD_NUMBER: _ClassVar[int]
205
- ROOM_ID_FIELD_NUMBER: _ClassVar[int]
206
- id: str
207
- message: str
208
- policy: _struct_pb2.Struct
209
- context: str
210
- message_reaction: MessageReaction
211
- user_message_id: str
212
- retrieved_entities: _common_pb2.RetrievedEntities
213
- room_id: str
214
- def __init__(self, id: _Optional[str] = ..., message: _Optional[str] = ..., policy: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., context: _Optional[str] = ..., message_reaction: _Optional[_Union[MessageReaction, str]] = ..., user_message_id: _Optional[str] = ..., retrieved_entities: _Optional[_Union[_common_pb2.RetrievedEntities, _Mapping]] = ..., room_id: _Optional[str] = ...) -> None: ...
215
-
216
- class MessageEntry(_message.Message):
217
- __slots__ = ("id", "user_message", "agent_message", "created_at", "room_id")
218
- ID_FIELD_NUMBER: _ClassVar[int]
219
- USER_MESSAGE_FIELD_NUMBER: _ClassVar[int]
220
- AGENT_MESSAGE_FIELD_NUMBER: _ClassVar[int]
221
- CREATED_AT_FIELD_NUMBER: _ClassVar[int]
222
- ROOM_ID_FIELD_NUMBER: _ClassVar[int]
223
- id: str
224
- user_message: UserMessage
225
- agent_message: AgentMessage
226
- created_at: _timestamp_pb2.Timestamp
227
- room_id: str
228
- def __init__(self, id: _Optional[str] = ..., user_message: _Optional[_Union[UserMessage, _Mapping]] = ..., agent_message: _Optional[_Union[AgentMessage, _Mapping]] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., room_id: _Optional[str] = ...) -> None: ...
229
-
230
174
  class Agent(_message.Message):
231
175
  __slots__ = ("id", "name", "room_id", "agent_parameters", "org_id", "created_at")
232
176
  ID_FIELD_NUMBER: _ClassVar[int]
@@ -1,68 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: corvic/model/v1alpha/models.proto
4
- # Protobuf Python Version: 4.25.3
5
- """Generated protocol buffer code."""
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
- from google.protobuf.internal import builder as _builder
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- from corvic_generated.orm.v1 import agent_pb2 as corvic_dot_orm_dot_v1_dot_agent__pb2
16
- from corvic_generated.orm.v1 import common_pb2 as corvic_dot_orm_dot_v1_dot_common__pb2
17
- from corvic_generated.orm.v1 import completion_model_pb2 as corvic_dot_orm_dot_v1_dot_completion__model__pb2
18
- from corvic_generated.orm.v1 import feature_view_pb2 as corvic_dot_orm_dot_v1_dot_feature__view__pb2
19
- from corvic_generated.orm.v1 import pipeline_pb2 as corvic_dot_orm_dot_v1_dot_pipeline__pb2
20
- from corvic_generated.orm.v1 import space_pb2 as corvic_dot_orm_dot_v1_dot_space__pb2
21
- from corvic_generated.orm.v1 import table_pb2 as corvic_dot_orm_dot_v1_dot_table__pb2
22
- from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
23
- from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
24
- from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/model/v1alpha/models.proto\x12\x14\x63orvic.model.v1alpha\x1a\x19\x63orvic/orm/v1/agent.proto\x1a\x1a\x63orvic/orm/v1/common.proto\x1a$corvic/orm/v1/completion_model.proto\x1a corvic/orm/v1/feature_view.proto\x1a\x1c\x63orvic/orm/v1/pipeline.proto\x1a\x19\x63orvic/orm/v1/space.proto\x1a\x19\x63orvic/orm/v1/table.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x90\x01\n\x04Room\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xa8\x03\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x10\n\x03md5\x18\x07 \x01(\tR\x03md5\x12#\n\roriginal_path\x18\x08 \x01(\tR\x0coriginalPath\x12\x17\n\x07room_id\x18\t \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\x12<\n\rrecent_events\x18\x0e \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12>\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x91\x02\n\x06Source\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x06 \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\x08 \x01(\tR\npipelineId\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xa9\x05\n\x08Pipeline\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12[\n\x0fresource_inputs\x18\x04 \x03(\x0b\x32\x32.corvic.model.v1alpha.Pipeline.ResourceInputsEntryR\x0eresourceInputs\x12X\n\x0esource_outputs\x18\x05 \x03(\x0b\x32\x31.corvic.model.v1alpha.Pipeline.SourceOutputsEntryR\rsourceOutputs\x12^\n\x17pipeline_transformation\x18\x06 \x01(\x0b\x32%.corvic.orm.v1.PipelineTransformationR\x16pipelineTransformation\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x1a\x61\n\x13ResourceInputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32\x1e.corvic.model.v1alpha.ResourceR\x05value:\x02\x38\x01\x1a^\n\x12SourceOutputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x05value:\x02\x38\x01\x42\r\n\x0b_created_at\"\xca\x02\n\x11\x46\x65\x61tureViewSource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x34\n\x06source\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x06source\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12+\n\x11\x64rop_disconnected\x18\x04 \x01(\x08R\x10\x64ropDisconnected\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x07 \x01(\tR\x06roomIdB\r\n\x0b_created_at\"\x9c\x03\n\x0b\x46\x65\x61tureView\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12P\n\x13\x66\x65\x61ture_view_output\x18\x05 \x01(\x0b\x32 .corvic.orm.v1.FeatureViewOutputR\x11\x66\x65\x61tureViewOutput\x12Y\n\x14\x66\x65\x61ture_view_sources\x18\x06 \x03(\x0b\x32\'.corvic.model.v1alpha.FeatureViewSourceR\x12\x66\x65\x61tureViewSources\x12\x1b\n\tspace_ids\x18\x07 \x03(\tR\x08spaceIds\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfa\x02\n\x05Space\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12I\n\x10space_parameters\x18\x05 \x01(\x0b\x32\x1e.corvic.orm.v1.SpaceParametersR\x0fspaceParameters\x12\x44\n\x0c\x66\x65\x61ture_view\x18\x06 \x01(\x0b\x32!.corvic.model.v1alpha.FeatureViewR\x0b\x66\x65\x61tureView\x12\x1b\n\tauto_sync\x18\t \x01(\x08R\x08\x61utoSync\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"P\n\x0bUserMessage\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\"\xe7\x02\n\x0c\x41gentMessage\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12/\n\x06policy\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x06policy\x12\x18\n\x07\x63ontext\x18\x04 \x01(\tR\x07\x63ontext\x12P\n\x10message_reaction\x18\x05 \x01(\x0e\x32%.corvic.model.v1alpha.MessageReactionR\x0fmessageReaction\x12&\n\x0fuser_message_id\x18\x06 \x01(\tR\ruserMessageId\x12O\n\x12retrieved_entities\x18\x07 \x01(\x0b\x32 .corvic.orm.v1.RetrievedEntitiesR\x11retrievedEntities\x12\x17\n\x07room_id\x18\x08 \x01(\tR\x06roomId\"\xa4\x02\n\x0cMessageEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x46\n\x0cuser_message\x18\x02 \x01(\x0b\x32!.corvic.model.v1alpha.UserMessageH\x00R\x0buserMessage\x12I\n\ragent_message\x18\x03 \x01(\x0b\x32\".corvic.model.v1alpha.AgentMessageH\x00R\x0c\x61gentMessage\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomIdB\t\n\x07\x63ontentB\r\n\x0b_created_at\"\x85\x02\n\x05\x41gent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12I\n\x10\x61gent_parameters\x18\x04 \x01(\x0b\x32\x1e.corvic.orm.v1.AgentParametersR\x0f\x61gentParameters\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_atJ\x04\x08\x06\x10\x07R\x08messages\"\xad\x02\n\x0f\x43ompletionModel\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\x12H\n\nparameters\x18\x05 \x01(\x0b\x32(.corvic.orm.v1.CompletionModelParametersR\nparameters\x12$\n\x0esecret_api_key\x18\x06 \x01(\tR\x0csecretApiKey\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at*u\n\x0fMessageReaction\x12 \n\x1cMESSAGE_REACTION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aMESSAGE_REACTION_THUMBS_UP\x10\x01\x12 \n\x1cMESSAGE_REACTION_THUMBS_DOWN\x10\x02\x62\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.model.v1alpha.models_pb2', _globals)
32
- if _descriptor._USE_C_DESCRIPTORS == False:
33
- DESCRIPTOR._options = None
34
- _globals['_PIPELINE_RESOURCEINPUTSENTRY']._options = None
35
- _globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_options = b'8\001'
36
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
37
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
38
- _globals['_MESSAGEREACTION']._serialized_start=4333
39
- _globals['_MESSAGEREACTION']._serialized_end=4450
40
- _globals['_ROOM']._serialized_start=364
41
- _globals['_ROOM']._serialized_end=508
42
- _globals['_RESOURCE']._serialized_start=511
43
- _globals['_RESOURCE']._serialized_end=935
44
- _globals['_SOURCE']._serialized_start=938
45
- _globals['_SOURCE']._serialized_end=1211
46
- _globals['_PIPELINE']._serialized_start=1214
47
- _globals['_PIPELINE']._serialized_end=1895
48
- _globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_start=1687
49
- _globals['_PIPELINE_RESOURCEINPUTSENTRY']._serialized_end=1784
50
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1786
51
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1880
52
- _globals['_FEATUREVIEWSOURCE']._serialized_start=1898
53
- _globals['_FEATUREVIEWSOURCE']._serialized_end=2228
54
- _globals['_FEATUREVIEW']._serialized_start=2231
55
- _globals['_FEATUREVIEW']._serialized_end=2643
56
- _globals['_SPACE']._serialized_start=2646
57
- _globals['_SPACE']._serialized_end=3024
58
- _globals['_USERMESSAGE']._serialized_start=3026
59
- _globals['_USERMESSAGE']._serialized_end=3106
60
- _globals['_AGENTMESSAGE']._serialized_start=3109
61
- _globals['_AGENTMESSAGE']._serialized_end=3468
62
- _globals['_MESSAGEENTRY']._serialized_start=3471
63
- _globals['_MESSAGEENTRY']._serialized_end=3763
64
- _globals['_AGENT']._serialized_start=3766
65
- _globals['_AGENT']._serialized_end=4027
66
- _globals['_COMPLETIONMODEL']._serialized_start=4030
67
- _globals['_COMPLETIONMODEL']._serialized_end=4331
68
- # @@protoc_insertion_point(module_scope)