skillfed

apache-airflow-providers-pgvector

Provider package apache-airflow-providers-pgvector for Apache Airflow

apache-airflow-providers-pgvector v1.7.3 203.0K downloads/30d#9,639 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that integrates pgvector—PostgreSQL's vector extension—into Airflow's task orchestration framework. It supplies operators, hooks, and integration utilities so you can build data pipelines that work with vector embeddings stored in PostgreSQL as part of scheduled workflows.

The package depends on Apache Airflow (>=2.11.0), apache-airflow-providers-postgres (>=6.6.0), pgvector (>=0.3.1), and apache-airflow-providers-common-compat (>=1.8.0). It supports Python 3.10, 3.11, 3.12, 3.13, and 3.14, is marked Production/Stable, and installs with low friction via pip. An optional common.sql extra is available for additional SQL-based vector operations.

Use it for:

  • Schedule regular jobs to insert or update vector embeddings into PostgreSQL as part of a data pipeline.
  • Build ETL pipelines that compute vector similarity searches and store results in a DAG.
  • Orchestrate multi-step workflows combining vector operations with other data transformations.
  • Automate vector index maintenance tasks on PostgreSQL pgvector tables on a recurring schedule.
  • Integrate vector search results into downstream analytics pipelines managed by Airflow.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates pgvector operations into Apache Airflow workflows, providing operators and hooks to manage vector embeddings in PostgreSQL.

Yes. This is a stable, actively maintained provider for a specific use case: if you are already running Apache Airflow and need to orchestrate pgvector operations in PostgreSQL, this package is the standard integration. Low install friction, permissive license, no known vulnerabilities, and recent releases make it a safe choice. Install it only if you actually need pgvector integration in Airflow.

Install

apache-airflow-providers-pgvector on PyPI

pip

pip install apache-airflow-providers-pgvector

uv

uv add apache-airflow-providers-pgvector

poetry

poetry add apache-airflow-providers-pgvector

Installing apache-airflow-providers-pgvector

Before you install

Low friction installation with a pure-Python wheel. Actively maintained with a release 17 days ago. Requires Apache Airflow >=2.11.0, apache-airflow-providers-postgres >=6.6.0, and pgvector >=0.3.1.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects without restriction.

Quickstart

pip install apache-airflow-providers-pgvector

from airflow.providers.pgvector.operators import PgVectorOperator
from airflow import DAG

with DAG('vector_dag') as dag:
    task = PgVectorOperator(task_id='vector_task')

Requires Apache Airflow >=2.11.0 and Python >=3.10

Verify before relying

  • Specific operators and hooks provided by the package for pgvector operations.
  • Performance characteristics when handling large-scale vector datasets in Airflow DAGs.
  • Whether optional common.sql integration provides additional SQL-based vector capabilities.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-postgres, pgvector
Maintenance actively maintained — 17 days since the last release
Last repo commit
First released
Downloads 203,029/month — #9,639 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_pgvector-1.7.3-py3-none-any.whl

Keywords: airflow-provider, pgvector, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow pgvector integrationvector database airflow providerpgvector operators airflowpostgres vector search airflowairflow postgres pluginvector embedding orchestrationairflow provider postgres
airflow-providervector-databasepostgres-integration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-pinecone

Integrates Pinecone vector database operations…

permissive · top 15,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI

apache-airflow-providers-qdrant

Integrates Qdrant vector database with Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-postgres

Integrates PostgreSQL databases with Apache…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-drill

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-pinot

Integrates Apache Pinot with Apache Airflow,…

permissive · top 15,000 on PyPI

pgserver

Embeds a PostgreSQL server with pgvector…

unclear · top 15,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

pg0-embedded

Embeds a PostgreSQL database directly in Python…

permissive · top 15,000 on PyPI

apache-airflow-providers-vertica

Integrates Vertica database connectivity into…

permissive · top 15,000 on PyPI