Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mechanism for updating vector database #9

Open
svenseeberg opened this issue Mar 20, 2024 · 2 comments
Open

Mechanism for updating vector database #9

svenseeberg opened this issue Mar 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@svenseeberg
Copy link
Member

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

@svenseeberg svenseeberg added this to the Answer Retrieval milestone May 22, 2024
@svenseeberg svenseeberg added the enhancement New feature or request label Jun 26, 2024
@svenseeberg
Copy link
Member Author

svenseeberg commented Jun 26, 2024

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
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant