Describe the bug
When I try to connect to postgres on Azure (Cosmos) I get:
Error: vectorsService.upsertVector - Error: error: no pg_hba.conf entry for host "37.4.231.19", user "citus", database "citus", no encryption
To Reproduce
Create a new database on azure cosmos and select postgres api
Add on flowise the VectorStore Postgres
add sslmode=require
Expected behavior
Press the green button upsert vector database should work
Screenshots
Logs
2024-11-11 12:44:31 [ERROR]: [server]: Error: Error: error: no pg_hba.conf entry for host "37.4.231.19", user "citus", database "citus", no encryption
Error: Error: error: no pg_hba.conf entry for host "37.4.231.19", user "citus", database "citus", no encryption
at buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:494:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async upsertVector (/usr/local/lib/node_modules/flowise/dist/utils/upsertVector.js:151:32)
at async Object.upsertVectorMiddleware (/usr/local/lib/node_modules/flowise/dist/services/vectors/index.js:9:16)
at async createInternalUpsert (/usr/local/lib/node_modules/flowise/dist/controllers/vectors/index.js:28:29)
Describe the bug When I try to connect to postgres on Azure (Cosmos) I get:
Error: vectorsService.upsertVector - Error: error: no pg_hba.conf entry for host "37.4.231.19", user "citus", database "citus", no encryption
To Reproduce
Expected behavior Press the green button upsert vector database should work
Screenshots
Logs 2024-11-11 12:44:31 [ERROR]: [server]: Error: Error: error: no pg_hba.conf entry for host "37.4.231.19", user "citus", database "citus", no encryption Error: Error: error: no pg_hba.conf entry for host "37.4.231.19", user "citus", database "citus", no encryption at buildFlow (/usr/local/lib/node_modules/flowise/dist/utils/index.js:494:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async upsertVector (/usr/local/lib/node_modules/flowise/dist/utils/upsertVector.js:151:32) at async Object.upsertVectorMiddleware (/usr/local/lib/node_modules/flowise/dist/services/vectors/index.js:9:16) at async createInternalUpsert (/usr/local/lib/node_modules/flowise/dist/controllers/vectors/index.js:28:29)
Seems not to work