<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aura – </title>
    <link>/docs/atria/atria-constructors-guidelines/</link>
    <description>Recent content on Aura</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/docs/atria/atria-constructors-guidelines/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/atria-constructors-guidelines/key-concepts/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/atria-constructors-guidelines/key-concepts/</guid>
      <description>
        
        
        &lt;h1 id=&#34;key-atria-concepts&#34;&gt;Key ATRIA concepts&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Explore the &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; the essential components constructors need to understand in order to build experiences with &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; AI-driven capabilities&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-solid fa-user&#34; style=&#34;color:rgb(34, 150, 65);&#34;&gt;&lt;/i&gt; &lt;span style=&#34;color:rgb(34, 150, 65)&#34;&gt; &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; use cases constructors&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;preset&#34;&gt;Preset&lt;/h2&gt;
&lt;p&gt;The preset is the key entity for the &lt;strong&gt;configuration&lt;/strong&gt; of &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt;. It is like a recipe for your experience, that defines which ingredients to use and in what amounts.&lt;/p&gt;
&lt;p&gt;Technically, the preset is a &lt;strong&gt;JSON file&lt;/strong&gt; that defines a hierarchy of both required and optional configuration parameters for the use case configuration.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img width=&#34;500&#34; height=&#34;500&#34; src=&#34;../../../images/atria/constructors/atria-preset.png&#34;&gt;&lt;br&gt;
  &lt;i&gt;ATRIA preset&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;Once the constructors have defined a preset, it &lt;strong&gt;must be included in an &lt;a href=&#34;#application&#34;&gt;application&lt;/a&gt;&lt;/strong&gt; to be used by &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;h2 id=&#34;prompt&#34;&gt;Prompt&lt;/h2&gt;
&lt;p&gt;Within an &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; preset, a prompt is defined as an &lt;strong&gt;input instruction&lt;/strong&gt; given to an AI model to generate a response. It guides the AI in the required kind of output we want as constructors.&lt;/p&gt;
&lt;h2 id=&#34;application&#34;&gt;Application&lt;/h2&gt;
&lt;p&gt;From the constructor&amp;rsquo;s point of view, an application can be defined as a &lt;strong&gt;container for &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; presets&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;When developing a use case, constructors should use an existing application or create a new one in order to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Define the specific &lt;a href=&#34;../../../docs/atria/capabilities/&#34;&gt;&lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; capabilities&lt;/a&gt; that can be used, currently Generative AI, RAG, NLP as a Service and Semantic Search.&lt;/li&gt;
&lt;li&gt;Declare the &lt;strong&gt;presets&lt;/strong&gt; that this application can use.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;highlights&#34;&gt;Highlights&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Every preset and application is identified by both a name and an ID.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To be used and tested, a preset must be placed inside an application (folder).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Nested applications are not allowed. The hierarchy is: &lt;em&gt;application → preset&lt;/em&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An application can contain one or more presets.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A single preset can belong to multiple applications. When you update the preset, it will be updated in all applications it is associated with.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img width=&#34;900&#34; height=&#34;900&#34; src=&#34;../../../images/atria/constructors/atria-application-presets.png&#34;&gt;&lt;br&gt;
  &lt;i&gt;Definition of presets in an application&lt;/i&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Each environment can be considered as an independent container of applications and presets. Consequently, if you update a preset in one environment, another preset with the same ID  will not be updated in a different environment.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;access-technical-documentation&#34;&gt;Access technical documentation&lt;/h2&gt;
&lt;p&gt;Do you need more technical information regarding ATRIA components? Access here:&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/atria/technical-components/&#34;&gt;&lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; technical components&lt;/a&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/</guid>
      <description>
        
        
        &lt;h1 id=&#34;configure-your-experience-using-generativerag&#34;&gt;Configure your experience using Generative/RAG&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-bullseye&#34; style=&#34;color:rgb(63, 60, 78);&#34;&gt;&lt;/i&gt; Instructions and best practices for configuring experiences in &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; using its Generative AI or RAG (Retrieval-Augmented Generation) capabilities&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-solid fa-user&#34; style=&#34;color:rgb(34, 150, 65);&#34;&gt;&lt;/i&gt; &lt;span style=&#34;color:rgb(34, 150, 65)&#34;&gt; &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; use cases constructors&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;overall-process-workflow&#34;&gt;Overall process workflow&lt;/h2&gt;
&lt;p&gt;The current section shows the sequence of required tasks for building a use case in &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt;, whether using Generative AI or Retrieval-Augmented Generation (RAG) capabilities.&lt;/p&gt;
&lt;p&gt;Check the specific step of your interest and click on the corresponding block to access the corresponding comprehensive guidelines.
&lt;br&gt;&lt;/p&gt;
&lt;pre class=&#34;mermaid&#34;&gt;---
config:
  theme: base
  look: neo
  layout: dagre
---
flowchart LR
 subgraph s1[&amp;#34;Design preset configuration&amp;#34;]
        n1[&amp;#34;Generative AI&amp;#34;]
        n2[&amp;#34;RAG&amp;#34;]
  end
    s1 --&amp;gt; B{&amp;#34;Is it a &amp;lt;br&amp;gt;new preset?&amp;#34;}
    B -- Yes --&amp;gt; D[&amp;#34;Create &amp;lt;br&amp;gt;a new preset&amp;#34;]
    B -- No --&amp;gt; E[&amp;#34;Update an &amp;lt;br&amp;gt;existing preset&amp;#34;]
    D --&amp;gt; F{&amp;#34;Already &amp;lt;br&amp;gt;existing &amp;lt;br&amp;gt;application?&amp;#34;}
    F -- Yes --&amp;gt; G[&amp;#34;Add preset &amp;lt;br&amp;gt;to an existing &amp;lt;br&amp;gt;application&amp;#34;]
    F -- No --&amp;gt; H[&amp;#34;Create &amp;lt;br&amp;gt;an application&amp;#34;]
    H --&amp;gt; G
    style n1 fill:#FFFFFF
    style n2 fill:#FFFFFF
    style s1 fill:#d5dade
    style B fill:#FFF9C4
    style D fill:#d5dade
    style E fill:#d5dade
    style F fill:#FFF9C4
    style G fill:#d5dade
    style H fill:#d5dade
    style H fill:#d5dade&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Design preset configuration&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/design-preset-configuration-generative/&#34;&gt;Generative AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/design-preset-configuration-rag/&#34;&gt;RAG&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/calls-to-api/#1-create-a-new-preset&#34;&gt;Create a new preset&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/calls-to-api/#2-update-an-existing-preset&#34;&gt;Update an existing preset&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/calls-to-api/#3-create-an-application&#34;&gt;Create an application&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../docs/atria/atria-constructors-guidelines/configure-experience-generative-rag/calls-to-api/#4-add-a-preset-to-an-existing-application&#34;&gt;Add preset to an existing application&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
  </channel>
</rss>
