pgvector / pgvector

Open-source vector similarity search for Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the databases are automatically deleted when I try to access them through langchain js

gabrielladfi opened this issue · comments

Hi, I'm experiencing a quite rare error. I leave the vectorized databases running with the pgvector extension, but after a while, the databases are automatically deleted when I try to access them through langchain js. I was trying to create a script to automatically restart the PostgreSQL service, but pgvector also doesn't allow me to create a backup of the databases.

Any ideas to solve this problem?

Hi @gabrielladfi, please use other resources for help with LangChain. pgvector works fine with Postgres backups.

The database deletes itself even if I don't connect it, lol