Add local Docker vector databases and prefilled adapter settings - #1
Open
CompleteDotTech wants to merge 51 commits into
Open
CompleteDotTech wants to merge 51 commits into
CompleteDotTech wants to merge 51 commits into
Conversation
Record the PostgreSQL WAL recovery failure, retained-container readiness checks, and guardrails against WAL reset, volume removal, or recreation. Keep the public recovery record free of deployment-specific host and container identifiers.
…0907-3lwkgkey Document disk exhaustion recovery without destructive database reset
Record the PostgreSQL WAL recovery failure, retained-container readiness checks, and guardrails against WAL reset, volume removal, or recreation. Keep the public recovery record free of deployment-specific host and container identifiers.
…e-diagnostics-20260910 runner: classify bounded runtime health failures
…ak-20260910 Fix healthcheck timeout zombie leak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a complete local Docker path for the open-source vector databases supported by the Vector DB setup UI:
The change also makes the existing adapter forms usable for the local deployment by pre-filling the connection values returned by each adapter schema.
Implementation
The local Postgres schema defaults are development defaults from the Train Compose environment. Deployments with different essentials.env values should replace those fields before submitting the adapter.
Live Train deployment
Deployed at https://etl.home.complete.tech:
The deployed application images were built from an isolated merge of the latest Train checkout with this PR, so concurrent uncommitted host files and persistent vector volumes were preserved.
Validation