Relative Content

Tag Archive for pythonpostgresqllangchainpgvector

Querying an Existing Table with Vectors Using Langchain in PGVector Database

I’ve set up a table in a PGVector database and populated it with records, including two vector fields, using psycopg2-binary (version 2.9.9) in Python. The initial table creation was done through SQL in pgAdmin. Now, I’m looking to perform queries on this table utilizing the langchain framework in Python.