mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
refactor(workspace): rewrite @ktx/llm imports to relative paths
This commit is contained in:
parent
8d2a36eb2f
commit
8c2333cc15
19 changed files with 38 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {
|
||||
type KtxEmbeddingProvider,
|
||||
createKtxEmbeddingProvider as defaultCreateKtxEmbeddingProvider,
|
||||
} from '@ktx/llm';
|
||||
} from './llm/index.js';
|
||||
import type { KtxLocalProject, KtxProjectEmbeddingConfig } from '@ktx/context/project';
|
||||
import { resolveLocalKtxEmbeddingConfig } from '@ktx/context';
|
||||
import type { KtxCliIo } from './cli-runtime.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue