Skip to content

Commit

Permalink
Deployed 5b26c73 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
pamella committed Nov 19, 2024
1 parent 17fe536 commit 2436c7f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 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.1" class="md-nav__link">
<span class="md-ellipsis">
0.1.1 November 19, 2024
</span>
</a>

</li>

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

<li class="md-nav__item">
<a href="#0.1.1" class="md-nav__link">
<span class="md-ellipsis">
0.1.1 November 19, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#0.1.0" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -873,6 +891,11 @@ <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.1">0.1.1 <small>November 19, 2024</small><a class="headerlink" href="#0.1.1" title="Permanent link">&para;</a></h2>
<ul>
<li>Fix an <code>AttributeError</code> raised in RAG AIAssistants when the <code>retriever</code> supports the <code>invoke</code> call
only with the query string as <code>input</code>.</li>
</ul>
<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
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 2436c7f

Please sign in to comment.