()
| 41 | |
| 42 | /** Returns the current reranker health status */ |
| 43 | export function getRerankerStatus(): RerankerStatus { |
| 44 | return rerankerHealth; |
| 45 | } |
| 46 | |
| 47 | function resetLoadedState(): void { |
| 48 | cachedTokenizer = null; |
no outgoing calls
no test coverage detected