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