https://github.com/robertoperuzzo/ddev-pgvector
The Postgres vector database service for DDEV
https://github.com/robertoperuzzo/ddev-pgvector
ddev-get
Last synced: 6 months ago
JSON representation
The Postgres vector database service for DDEV
- Host: GitHub
- URL: https://github.com/robertoperuzzo/ddev-pgvector
- Owner: robertoperuzzo
- License: apache-2.0
- Created: 2025-08-18T07:01:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T08:28:49.000Z (7 months ago)
- Last Synced: 2025-08-18T09:09:56.373Z (7 months ago)
- Topics: ddev-get
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://addons.ddev.com)
[](https://github.com/robertoperuzzo/ddev-pgvector/actions/workflows/tests.yml?query=branch%3Amain)
[](https://github.com/robertoperuzzo/ddev-pgvector/commits)
[](https://github.com/robertoperuzzo/ddev-pgvector/releases/latest)
# DDEV Pgvector
## Overview
This add-on integrates Pgvector into your [DDEV](https://ddev.com/) project.
## Installation
```bash
ddev add-on get robertoperuzzo/ddev-pgvector
ddev restart
```
After installation, make sure to commit the `.ddev` directory to version control.
## Usage
| Command | Description |
| ------- | ----------- |
| `ddev describe` | View service status and used ports for Pgvector |
| `ddev logs -s pgvector` | Check Pgvector logs |
## Advanced Customization
To change the Docker image:
```bash
ddev dotenv set .ddev/.env.pgvector --pgvector-image-tag="pg17"
ddev add-on get robertoperuzzo/ddev-pgvector
ddev restart
```
Make sure to commit the `.ddev/.env.pgvector` file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
| -------- | ---- | ------- |
| `PGVECTOR_IMAGE_TAG` | `--pgvector-image-tag` | `pg17` |
## Credits
**Contributed and maintained by [@robertoperuzzo](https://github.com/robertoperuzzo)**