Skip to content

Commit

Permalink
Deployed b18223f with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Reini committed Nov 1, 2024
1 parent d8503c6 commit 2865712
Show file tree
Hide file tree
Showing 37 changed files with 855 additions and 476 deletions.
104 changes: 104 additions & 0 deletions assets/images/logos/cubeserv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/logos/equinix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/kbc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/images/logos/snowflake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/tribbleai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion component_guides/evaluation/feedback_aggregation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9684,7 +9684,8 @@
<h1 id="feedback-aggregation">Feedback Aggregation<a class="headerlink" href="#feedback-aggregation" title="Permanent link">&para;</a></h1>
<p>For cases where argument specification names more than one value as an input,
aggregation can be used.</p>
<p>Consider this feedback example:</p>
<div class="admonition example">
<p class="admonition-title">Example</p>
<div class="highlight"><pre><span></span><code><span class="c1"># Context relevance between question and each context chunk.</span>
<span class="n">f_context_relevance</span> <span class="o">=</span> <span class="p">(</span>
<span class="n">Feedback</span><span class="p">(</span><span class="n">provider</span><span class="o">.</span><span class="n">context_relevance_with_cot_reasons</span><span class="p">,</span> <span class="n">name</span> <span class="o">=</span> <span class="s2">&quot;Context Relevance&quot;</span><span class="p">)</span>
Expand All @@ -9693,6 +9694,7 @@ <h1 id="feedback-aggregation">Feedback Aggregation<a class="headerlink" href="#f
<span class="o">.</span><span class="n">aggregate</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
<span class="p">)</span>
</code></pre></div>
</div>
<p>The last line <code>aggregate(numpy.min)</code> specifies how feedback outputs are to be aggregated.
This only applies to cases where the argument specification names more than one value
for an input. The second specification, for <code>statement</code> was of this type.</p>
Expand Down
Loading

0 comments on commit 2865712

Please sign in to comment.