mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 03:50:04 +00:00
Some checks are pending
* fix: turn the embedding field into optional * enable migration 13 - fixes: #556
3 lines
159 B
Text
3 lines
159 B
Text
|
|
DEFINE FIELD OVERWRITE embedding ON TABLE source_insight TYPE option<array<float>>;
|
|
DEFINE FIELD OVERWRITE embedding ON TABLE note TYPE option<array<float>>;
|