"ERROR 42704 (undefined_object) type "vector" does not exist" during migration.
Hello, has someone tried the vectorization on a resource? I encounter a migration error problem.
Current setup for vectorization of
1. First, created
2. modify
The document doesn't say about
Then I run
The generated migration file is:
Is there some step is missing?
Current setup for vectorization of
Post resource:1. First, created
setup_vectorization.ex in folder lib2. modify
Post resource to add clause vectorize, ref: vectorizationThe document doesn't say about
mix ash.codegen xxx, but it is needed.Then I run
mix ash.migrate, it shows error: ERROR 42704 (undefined_object) type "vector" does not exist.The generated migration file is:
Is there some step is missing?
