We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4742f6 commit b431074Copy full SHA for b431074
sdk/python/feast/on_demand_feature_view.py
@@ -463,6 +463,7 @@ def from_proto(
463
name=feature.name,
464
dtype=from_value_type(ValueType(feature.value_type)),
465
vector_index=feature.vector_index,
466
+ vector_length=feature.vector_length,
467
vector_search_metric=feature.vector_search_metric,
468
)
469
for feature in on_demand_feature_view_proto.spec.features
0 commit comments