Name implements RetrievalAdapter.
()
| 67 | |
| 68 | // Name implements RetrievalAdapter. |
| 69 | func (f *FileKB) Name() string { return f.name } |
| 70 | |
| 71 | // Retrieve scores chunks by token overlap with query (v1 demo). |
| 72 | func (f *FileKB) Retrieve(_ context.Context, query string, _ map[string]any) (types.RetrievalResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected