mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +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';
|
||||
import type { KtxManagedPythonInstallPolicy } from './managed-python-command.js';
|
||||
|
||||
export type EmbeddingResolutionMode = 'ensure' | 'use-if-running';
|
||||
type EmbeddingResolutionMode = 'ensure' | 'use-if-running';
|
||||
|
||||
export type EmbeddingProviderResolution =
|
||||
| { kind: 'disabled' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue