Skip to content

Commit

Permalink
Deployed 05bf2dd to dev with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Oct 11, 2024
1 parent 55b28f1 commit 5585d56
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions dev/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#0.1.0" class="md-nav__link">
<span class="md-ellipsis">
0.1.0 October 11, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#0.0.4" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -793,6 +802,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#0.1.0" class="md-nav__link">
<span class="md-ellipsis">
0.1.0 October 11, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#0.0.4" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -855,6 +873,20 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
<p>The backend and the frontend are versioned together, that is, they have the same version number.
When you update the backend, you should also update the frontend to the same version.</p>
</div>
<h2 id="0.1.0">0.1.0 <small>October 11, 2024</small><a class="headerlink" href="#0.1.0" title="Permanent link">&para;</a></h2>
<ul>
<li>Refactor the code to use LangGraph instead of LangChain LCEL
(except for RAG functionality, see the <code>get_history_aware_retriever</code> method).</li>
<li>Store all messages in the <code>Thread</code> model, including tool calls and their outputs.</li>
<li>Allow separation of threads per assistant: <code>assistant_id</code> in the <code>Thread</code> model.</li>
<li>New <code>updateThread</code> function from <code>useThreadList</code> hook.</li>
<li>Improved examples:<ul>
<li>Add markdown rendering to HTMX example.</li>
<li>Better Movie Recommendation example.</li>
<li>Better Tour Guide example.</li>
</ul>
</li>
</ul>
<h2 id="0.0.4">0.0.4 <small>July 5, 2024</small><a class="headerlink" href="#0.0.4" title="Permanent link">&para;</a></h2>
<ul>
<li>Fix frontend README.</li>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 5585d56

Please sign in to comment.