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

feat/vecs (Sourcery refactored) #615

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: doc update
  • Loading branch information
egor-romanov committed Nov 14, 2023
commit 7b2ed5c7b9ee903148d6d6a096b1dbc888e394be
4 changes: 4 additions & 0 deletions supabase/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def __init__(
**options
Any extra settings to be optionally specified - also see the
`DEFAULT_OPTIONS` dict.
vecs_connection_string: str
The connection string to the Postgres instance that should be connected to. In order to use this, you must have the `vecs` extra installed.
"""

if not supabase_url:
Expand Down Expand Up @@ -281,6 +283,8 @@ def create_client(
**options
Any extra settings to be optionally specified - also see the
`DEFAULT_OPTIONS` dict.
vecs_connection_string: str
The connection string to the Postgres instance that should be connected to. In order to use this, you must have the `vecs` extra installed.

Examples
--------
Expand Down