MCPcopy Create free account
hub / github.com/KnockOutEZ/wigolo / probePythonPackages

Function probePythonPackages

src/cli/tui/status-python.ts:9–14  ·  view source on GitHub ↗
(dataDir: string)

Source from the content-addressed store, hash-verified

7}
8
9export function probePythonPackages(dataDir: string): PythonProbeResult {
10 return {
11 reranker: probeRerankerCache(dataDir),
12 embeddings: probeFastembedCache(dataDir),
13 };
14}
15
16function probeRerankerCache(dataDir: string): 'ok' | 'missing' {
17 // Transformers.js writes the cross-encoder model under

Callers 2

runStatusFunction · 0.85

Calls 2

probeRerankerCacheFunction · 0.85
probeFastembedCacheFunction · 0.85

Tested by

no test coverage detected