{% extends "library/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "knowledge" %} {% block title %}Knowledge - LLeMbas{% endblock %} {% block heading %}Knowledge{% endblock %} {% block library_content %}

Knowledge bases are collections of documents, images and saved web pages. Keep them separate — one per subject, project or client — and a chat can be pointed at just the ones it should draw on. Sharing happens here too: share a base and everything in it comes with it.

{% if error %}
{{ icon("warning", "alert__icon") }} {{ error }}
{% endif %} {% if bases %} {% else %}
{{ icon("archive", "empty__mark") }}

No knowledge bases yet

Make one below, then put documents in it. A chat with no base attached searches everything you have; a chat pointed at one searches only that.

{% endif %}

New knowledge base

{% endblock %}