(ctx context.Context, query string, chunks []types.RetrievalChunk, opts map[string]any)
| 48 | type RerankAdapter interface { |
| 49 | Name() string |
| 50 | Rerank(ctx context.Context, query string, chunks []types.RetrievalChunk, opts map[string]any) (types.RetrievalResult, error) |
| 51 | } |
| 52 | |
| 53 | type CostEngine interface { |
no outgoing calls
no test coverage detected