mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-01 08:59:39 +02:00
chore: unexport unused EmbeddingResolutionMode alias
This commit is contained in:
parent
fd7eee3334
commit
ef4e113cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import {
|
||||||
} from './managed-local-embeddings.js';
|
} from './managed-local-embeddings.js';
|
||||||
import type { KtxManagedPythonInstallPolicy } from './managed-python-command.js';
|
import type { KtxManagedPythonInstallPolicy } from './managed-python-command.js';
|
||||||
|
|
||||||
export type EmbeddingResolutionMode = 'ensure' | 'use-if-running';
|
type EmbeddingResolutionMode = 'ensure' | 'use-if-running';
|
||||||
|
|
||||||
export type EmbeddingProviderResolution =
|
export type EmbeddingProviderResolution =
|
||||||
| { kind: 'disabled' }
|
| { kind: 'disabled' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue