We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e43fd2e + c53830e commit 48f8489Copy full SHA for 48f8489
python/hsfs/constructor/query.py
@@ -563,8 +563,8 @@ def _check_read_supported(self, online: bool) -> None:
563
)
564
if has_embedding and len(self.featuregroups) > 1:
565
raise FeatureStoreException(
566
- "Reading from query containing embedding and join is not supported."
567
- " Use `feature_view.get_feature_vector(s) instead."
+ "Reading from query containing join of feature group with embedding index from online storage is not supported. "
+ "Use `feature_view.get_feature_vector(s)` instead."
568
569
570
@classmethod
0 commit comments