Flowise/packages/components/nodes/vectorstores/Postgres
Aman Agarwal 3bd2d63a19
[fix 4206]: fix the empty array return for getBaseClasses when using typeorm driver and not the PGVectorStore (#4225)
fix the empty array return for getBaseClasses when using typeorm driver and not the PGVectorStore

Co-authored-by: Aman Agarwal <aman@syook.com>
2025-04-03 01:47:14 +08:00
..
driver
Postgres.ts [fix 4206]: fix the empty array return for getBaseClasses when using typeorm driver and not the PGVectorStore (#4225) 2025-04-03 01:47:14 +08:00
README.md
postgres.svg
utils.ts

README.md

Postgres Vector Store

Postgres Vector Store integration for Flowise

🌱 Env Variables

Variable Description Type Default
POSTGRES_VECTORSTORE_HOST Default host for Postgres Vector Store String
POSTGRES_VECTORSTORE_PORT Default port for Postgres Vector Store Number 5432
POSTGRES_VECTORSTORE_USER Default user for Postgres Vector Store String
POSTGRES_VECTORSTORE_PASSWORD Default password for Postgres Vector Store String
POSTGRES_VECTORSTORE_DATABASE Default database for Postgres Vector Store String
POSTGRES_VECTORSTORE_TABLE_NAME Default tableName for Postgres Vector Store String documents
POSTGRES_VECTORSTORE_CONTENT_COLUMN_NAME Default contentColumnName for Postgres Vector Store String pageContent
POSTGRES_VECTORSTORE_SSL Default ssl for Postgres Vector Store Boolean false

License

Source code in this repository is made available under the Apache License Version 2.0.