Back to Browse

Postgres pgvector Extension - Vector Database with PostgreSQL / Langchain Integration

89.0K views
Jul 27, 2023
30:05

โ˜•๏ธ ๐—•๐˜‚๐˜† ๐—บ๐—ฒ ๐—ฎ ๐—ฐ๐—ผ๐—ณ๐—ณ๐—ฒ๐—ฒ: To support the channel and encourage new videos, please consider buying me a coffee here: https://ko-fi.com/bugbytes โญTop resource to learn Python - https://datacamp.pxf.io/kOjKkV โญ Blog Post: https://bugbytes.io/posts/vector-databases-pgvector-and-langchain/ In this video, we'll look at the pgvector extension for PostgreSQL, that allows you to turn your Postgres database into a vector data-store! pgvector adds the vector data-type and distance computation operators (L2, inner product, and cosine distance) to allow you to query for "similar" items in the vector-space. We'll see how to set pgvector up in a Docker container, and will see how to integrate it with Langchain via the PGVector object. We'll look at how to take a piece of text, split it into chunks, create embeddings from those chunks using OpenAI, and then store the embeddings in the Postgres vector database. We'll also see how to query the database for vectors/documents that are similar to a text prompt/query. ๐Ÿ“Œ ๐—–๐—ต๐—ฎ๐—ฝ๐˜๐—ฒ๐—ฟ๐˜€: 00:00 Intro 00:41 Introduction to pgvector for PostgreSQL 03:23 Splitting text file into chunks with Langchain RecursiveCharacterTextSplitter 06:10 Using OpenAI to get embeddings for each chunk with OpenAIEmbeddings object 10:54 Setting up pgvector and PostgreSQL in a Docker container 16:38 Using the Langchain PGVector object to connect to PostgreSQL 21:47 Finding similar vectors to a query in pgvector 25:29 Querying pgvector with SQL to get cosine distances ๐—ฆ๐—ผ๐—ฐ๐—ถ๐—ฎ๐—น ๐— ๐—ฒ๐—ฑ๐—ถ๐—ฎ: ๐Ÿ“– Blog: https://bugbytes.io/posts/vector-databases-pgvector-and-langchain/ ๐Ÿ‘พ Github: https://github.com/bugbytes-io/ ๐Ÿฆ Twitter: https://twitter.com/bugbytesio ๐Ÿ“š ๐—™๐˜‚๐—ฟ๐˜๐—ต๐—ฒ๐—ฟ ๐—ฟ๐—ฒ๐—ฎ๐—ฑ๐—ถ๐—ป๐—ด ๐—ฎ๐—ป๐—ฑ ๐—ถ๐—ป๐—ณ๐—ผ๐—ฟ๐—บ๐—ฎ๐˜๐—ถ๐—ผ๐—ป: Blog Post: https://bugbytes.io/posts/vector-databases-pgvector-and-langchain/ pgvector: https://github.com/pgvector/pgvector pgvector DockerHub image: https://hub.docker.com/r/ankane/pgvector State of the Union text: https://github.com/hwchase17/chroma-langchain/blob/master/state_of_the_union.txt OpenAI Embeddings: https://platform.openai.com/docs/guides/embeddings/what-are-embeddings Langchain Vectorstores: https://python.langchain.com/docs/modules/data_connection/vectorstores/ #python #langchain #datascience #postgresql

Download

1 formats

Video Formats

360pmp448.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Postgres pgvector Extension - Vector Database with PostgreSQL / Langchain Integration | NatokHD