Skip to content

feat: build hosted embeddings and activate complete search generations - #1

Closed
salmonumbrella wants to merge 1 commit into
feat/hosted-raw-pg-projectionfrom
feat/hosted-server-embeddings
Closed

salmonumbrella wants to merge 1 commit into
feat/hosted-raw-pg-projectionfrom
feat/hosted-server-embeddings

Conversation

@salmonumbrella

@salmonumbrella salmonumbrella commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Superseded by kenn-io#1736, opened upstream at the same feature commit.

Hosted PostgreSQL can now build embeddings from projected sessions and serve semantic and hybrid search without a local SQLite archive. The server owns encoding, durable retries, and current-source coverage. Unchanged chunks can reuse vector values after a raw append replaces their physical session IDs.

Operators provision a versioned generation with an owner connection, then enable its worker on the restricted runtime target. A rebuild keeps the previous generation serving until the replacement has complete coverage. Each search uses one generation and its matching encoder throughout the request. Usage-only mode clears derived embedding content; keyword search remains available when the active embedding profile cannot be used.

This implements item 5 of kenn-io#1352 and stacks on kenn-io#1730. The parent PR must land first. Generation storage, worker lifecycle, and configured-runtime acceptance tests are the main review areas. Retention and garbage collection remain part of roadmap item 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant