mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-17 21:27:20 +02:00
030f0fc17d
additional indexes
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;
|