Skip to content

docs: add pgvector blog#1036

Open
adela-bytebase wants to merge 1 commit intomainfrom
a-branch-112
Open

docs: add pgvector blog#1036
adela-bytebase wants to merge 1 commit intomainfrom
a-branch-112

Conversation

@adela-bytebase
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 10, 2026 14:49
@vercel
Copy link

vercel bot commented Mar 10, 2026

Deployment failed with the following error:

You don't have permission to create a Preview Deployment for this Vercel project: bytebase-com.

View Documentation: https://vercel.com/docs/accounts/team-members-and-roles

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Bytebase blog post introducing pgvector and a banner image asset to support the post’s feature image.

Changes:

  • Added content/blog/pgvector.md blog post with pgvector overview, examples, and FAQs.
  • Added public/content/blog/pgvector/banner.webp as the feature image referenced by the post front matter.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
public/content/blog/pgvector/banner.webp Adds banner image used as the blog post feature image.
content/blog/pgvector.md New pgvector blog content, including SQL examples and internal links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +79 to +86
| Factor | pgvector | Dedicated vector DB |
|--------|----------|---------------------|
| Setup | `CREATE EXTENSION` | Separate service to run |
| SQL joins and filters | Yes, natively | Metadata filtering only |
| ACID transactions | Yes | Varies |
| Comfortable scale | Up to ~10M rows | Hundreds of millions |
| Operational overhead | Existing PostgreSQL infra | New service to manage |
| Managed options | RDS, Supabase, Neon | Pinecone, Weaviate Cloud |
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comparison table is formatted with a double leading pipe (||) on each row, which will render as an extra empty first column (or break table parsing depending on the renderer). Use a single leading pipe (|) consistently for the header, separator, and body rows.

Copilot uses AI. Check for mistakes.
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.

2 participants