1
0
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:
Keming
2024-01-04 14:24:45 +08:00
committed by GitHub
parent 16af21314b
commit eb44c263b6
19 changed files with 56 additions and 32 deletions

View File

@ -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: