This commit is contained in:
salmanap 2025-10-22 21:13:54 +00:00
parent d545bcdcc3
commit aa4667a7d1
36 changed files with 362 additions and 15 deletions

View file

@ -18,7 +18,7 @@
<link href="./docs/build_with_arch/multi_turn.html" rel="canonical"/>
<link href="../_static/favicon.ico" rel="icon"/>
<link href="../search.html" rel="search" title="Search"/>
<link href="../resources/configuration_reference.html" rel="next" title="Configuration Reference"/>
<link href="../resources/deployment.html" rel="next" title="Deployment"/>
<link href="rag.html" rel="prev" title="RAG Apps"/>
<script>
<!-- Prevent Flash of wrong theme -->
@ -137,6 +137,7 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../resources/deployment.html">Deployment</a></li>
<li class="toctree-l1"><a class="reference internal" href="../resources/configuration_reference.html">Configuration Reference</a></li>
</ul>
</nav>
@ -327,8 +328,8 @@ that you can test and modify locally for multi-turn RAG scenarios.</p>
</a>
</div>
<div class="ml-auto">
<a class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors border border-input hover:bg-accent hover:text-accent-foreground py-2 px-4" href="../resources/configuration_reference.html">
Configuration Reference
<a class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors border border-input hover:bg-accent hover:text-accent-foreground py-2 px-4" href="../resources/deployment.html">
Deployment
<svg class="ml-2 h-4 w-4" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>