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

Documents, images and saved web pages you have collected. A model with the knowledge tool searches these before it searches the web, and you can attach any of them to a message.

Add

Images, PDFs and text. PDFs have their text read once, now.

Fetched now and kept as text, so it survives the page changing.

{% if q %}Clear{% endif %}
{% if not documents %}
{{ icon("archive", "empty__mark") }}

{{ "Nothing found" if q else "The shelves are bare" }}

{% if q %} No document matches “{{ q }}”. {% else %} Add a file or a web page above and it becomes searchable — by you, and by any model you have given the knowledge tool. {% endif %}

{% else %} {% include "library/_pager.html" %} {% endif %} {% endblock %}