-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Postgres vector store using pgvector #782
Add Postgres vector store using pgvector #782
Conversation
you might have accidentally removed the |
Sorry about that, I just renamed them to use, putting back. |
@fabiovalencio were you abel to get this running? I have a docker compose file running like this:
And I created postgres credential in Flowise with the above user and password. However, when running the chatflow got this error: |
…/vectorstores/typeorm documentation
Hi @HenryHengZJ this probably happened because I hadn't set the default table name, I've just fixed it. |
were you able to get it working on Flowise following the guide here |
hmm pretty sure its my connection to postgres.. In the docker compose file I have set
Then using cli:
I was still able to get into psql, even though the user and password are clearly not the one in docker compose. |
packages/components/nodes/vectorstores/Postgres_Upsert/Postgres_Upsert.ts
Outdated
Show resolved
Hide resolved
thank you @fabiovalencio ! |
This is a different issue. Readding credentials for the language model solved this error. |
would it be possible to have flowise create the database and enable the vector extension when adding a database name that doesnt exist |
…Vector-Store Add Postgres vector store using pgvector
Add a component to vectorstore to allow saving vectors in a Postgres database with pgvector