8000 Added PgVector integration · psqlpy-python/psqlpy@8ac7bc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ac7bc9

Browse files
committed
Added PgVector integration
Signed-off-by: chandr-andr (Kis 10000 elev Aleksandr) <chandr@chandr.net>
1 parent 37b1b78 commit 8ac7bc9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/tests/test_value_converter.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
MoneyArray,
3838
NumericArray,
3939
PathArray,
40-
PgVector,
4140
PointArray,
4241
PyBox,
4342
PyCircle,
@@ -610,11 +609,6 @@ async def test_as_class(
610609
[datetime.timedelta(days=100, microseconds=100), datetime.timedelta(days=100, microseconds=100)],
611610
[datetime.timedelta(days=100, microseconds=100), datetime.timedelta(days=100, microseconds=100)],
612611
),
613-
(
614-
"VECTOR",
615-
PgVector([123123, 1222211, 9999112, 12999873]),
616-
[123123, 1222211, 9999112, 12999873],
617-
),
618612
),
619613
)
620614
async def test_deserialization_simple_into_python(

0 commit comments

Comments
 (0)
0