Relative Content

Tag Archive for pythonpostgresqlpsycopg2langchainpgvector

Trying to Update an PGVector Embedding Table

In my embedding table created with PGVector I added data from another table so that I could perform the varied searches correctly. However, I forgot to add one of the columns from the other table, the “language” column. Is it possible for me to just add this column without overwriting what already exists?