MCPcopy Create free account
hub / github.com/feast-dev/feast / __init__

Method __init__

sdk/python/feast/rag_retriever.py:31–33  ·  view source on GitHub ↗

Initialize the Feast index.

(self)

Source from the content-addressed store, hash-verified

29 """Dummy index required by HuggingFace's RagRetriever."""
30
31 def __init__(self):
32 """Initialize the Feast index."""
33 pass
34
35
36class FeastRAGRetriever(RagRetriever):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected