Skip to content

Commit

Permalink
Deployed 957443d with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Oct 23, 2024
1 parent badd979 commit 07d143e
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 294 deletions.
67 changes: 6 additions & 61 deletions how-it-works-rag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">


<a href="#click-here-to-continue-with-the-exercise" class="md-skip">
Skip to content
</a>

</div>
<div data-md-component="announce">

Expand Down Expand Up @@ -308,17 +303,6 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
3. How it works (RAG)
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="./" class="md-nav__link md-nav__link--active">


Expand All @@ -329,32 +313,6 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">




<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#click-here-to-continue-with-the-exercise" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to continue with the exercise
</span>
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -537,23 +495,6 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#click-here-to-continue-with-the-exercise" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to continue with the exercise
</span>
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand Down Expand Up @@ -584,9 +525,13 @@ <h1>3. How it works (RAG)</h1>
<li>It contacts Ollama to produce an embedding of the user input</li>
<li>With the embedding, reach out to PineCone to find documents relevant to the user input</li>
<li>Use the documents to perform prompt engineering and send it to Ollama to produce the travel recommendation </li>
<li>Prosess the answer received </li>
<li>Process the answer received </li>
</ul>
<div class="grid cards">
<ul>
<li><a href="../prerequisites/">Click Here to Continue <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span></a></li>
</ul>
<h2 id="click-here-to-continue-with-the-exercise"><a href="../prerequisites/">&gt;&gt; Click here to continue with the exercise</a><a class="headerlink" href="#click-here-to-continue-with-the-exercise" title="Permanent link">#</a></h2>
</div>



Expand Down
65 changes: 5 additions & 60 deletions how-it-works-standard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">


<a href="#click-here-to-continue-with-the-exercise" class="md-skip">
Skip to content
</a>

</div>
<div data-md-component="announce">

Expand Down Expand Up @@ -288,17 +283,6 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
2. How it works (Standard)
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="./" class="md-nav__link md-nav__link--active">


Expand All @@ -309,32 +293,6 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">




<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#click-here-to-continue-with-the-exercise" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to continue with the exercise
</span>
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -537,23 +495,6 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#click-here-to-continue-with-the-exercise" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to continue with the exercise
</span>
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand Down Expand Up @@ -582,7 +523,11 @@ <h1>2. How it works (Standard)</h1>
</li>
<li>The response is returned and cached so that subsequent calls for the same destination (eg. <code>Sydney</code>) are served from the cache. This saves roundtrips to ChatGPT and thus <code>$</code>.</li>
</ul>
<h2 id="click-here-to-continue-with-the-exercise"><a href="../how-it-works-rag/">&gt;&gt; Click here to continue with the exercise</a><a class="headerlink" href="#click-here-to-continue-with-the-exercise" title="Permanent link">#</a></h2>
<div class="grid cards">
<ul>
<li><a href="../how-it-works-rag/">Click Here to Continue <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span></a></li>
</ul>
</div>



Expand Down
24 changes: 5 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#click-here-to-start-the-tutorial" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to start the tutorial...
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -599,15 +590,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#click-here-to-start-the-tutorial" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to start the tutorial...
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -672,7 +654,11 @@ <h2 id="compatibility">Compatibility<a class="headerlink" href="#compatibility"
</tr>
</tbody>
</table>
<h2 id="click-here-to-start-the-tutorial"><a href="how-it-works-standard/">&gt;&gt; Click here to start the tutorial...</a><a class="headerlink" href="#click-here-to-start-the-tutorial" title="Permanent link">#</a></h2>
<div class="grid cards">
<ul>
<li><a href="how-it-works-standard/">Click Here to Begin <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span></a></li>
</ul>
</div>



Expand Down
24 changes: 5 additions & 19 deletions prerequisites/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,15 +369,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#click-here-to-continue-with-the-exercise" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to continue with the exercise
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -559,15 +550,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#click-here-to-continue-with-the-exercise" class="md-nav__link">
<span class="md-ellipsis">
&gt;&gt; Click here to continue with the exercise
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -599,7 +581,11 @@ <h1>4. Demo Prerequisites</h1>
<h2 id="why-is-a-paid-openai-account-required">Why is a Paid OpenAI Account Required?<a class="headerlink" href="#why-is-a-paid-openai-account-required" title="Permanent link">#</a></h2>
<p>OpenAI / ChatGPT severely limits the ability for API access if you do not have credit. Adding a small amount of credit ($2-$3) is the best way to make this (and all other ChatGPT demos) run smoothly.</p>
<p>This demo uses <a href="https://platform.openai.com/docs/models/gpt-4o-mini" target="_blank">gpt 4o mini</a>. We have developed, tested and demoed this repository hundreds of times and still have money left from the initial $5 credit load.</p>
<h2 id="click-here-to-continue-with-the-exercise"><a href="../setup/">&gt;&gt; Click here to continue with the exercise</a><a class="headerlink" href="#click-here-to-continue-with-the-exercise" title="Permanent link">#</a></h2>
<div class="grid cards">
<ul>
<li><a href="../setup/">Click Here to Continue <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span></a></li>
</ul>
</div>



Expand Down
2 changes: 1 addition & 1 deletion resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@

<h1 id="resources">Resources<a class="headerlink" href="#resources" title="Permanent link">#</a></h1>
<ul>
<li><a href="https://dynatr.ac/3XKxKEC">Official Documentation</a></li>
<li><a href="https://dynatr.ac/3XKxKEC" target="_blank">Official Documentation</a></li>
<li><a href="https://github.com/Dynatrace/obslab-llm-observability" target="_blank">This repository and documentation on GitHub</a></li>
<li><a href="https://info.dynatrace.com/apac-all-wb-ensure-ai-project-success-with-ai-observability-24973-registration.html" target="_blank">LLM Observability On-Demand Webinar (Video)</a></li>
</ul>
Expand Down
Loading

0 comments on commit 07d143e

Please sign in to comment.