Open-Assistant
Open-Assistant copied to clipboard
Backend support for message search
Close #3009. Vector generation works locally with seed data, hopefully it will scale when batch generating the vectors for every message currently in prod DB
(We need to enable celery (afaik there is no celery worker running currently) on the production system before this can be used.)
ok, great. Computing the TSVECTOR for all messages will probably increase the DB size "a bit".
Yeah... We will have to keep an eye on prod for a while when this is deployed I guess