{% 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 for Khoj 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 for Khoj 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 for Khoj 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 for Khoj to index

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

Features

Chat

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

Setup Khoj Chat with OpenAI

{% if current_config.processor and current_config.processor.conversation %}
{% endif %}
{% endblock %}