PostgresRecordManager requires postgresConnectionOptions even when passing a pool #7579
Closed
5 tasks done
Labels
auto:bug
Related to a bug, vulnerability, unexpected error with an existing feature
Checked other resources
Example Code
... in place for brevity
Error Message and Stack Trace (if applicable)
No response
Description
postgresConnectionOptions
needs to be made optional, and a check has to be implemented to check if either one ofpostgresConnectionOptions
orpool
is set.This is done correctly in
PGVectorStore
System Info
"pg": "8.13.0",
"@langchain/community": "0.3.3",
"langchain": "0.3.3"
The text was updated successfully, but these errors were encountered: