Skip to content

Commit

Permalink
deploy: 7dc0cb5
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD committed Sep 9, 2024
1 parent 40bead9 commit 85149a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _sources/core_concepts/ell_studio.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To start using Studio, run the following command in your terminal:

.. code-block:: bash
ell-studio --storage_dir ./logdir
ell-studio --storage ./logdir
This command opens the Studio interface in your web browser, using the data stored in the specified directory (which should be the same directory you specified when initializing ell with `ell.init(store='./logdir')`). Since Studio runs locally, you can be assured that your sensitive prompt data never leaves your machine.

Expand Down
2 changes: 1 addition & 1 deletion _sources/getting_started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ After running your script with versioning enabled, you can explore your prompts

.. code-block:: bash
ell-studio --storage_dir ./logdir
ell-studio --storage ./logdir
This command opens the ell-studio interface in your web browser. Here, you can visualize your LMPs, see their dependencies, and track changes over time.

Expand Down
2 changes: 1 addition & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Tools for monitoring, versioning, and visualization

.. code-block:: bash
ell-studio --storage_dir ./logdir
ell-studio --storage ./logdir
Prompt engineering goes from a dark art to a science with the right tools. **Ell Studio is a local, open source tool for prompt version control, monitoring, visualization**. With Ell Studio you can empiricize your prompt optimziation process over time and catch regressions before its too late.

Expand Down
2 changes: 1 addition & 1 deletion core_concepts/ell_studio.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h1>Studio<a class="headerlink" href="#studio" title="Link to this heading">¶</
<section id="launching-studio">
<h2>Launching Studio<a class="headerlink" href="#launching-studio" title="Link to this heading" x-intersect.margin.0%.0%.-70%.0%="activeSection = '#launching-studio'"></a></h2>
<p>To start using Studio, run the following command in your terminal:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage_dir<span class="w"> </span>./logdir
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage<span class="w"> </span>./logdir
</span></code></pre></div>
</div>
<p>This command opens the Studio interface in your web browser, using the data stored in the specified directory (which should be the same directory you specified when initializing ell with <cite>ell.init(store=’./logdir’)</cite>). Since Studio runs locally, you can be assured that your sensitive prompt data never leaves your machine.</p>
Expand Down
2 changes: 1 addition & 1 deletion getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h2>Storing and Versioning Your Prompts<a class="headerlink" href="#storing-and-
<section id="exploring-your-prompts-with-ell-studio">
<h3>Exploring Your Prompts with ell-studio<a class="headerlink" href="#exploring-your-prompts-with-ell-studio" title="Link to this heading" x-intersect.margin.0%.0%.-70%.0%="activeSection = '#exploring-your-prompts-with-ell-studio'"></a></h3>
<p>After running your script with versioning enabled, you can explore your prompts using ell-studio. In your terminal, run:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage_dir<span class="w"> </span>./logdir
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage<span class="w"> </span>./logdir
</span></code></pre></div>
</div>
<p>This command opens the ell-studio interface in your web browser. Here, you can visualize your LMPs, see their dependencies, and track changes over time.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2>Prompt engineering is an optimization process<a class="headerlink" href="#pr
<section id="tools-for-monitoring-versioning-and-visualization">
<h2>Tools for monitoring, versioning, and visualization<a class="headerlink" href="#tools-for-monitoring-versioning-and-visualization" title="Link to this heading" x-intersect.margin.0%.0%.-70%.0%="activeSection = '#tools-for-monitoring-versioning-and-visualization'"></a></h2>
<a class="rounded-image reference internal image-reference" href="_images/ell_studio_better.webp"><img alt="ell demonstration" class="rounded-image" src="_images/ell_studio_better.webp" style="width: 100%;"/></a>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage_dir<span class="w"> </span>./logdir
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><code><span id="line-1">ell-studio<span class="w"> </span>--storage<span class="w"> </span>./logdir
</span></code></pre></div>
</div>
<p>Prompt engineering goes from a dark art to a science with the right tools. <strong>Ell Studio is a local, open source tool for prompt version control, monitoring, visualization</strong>. With Ell Studio you can empiricize your prompt optimziation process over time and catch regressions before its too late.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 85149a3

Please sign in to comment.