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
2 lines
No EOL
141 B
Text
2 lines
No EOL
141 B
Text
DEFINE FIELD OVERWRITE embedding ON TABLE source_insight TYPE array<float>;
|
|
DEFINE FIELD OVERWRITE embedding ON TABLE note TYPE array<float>; |