Skip to content

Commit 0cf28ba

Browse files
committed
add pgvector int test
1 parent 20fb922 commit 0cf28ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/python/feast/infra/online_stores/contrib/pgvector_repo_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
IntegrationTestRepoConfig(
1010
online_store="pgvector", online_store_creator=PGVectorOnlineStoreCreator
1111
),
12-
]
12+
]

sdk/python/feast/infra/online_stores/contrib/postgres_repo_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
IntegrationTestRepoConfig(
1010
online_store="postgres", online_store_creator=PostgresOnlineStoreCreator
1111
)
12-
]
12+
]

0 commit comments

Comments
 (0)