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

Method Name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected