You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If failed, check_connection may retry without limit, cause ERROR_STACK exceed
tensorchord=# CREATE INDEX ON t USING vectors (val vector_l2_ops)
WITH (options = "[indexing.hnsw]");
ERROR: pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
ERROR: pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
WARNING: AbortTransaction while in ABORT state
ERROR: pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
WARNING: AbortTransaction while in ABORT state
ERROR: pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
WARNING: AbortTransaction while in ABORT state
ERROR: pgvecto.rs: Indexes can only be built on built-in distance functions.
ADVICE: If you want pgvecto.rs to support more distance functions, visit `https://github.com/tensorchord/pgvecto.rs/issues` and contribute your ideas.
PANIC: ERRORDATA_STACK_SIZE exceeded
The text was updated successfully, but these errors were encountered:
Error at latest version:
pgvecto.rs/src/prelude/error.rs
Line 97 in 8aa621a
check_connection
may retry without limit, cause ERROR_STACK exceedThe text was updated successfully, but these errors were encountered: