()
| 41 | } |
| 42 | |
| 43 | func (h *HTTPJSONKB) Name() string { return h.name } |
| 44 | |
| 45 | func (h *HTTPJSONKB) Retrieve(ctx context.Context, query string, opts map[string]any) (types.RetrievalResult, error) { |
| 46 | topK := effectiveTopK(h.cfg, opts, 8) |
nothing calls this directly
no outgoing calls
no test coverage detected