Skip to content

Commit

Permalink
Added connection_string test. 3 tests total for auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 4, 2024
1 parent f74fdde commit b3e5538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/agentchat/contrib/vectordb/test_pgvectordb.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
reason=reason,
)
def test_pgvector():
# test db config
db_config = {
"connection_string": "postgresql://postgres:postgres@localhost:5432/postgres",
}
Expand Down

0 comments on commit b3e5538

Please sign in to comment.