{% extends 'base.html' %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{{ messages[0][1] }}
{% endif %} {% endwith %}
Update Database

Upload the new document in existing DB. Currently selected DB:

{{ db_name }}

Go to Update DB
Chat with AI

Ask questions and get answers based on your vector database.

{{ db_name }}

Go to List of DB
Remove DB

Remove the entire DB. Currently selected DB:

{{ db_name }}

Go to Remove DB
Delete Document

Delete a document by specific file name. Currently selected DB:

{{ db_name }}

Go to Delete Document
{% endblock %}