{% extends 'allauth/layouts/base.html' %} {% block title %}Chatbot: {{ chatbot.name }}{% endblock %} {% block content %}

Chatbot: {{ chatbot.name }}

Created: {{ chatbot.created_at|date:"F d, Y" }}

Updated: {{ chatbot.updated_at|date:"F d, Y" }}

Uploaded Files

{% if chatbot.files.all %} {% else %}

No files uploaded yet.

{% endif %}
Process RAG Data Preview Chatbot Test Chatbot Embed

Upload a File

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %} {{ form.as_p }}

Drag and drop files here or click to select.

Search RAG Database

{% endblock %}