mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-30 11:20:46 +02:00
e3bb2935d0
Unify embedding config, build providers from system settings, and fail startup when index builds error or time out. Move Surreal assets under common/db so embeds exclude crate source, and read storage via streams.
4 lines
207 B
Plaintext
4 lines
207 B
Plaintext
-- Drop legacy embedding fields from base tables; embeddings now live in *_embedding tables.
|
|
REMOVE FIELD IF EXISTS embedding ON TABLE text_chunk;
|
|
REMOVE FIELD IF EXISTS embedding ON TABLE knowledge_entity;
|