{% extends 'base.html' %} {% block title %}Library Operations{% endblock %} {% block content_title %}Library Operations{% endblock %} {% block content_description %}Perform operations on the entire library of documents.{% endblock %} {% block content_class %}
{% endblock %} {% block content %}

Re-Embed Latest Versions

This functionality will re-apply embeddings on the latest versions of all documents in the library. This is useful only while tuning the embedding parameters, or when changing embedding algorithms. As it is an expensive operation and highly impacts the performance of the system in future use, use it with caution!

Refresh all documents

This operation will create new versions of all documents in the library with a URL. Documents that were uploaded directly, cannot be automatically refreshed. This is an expensive operation, and impacts the performance of the system in future use. Please use it with caution!

{% endblock %}