We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2496340 commit df1766bCopy full SHA for df1766b
1 file changed
tests/test_pg8000.py
@@ -8,7 +8,7 @@
8
9
conn.run('CREATE EXTENSION IF NOT EXISTS vector')
10
conn.run('DROP TABLE IF EXISTS pg8000_items')
11
-conn.run('CREATE TABLE pg8000_items (id bigserial PRIMARY KEY, embedding vector(3), half_embedding halfvec(3), binary_embedding bit(3), sparse_embedding sparsevec(3), embeddings vector[], half_embeddings halfvec[], sparse_embeddings sparsevec[])')
+conn.run('CREATE TABLE pg8000_items (id bigserial PRIMARY KEY, embedding vector(3), half_embedding halfvec(3), binary_embedding bit(3), sparse_embedding sparsevec(3))')
12
13
register_vector(conn)
14
0 commit comments