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

Support passing sqlalchemy.URL for connection string in Postgres #13123

Merged
merged 2 commits into from May 2, 2024

Conversation

JohnCHarrington
Copy link
Contributor

Support passing sqlalchemy.URL for connection string in Postgres Vector Store

Description

The functions that PGVectorStore passes connection_string and async_connection_string to all support either a string or a sqlalchemy.URL. This PR extends the typing in PGVectorStore so that sqlalchemy.URL can be used from the top level.

Version Bump?

No

Type of Change

New feature (non-breaking change which adds functionality)

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 26, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 30, 2024
@logan-markewich logan-markewich enabled auto-merge (squash) April 30, 2024 22:01
@logan-markewich logan-markewich merged commit 4f967b8 into run-llama:main May 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants