Plugins
Github
{% if current_config.content_type.github %}
{% if current_model_state.github == False %}
{% else %}
{% endif %}
{% endif %}
Set repositories to index
{% if current_config.content_type.github %}
{% endif %}
Notion
{% if current_config.content_type.notion %}
{% if current_model_state.notion == False %}
{% else %}
{% endif %}
{% endif %}
Configure your settings from Notion
{% if current_config.content_type.notion %}
{% endif %}
Markdown
{% if current_config.content_type.markdown %}
{% if current_model_state.markdown == False%}
{% else %}
{% endif %}
{% endif %}
Set markdown files to index
{% if current_config.content_type.markdown %}
{% endif %}
Org
{% if current_config.content_type.org %}
{% if current_model_state.org == False %}
{% else %}
{% endif %}
{% endif %}
{% if current_config.content_type.org %}
{% endif %}
PDF
{% if current_config.content_type.pdf %}
{% if current_model_state.pdf == False %}
{% else %}
{% endif %}
{% endif %}
{% if current_config.content_type.pdf %}
{% endif %}
Features
Chat
{% if current_config.processor and current_config.processor.conversation.openai %}
{% if current_model_state.conversation == False %}
{% else %}
{% endif %}
{% endif %}
{% if current_config.processor and current_config.processor.conversation.openai %}
{% endif %}
Offline Chat
Setup offline chat (Falcon 7B)
{% endblock %}