mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-13 11:22:11 +02:00
refactor(workspace): fold internal packages into cli
This commit is contained in:
parent
8c2333cc15
commit
ac3885b652
945 changed files with 517 additions and 2686 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { readFile } from 'node:fs/promises';
|
||||
import { createDefaultLocalQueryExecutor, type KtxSqlQueryExecutorPort } from '@ktx/context/connections';
|
||||
import { KtxIngestEmbeddingPortAdapter, type KtxEmbeddingPort } from '@ktx/context';
|
||||
import type { KtxSemanticLayerComputePort } from '@ktx/context/daemon';
|
||||
import { loadKtxProject, type KtxLocalProject } from '@ktx/context/project';
|
||||
import { createDefaultLocalQueryExecutor, type KtxSqlQueryExecutorPort } from './context/connections/index.js';
|
||||
import { KtxIngestEmbeddingPortAdapter, type KtxEmbeddingPort } from './context/index.js';
|
||||
import type { KtxSemanticLayerComputePort } from './context/daemon/index.js';
|
||||
import { loadKtxProject, type KtxLocalProject } from './context/project/index.js';
|
||||
import {
|
||||
compileLocalSlQuery,
|
||||
listLocalSlSources,
|
||||
|
|
@ -12,7 +12,7 @@ import {
|
|||
type LocalSlSourceSearchResult,
|
||||
type LocalSlSourceSummary,
|
||||
type SemanticLayerQueryInput,
|
||||
} from '@ktx/context/sl';
|
||||
} from './context/sl/index.js';
|
||||
import {
|
||||
resolveProjectEmbeddingProvider,
|
||||
type EmbeddingProviderResolution,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue