MCPcopy
hub / github.com/feast-dev/feast / feature_store

Method feature_store

sdk/python/feast/rag_retriever.py:113–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112 @property
113 def feature_store(self):
114 # Initialize FeatureStore lazily
115 if self._feature_store is None:
116 self._feature_store = FeatureStore(repo_path=self.feast_repo_path)
117 return self._feature_store
118
119 @property
120 def vector_store(self):

Callers

nothing calls this directly

Calls 1

FeatureStoreClass · 0.90

Tested by

no test coverage detected