apache-airflow-providers-pgvector
Provider package apache-airflow-providers-pgvector for Apache Airflow
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-pgvectoruv
uv add apache-airflow-providers-pgvectorpoetry
poetry add apache-airflow-providers-pgvectorInstalling 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
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-pineconeIntegrates Pinecone vector database operations…
permissive · top 15,000 on PyPI
apache-airflow-providers-informaticaProvides Apache Airflow integration operators…
permissive · top 15,000 on PyPI
apache-airflow-providers-qdrantIntegrates Qdrant vector database with Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-postgresIntegrates PostgreSQL databases with Apache…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-drillProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-pinotIntegrates Apache Pinot with Apache Airflow,…
permissive · top 15,000 on PyPI
pgserverEmbeds a PostgreSQL server with pgvector…
unclear · top 15,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
pg0-embeddedEmbeds a PostgreSQL database directly in Python…
permissive · top 15,000 on PyPI
apache-airflow-providers-verticaIntegrates Vertica database connectivity into…
permissive · top 15,000 on PyPI