You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-08-01 06:46:52 +03:00
chore: fix typos (#228)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
This commit is contained in:
@ -45,7 +45,7 @@ def test_create_index(conn: Connection, index_name: str, index_setting: str):
|
||||
conn.commit()
|
||||
|
||||
|
||||
# The server cannot handle invalid vectors curently, see https://github.com/tensorchord/pgvecto.rs/issues/96
|
||||
# The server cannot handle invalid vectors currently, see https://github.com/tensorchord/pgvecto.rs/issues/96
|
||||
# def test_invalid_insert(conn: Connection):
|
||||
# for i, e in enumerate(INVALID_VECTORS):
|
||||
# try:
|
||||
|
Reference in New Issue
Block a user