Skip to content

PostgreSQL with the PGvector extension for RAG: Added Docker Compose configuration#33

Open
CodelineAtyab wants to merge 5 commits into
n8n-io:mainfrom
CodelineAtyab:postgresql-pgvector-support
Open

PostgreSQL with the PGvector extension for RAG: Added Docker Compose configuration#33
CodelineAtyab wants to merge 5 commits into
n8n-io:mainfrom
CodelineAtyab:postgresql-pgvector-support

Conversation

@CodelineAtyab
Copy link
Copy Markdown

What's in this PR?

This PR adds a ready-to-use Docker Compose configuration that integrates PostgreSQL with the PGvector extension, enabling powerful Retrieval-Augmented Generation (RAG) capabilities in n8n workflows.

Technical Details

  • Example RAG workflow visualization using PGVector
rag_pg_vector_workflow_example
  • Utilizes pgvector/pgvector:pg17 image with vector extension pre-installed
  • Automatically creates the necessary database schema for vector embeddings
  • Provides port mapping to avoid conflicts with existing PostgreSQL installations

@CodelineAtyab CodelineAtyab changed the title Added Docker Compose configuration that deploys PostgreSQL with the PGvector extension PostgreSQL with the PGvector extension for RAG: Added Docker Compose configuration that deploys Jul 8, 2025
@CodelineAtyab CodelineAtyab changed the title PostgreSQL with the PGvector extension for RAG: Added Docker Compose configuration that deploys PostgreSQL with the PGvector extension for RAG: Added Docker Compose configuration Jul 8, 2025
@CodelineAtyab
Copy link
Copy Markdown
Author

Tested two workflows on n8n as shown in the diagram

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