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

Method Name

internal/retrieval/http_kb.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (h *HTTPJSONKB) Name() string { return h.name }
44
45func (h *HTTPJSONKB) Retrieve(ctx context.Context, query string, opts map[string]any) (types.RetrievalResult, error) {
46 topK := effectiveTopK(h.cfg, opts, 8)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected