Skip to content
Snippets Groups Projects
Select Git revision
  • 1.0.0
  • 1.x default
  • 1.0.2
  • 1.0.1
4 results

llm_support

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Dezső BICZÓ's avatar
    Dezső Biczó authored
    With DDEV for convenient contributions and DrupalCI configured.
    3491434b
    History

    LLM support

    This recipe makes sites AI-friendly by easing AI processing of site content and with that reducing processing costs. It provides complete coverage of the emerging llms.txt standard.

    Included modules:

    • /llms.txt - authoring and output of the /llms.txt file
    • Markdownify - output each entity in MarkDown format
    • Token Filter - token support for llms.txt authoring

    Note: Output of all website content in a llms-full.txt file is not supported. Drupal site content is often so voluminous that serving it inside one text file would be prohibitive on multiple levels.