ktx/packages
Andrey Avtomonov 95021d13ea fix(cli): force pathPrefix="" when targeting the managed embeddings daemon
The managed daemon serves /embeddings/compute directly. The default
pathPrefix in @ktx/llm is /api, so omitting sentenceTransformers from
ktx.yaml produced /api/embeddings/compute -> 404. The resolver now
sets pathPrefix='' explicitly when wiring the managed daemon URL,
matching what the daemon actually exposes.
2026-05-21 02:15:08 +02:00
..
cli fix(cli): force pathPrefix="" when targeting the managed embeddings daemon 2026-05-21 02:15:08 +02:00
connector-bigquery feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
connector-clickhouse fix: align release provenance metadata 2026-05-19 16:10:30 +02:00
connector-mysql ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-postgres ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-snowflake ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-sqlite fix: clean up ktx yaml config parameters (#75) 2026-05-14 01:27:31 +02:00
connector-sqlserver ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
context refactor(context): delete MANAGED_SENTENCE_TRANSFORMERS_BASE_URL sentinel 2026-05-21 02:01:05 +02:00
llm fix: sanitize no_proxy for managed embeddings (#153) 2026-05-19 18:18:56 +02:00