Skip to content
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

Pass my own pg client to PGVectorStore.ts #907

Open
nick-kang opened this issue Jun 5, 2024 · 1 comment
Open

Pass my own pg client to PGVectorStore.ts #907

nick-kang opened this issue Jun 5, 2024 · 1 comment

Comments

@nick-kang
Copy link

I'd like to be able to pass my own pg client to PGVectorStore.ts instead of a connection string because we use RDS IAM Authentication. This requires a dynamically generated expiring password and a certificate.

@marcusschiesser
Copy link
Collaborator

@nick-kang have you tried to override getDb()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants