digitalfabrik / integreat-chat

MIT License
0 stars 0 forks source link

Mechanism for updating vector database #9

Closed svenseeberg closed 5 days ago

svenseeberg commented 6 months ago

The vector database needs to be up to date to our content and be synchronized with our search engine/server.

svenseeberg commented 3 months ago

We should create a management command that retrieves the pages endpoint for a region in all languages and stores the result in our database. This should be executed via cron job once a day(?).

svenseeberg commented 2 weeks ago

We can set up a periodic task in the Chat back end daemon with celery. This can fetch the /pages endpoint for all languages of a region and update the Milvus database.

svenseeberg commented 5 days ago

https://github.com/digitalfabrik/integreat-chat/pull/34