{% extends "admin/base.html" %} {% block title %}Data Stores{% endblock %} {% block header_title %}Data Stores (RAG){% endblock %} {% block content %}

What are Data Stores?

Data Stores allow you to upload documents (PDFs, code, text) and semantically index them. You can then use the RAG Datastore node in the Workflow Architect to query this knowledge base.

Create New Data Store

Active Data Stores

{% for ds in datastores %} {% else %} {% endfor %}
Name Description Vectorizer Actions
{{ ds.name }} {{ ds.description }} {{ ds.vectorizer_name }}
Manage Files
No datastores configured.
{% endblock %}