Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: pgvector support #202

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/changelog/2024-02-22-postgresql-pgvector-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "PostgreSQL: ask for pgvector support"
date: 2024-02-22
tags:
- addons
- postgresql
authors:
- name: Lucas Draescher
link: https://github.com/draescherl
image: https://github.com/draescherl.png?size=40
- name: Aurélien Hébert
link: https://github.com/aurrelhebert
image: https://github.com/aurrelhebert.png?size=40
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
description: Your wishes are our commands
excludeSearch: true
---

PostgreSQL databases managed by Clever Cloud come with [lots of extensions activated by default](/doc/addons/postgresql/#default-extensions). There are also [some you can ask for](/doc/addons/postgresql/#on-demand-extensions), and we'll set them up, like `pg_cron`, `pgtap` or `timescaledb`.

Check warning on line 21 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L21

[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 21, "column": 232}}}, "severity": "WARNING"}
davlgd marked this conversation as resolved.
Show resolved Hide resolved

Recently, some customers also asked us a `pgvector` support, needed for specific (AI) workloads. So we started to work on it and integrated this extension to our workflow. We are now able to provide it on-demand.

Check warning on line 23 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L23

[Google.We] Try to avoid using first-person plural like 'us'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'us'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 23, "column": 37}}}, "severity": "WARNING"}

Check notice on line 23 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L23

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 23, "column": 82}}}, "severity": "INFO"}

Check warning on line 23 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L23

[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 23, "column": 101}}}, "severity": "WARNING"}

Check warning on line 23 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L23

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 23, "column": 159}}}, "severity": "WARNING"}

Check notice on line 23 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L23

[Google.Contractions] Use 'we're' instead of 'We are'.
Raw output
{"message": "[Google.Contractions] Use 'we're' instead of 'We are'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 23, "column": 173}}}, "severity": "INFO"}

Check warning on line 23 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L23

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 23, "column": 173}}}, "severity": "WARNING"}
davlgd marked this conversation as resolved.
Show resolved Hide resolved

So if you need `pgvector`, just raise a ticket to our support team through [the Console Ticket Center](https://console.clever-cloud.com/ticket-center-choice). And if there is any other extension you need, feel free to ask, we will check how easy it is for us to provide it.

Check warning on line 25 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L25

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 25, "column": 51}}}, "severity": "WARNING"}

Check warning on line 25 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L25

[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 25, "column": 224}}}, "severity": "WARNING"}

Check warning on line 25 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L25

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 25, "column": 227}}}, "severity": "WARNING"}

Check warning on line 25 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L25

[Google.WordList] Use 'select' instead of 'check'.
Raw output
{"message": "[Google.WordList] Use 'select' instead of 'check'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 25, "column": 232}}}, "severity": "WARNING"}

Check notice on line 25 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L25

[Google.Contractions] Use 'it's' instead of 'it is'.
Raw output
{"message": "[Google.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 25, "column": 247}}}, "severity": "INFO"}

Check warning on line 25 in content/changelog/2024-02-22-postgresql-pgvector-support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-02-22-postgresql-pgvector-support.md#L25

[Google.We] Try to avoid using first-person plural like 'us'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'us'.", "location": {"path": "content/changelog/2024-02-22-postgresql-pgvector-support.md", "range": {"start": {"line": 25, "column": 257}}}, "severity": "WARNING"}
davlgd marked this conversation as resolved.
Show resolved Hide resolved

- Learn more about `pgvector` [on GitHub](https://github.com/pgvector/pgvector) {{< icon "github" >}}
Loading