Term-4-Project / myenv /lib /python3.12 /site-packages /chromadb /migrations /sysdb /00005-remove-topic.sqlite.sql
Dhenenjay's picture
Upload folder using huggingface_hub
adcfb91 verified
-- Remove the topic column from the Collections and Segments tables
ALTER TABLE collections DROP COLUMN topic;
ALTER TABLE segments DROP COLUMN topic;