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
CREATESCHEMAtschema;
CREATE EXTENSION vectors WITH SCHEMA tschema;
CREATETABLEtschema.t (val tschema.vector(3));
INSERT INTOtschema.t (val) SELECT ARRAY[random(), random(), random()]::real[] FROM generate_series(1, 1000);
CREATEINDEXnative_indexONtschema.t USING vectors (val tschema.vector_cos_ops)
WITH (options ="[indexing.hnsw]");
ERROR: type "vector" does not exist
Related function:
pgrx::wrappers::regtypein("vector")
regoperatorin("<#>(vector,vector)")
The text was updated successfully, but these errors were encountered:
Now we could not install pgvector.rs at schema.
Related function:
The text was updated successfully, but these errors were encountered: