---
title: "Vector Databasing with DuckDB on Top of PGVector"
url: https://daily.dev/posts/vector-databasing-with-duckdb-on-top-of-pgvector-xmwx9nvl7
source_url: https://itnext.io/vector-databasing-with-duckdb-on-top-of-pgvector-ec182f815a16
type: article
source: "ITNEXT"
published: 2024-03-06T10:01:26.154Z
updated: 2024-05-24T02:13:30.442Z
tags: ["duckdb", "llmops", "pgvector", "postgresql", "vector-search"]
reading_time: 12
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Vector Databasing with DuckDB on Top of PGVector

**[ITNEXT](https://daily.dev/sources/itnext)** · 12 min read · 2 upvotes · 0 comments

## Summary

This post discusses the integration of DuckDB with Postgres for vector databasing and the use of vector embeddings for digital assets. It highlights the benefits of vector databases and proposes DuckDB as a Vector Database for Retrieval Augmented Generation (RAG) applications.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://itnext.io/vector-databasing-with-duckdb-on-top-of-pgvector-ec182f815a16>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#duckdb](https://daily.dev/tags/duckdb), [#llmops](https://daily.dev/tags/llmops), [#pgvector](https://daily.dev/tags/pgvector), [#postgresql](https://daily.dev/tags/postgresql), [#vector-search](https://daily.dev/tags/vector-search)

[View this post on daily.dev](https://daily.dev/posts/vector-databasing-with-duckdb-on-top-of-pgvector-xmwx9nvl7)
