mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 03:50:04 +00:00
fix: turn the embedding field into optional (#557)
Some checks are pending
Some checks are pending
* fix: turn the embedding field into optional * enable migration 13 - fixes: #556
This commit is contained in:
parent
97b7fc6e0d
commit
98dadd151a
3 changed files with 11 additions and 0 deletions
2
open_notebook/database/migrations/13_down.surrealql
Normal file
2
open_notebook/database/migrations/13_down.surrealql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DEFINE FIELD OVERWRITE embedding ON TABLE source_insight TYPE array<float>;
|
||||
DEFINE FIELD OVERWRITE embedding ON TABLE note TYPE array<float>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue