{% extends "base_config.html" %} {% block content %}

Plugins

Github

Github {% if current_config.content_type.github %} {% if current_model_state.github == False %} Not Configured {% else %} Configured {% endif %} {% endif %}

Set repositories to index

{% if current_config.content_type.github %}
{% endif %}
Notion

Notion {% if current_config.content_type.notion %} {% if current_model_state.notion == False %} Not Configured {% else %} Configured {% endif %} {% endif %}

Configure your settings from Notion

{% if current_config.content_type.notion %}
{% endif %}
markdown

Markdown {% if current_config.content_type.markdown %} {% if current_model_state.markdown == False%} Not Configured {% else %} Configured {% endif %} {% endif %}

Set markdown files to index

{% if current_config.content_type.markdown %}
{% endif %}
org

Org {% if current_config.content_type.org %} {% if current_model_state.org == False %} Not Configured {% else %} Configured {% endif %} {% endif %}

Set org files to index

{% if current_config.content_type.org %}
{% endif %}
PDF

PDF {% if current_config.content_type.pdf %} {% if current_model_state.pdf == False %} Not Configured {% else %} Configured {% endif %} {% endif %}

Set PDF files to index

{% if current_config.content_type.pdf %}
{% endif %}
Plaintext

Plaintext {% if current_config.content_type.plaintext %} {% if current_model_state.plaintext == False %} Not Configured {% else %} Configured {% endif %} {% endif %}

Set Plaintext files to index

{% if current_config.content_type.plaintext %}
{% endif %}

Features

Chat

Chat {% if current_config.processor and current_config.processor.conversation.openai %} {% if current_model_state.conversation_openai == False %} Not Configured {% else %} Configured {% endif %} {% endif %}

Setup online chat using OpenAI

{% if current_config.processor and current_config.processor.conversation.openai %}
{% endif %}
Chat

Offline Chat Configured {% if current_config.processor and current_config.processor.conversation and current_config.processor.conversation.offline_chat.enable_offline_chat and not current_model_state.conversation_gpt4all %} Not Configured {% endif %}

Setup offline chat

{% endblock %}