[recipes] Local Docker Open Brain — Postgres + pgvector + AWS Bedrock#333
Open
tomotvos wants to merge 1 commit into
Open
[recipes] Local Docker Open Brain — Postgres + pgvector + AWS Bedrock#333tomotvos wants to merge 1 commit into
tomotvos wants to merge 1 commit into
Conversation
|
Hey @tomotvos — welcome to Open Brain Source! 👋 Thanks for submitting your first PR. The automated review will run shortly and check things like metadata, folder structure, and README completeness. If anything needs fixing, the review comment will tell you exactly what. Once the automated checks pass, a human admin will review for quality and clarity. Expect a response within a few days. If you have questions, check out CONTRIBUTING.md or open an issue. |
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.
Contribution Type
/recipes)/schemas)/dashboards)/integrations)/skills)What does this do?
Adds a self-contained Docker stack that runs Open Brain entirely on the user's own machine — Postgres + pgvector as the store, a Node.js MCP server in a sibling container, and AWS Bedrock for embeddings (Titan V2) and metadata extraction (Claude Haiku 4.5). Designed for environments under data-privacy constraints where cloud-hosted databases like Supabase are not permitted. Includes a Chrome bookmarklet, AutoHotkey global hotkey, PowerShell script, and standalone search UI for human capture from outside an AI session.
Requirements
amazon.titan-embed-text-v2:0andus.anthropic.claude-haiku-4-5-20251001-v1:0bedrock:InvokeModelpermissionsThe recipe README documents the credential bind-mount (read-only) and the rationale for hand-parsing
~/.aws/credentialsinstead of using the AWS SDK's default credential chain — the SDK chain caches credentials in memory and fails when SSO/assume-role tokens rotate.Notes
A companion Qdrant-backed variant of this recipe is in a separate PR (
[recipes] Local Docker Open Brain (Qdrant)). The two are independent and can run side-by-side on different ports.Checklist
README.mdwith prerequisites, step-by-step instructions, and expected outcomemetadata.jsonhas all required fields