Skip to content

Commit 9ab6801

Browse files
committed
Improved example
1 parent e7b1058 commit 9ab6801

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/typeorm.test.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ test('typeorm example', async () => {
2424
type: 'halfvec',
2525
length: 3
2626
},
27-
// custom types not supported
28-
// https://github.com/typeorm/typeorm/issues/10056
2927
binary_embedding: {
30-
type: String
28+
type: 'bit',
29+
length: 3
3130
},
31+
// custom types not supported
32+
// https://github.com/typeorm/typeorm/issues/10056
3233
sparse_embedding: {
3334
type: String
3435
}

0 commit comments

Comments
 (0)