From b3e553873bfb378eba2b8433651e8201f9d81609 Mon Sep 17 00:00:00 2001 From: knucklessg1 Date: Sat, 4 May 2024 15:32:52 -0500 Subject: [PATCH] Added connection_string test. 3 tests total for auth. --- test/agentchat/contrib/vectordb/test_pgvectordb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/agentchat/contrib/vectordb/test_pgvectordb.py b/test/agentchat/contrib/vectordb/test_pgvectordb.py index 5a60e3683ef7..d238b657cb9f 100644 --- a/test/agentchat/contrib/vectordb/test_pgvectordb.py +++ b/test/agentchat/contrib/vectordb/test_pgvectordb.py @@ -26,6 +26,7 @@ reason=reason, ) def test_pgvector(): + # test db config db_config = { "connection_string": "postgresql://postgres:postgres@localhost:5432/postgres", }