MCPcopy Create free account
hub / github.com/InferCore/InferCore / Name

Method Name

internal/retrieval/filekb.go:69–69  ·  view source on GitHub ↗

Name implements RetrievalAdapter.

()

Source from the content-addressed store, hash-verified

67
68// Name implements RetrievalAdapter.
69func (f *FileKB) Name() string { return f.name }
70
71// Retrieve scores chunks by token overlap with query (v1 demo).
72func (f *FileKB) Retrieve(_ context.Context, query string, _ map[string]any) (types.RetrievalResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected