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

Method Name

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

Source from the content-addressed store, hash-verified

41// RetrievalAdapter performs retrieval for RAG (v1.5).
42type RetrievalAdapter interface {
43 Name() string
44 Retrieve(ctx context.Context, query string, opts map[string]any) (types.RetrievalResult, error)
45}
46

Callers

nothing calls this directly

Implementers 4

HTTPJSONKBinternal/retrieval/http_kb.go
FileKBinternal/retrieval/filekb.go
MeilisearchKBinternal/retrieval/meilisearch_kb.go
OpenSearchKBinternal/retrieval/opensearch_kb.go

Calls

no outgoing calls

Tested by

no test coverage detected