Skip to content

Commit

Permalink
Added PgVector integration
Browse files Browse the repository at this point in the history
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
  • Loading branch information
chandr-andr committed Nov 19, 2024
1 parent 8ac7bc9 commit b50c4fb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,6 @@ async def psql_pool_with_cert_file(
)


@pytest.fixture(autouse=True)
async def setup_postgresql_for_tests(
psql_pool: ConnectionPool,
) -> None:
await psql_pool.execute(
"CREATE EXTENSION IF NOT EXISTS vector;",
)


@pytest.fixture(autouse=True)
async def create_default_data_for_tests(
psql_pool: ConnectionPool,
Expand Down

0 comments on commit b50c4fb

Please sign in to comment.