Skip to content

Commit

Permalink
fix: update llama-index requirement from <0.7.0,>=0.6.0 to >=0.6.0,<0…
Browse files Browse the repository at this point in the history
….9.0 (#201)

Updates the requirements on
[llama-index](https://github.com/jerryjliu/llama_index) to permit the
latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jerryjliu/llama_index/blob/main/CHANGELOG.md">llama-index's
changelog</a>.</em></p>
<blockquote>
<h2>[0.8.27] - 2023-09-14</h2>
<h3>New Features</h3>
<ul>
<li>add low-level tutorial section (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7673">#7673</a>)</li>
</ul>
<h3>Bug Fixes / Nits</h3>
<ul>
<li>default delta should be a dict (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7665">#7665</a>)</li>
<li>better query wrapper logic on LLMPredictor (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7667">#7667</a>)</li>
</ul>
<h2>[0.8.26] - 2023-09-12</h2>
<h3>New Features</h3>
<ul>
<li>add non-linear embedding adapter (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7658">#7658</a>)</li>
<li>Add &quot;finetune + RAG&quot; evaluation to knowledge fine-tuning
notebook (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7643">#7643</a>)</li>
</ul>
<h3>Bug Fixes / Nits</h3>
<ul>
<li>Fixed chunk-overlap for sentence splitter (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7590">#7590</a>)</li>
</ul>
<h2>[0.8.25] - 2023-09-12</h2>
<h3>New Features</h3>
<ul>
<li>Added <code>AGENT_STEP</code> callback event type (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7652">#7652</a>)</li>
</ul>
<h3>Bug Fixes / Nits</h3>
<ul>
<li>Allowed <code>simple</code> mode to work with
<code>as_chat_engine()</code> (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7637">#7637</a>)</li>
<li>Fixed index error in azure streaming (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7646">#7646</a>)</li>
<li>Removed <code>pdb</code> from llama-cpp (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7651">#7651</a>)</li>
</ul>
<h2>[0.8.24] - 2023-09-11</h2>
<h2>New Features</h2>
<ul>
<li>guide: fine-tuning to memorize knowledge (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7626">#7626</a>)</li>
<li>added ability to customize prompt template for eval modules (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7626">#7626</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Properly detect <code>llama-cpp-python</code> version for loading
the default GGML or GGUF <code>llama2-chat-13b</code> model (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7616">#7616</a>)</li>
<li>Pass in <code>summary_template</code> properly with
<code>RetrieverQueryEngine.from_args()</code> (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7621">#7621</a>)</li>
<li>Fix span types in wandb callback (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7631">#7631</a>)</li>
</ul>
<h2>[0.8.23] - 2023-09-09</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Make sure context and system prompt is included in prompt for first
chat for llama2 (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7597">#7597</a>)</li>
<li>Avoid negative chunk size error in refine process (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7607">#7607</a>)</li>
<li>Fix relationships for small documents in hierarchical node parser
(<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7611">#7611</a>)</li>
<li>Update Anyscale Endpoints integration with full streaming and async
support (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7602">#7602</a>)</li>
<li>Better support of passing credentials as LLM constructor args in
<code>OpenAI</code>, <code>AzureOpenAI</code>, and <code>Anyscale</code>
(<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7602">#7602</a>)</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Update milvus vector store to support filters and dynamic schemas
(<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7286">#7286</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/11f81337acf87e78d797df9b2dc82286c756e9b8"><code>11f8133</code></a>
cr</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/8d77d54fe5e9c9c4b2d9735a0131495aa5b0bc3d"><code>8d77d54</code></a>
add low-level tutorial section (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7673">#7673</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/0733a64b1b665e8e90a4ff2d712b56ae2630e6d1"><code>0733a64</code></a>
add bottoms-up video series as a subsection in docs (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7670">#7670</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/ca130a27d294198b81abccf0eb07252a51ebd417"><code>ca130a2</code></a>
update paths on .md files (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7651">#7651</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/476704ca669c4f38aacbc850c0268f06dafd0992"><code>476704c</code></a>
better query wrapper logic (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7667">#7667</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/6846825dfb7907db7bb4b4936d6f0707f8226888"><code>6846825</code></a>
default delta should be a dict (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7665">#7665</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/5a44a572c7b2d68d3ef75b53137dceb9c33f6275"><code>5a44a57</code></a>
nit: edit doc link title for embedding fine-tuning tutorial (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7663">#7663</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/277a25df24a2039eda861f6099c9697811270aec"><code>277a25d</code></a>
edit notebook title, bump version (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7660">#7660</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/f39f4285dfd88c3dff8636da9b0edf16c939e61e"><code>f39f428</code></a>
[version] bump version to 0.8.26 (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7659">#7659</a>)</li>
<li><a
href="https://github.com/jerryjliu/llama_index/commit/8c4e8d890453030e54dce292c7a4bf40a62e3785"><code>8c4e8d8</code></a>
add non-linear embedding adapter (<a
href="https://redirect.github.com/jerryjliu/llama_index/issues/7658">#7658</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jerryjliu/llama_index/compare/v0.6.0...v0.8.27">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 003c7b0 commit df36fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
'azure-functions; python_version <= "3.10"',
'azure-identity',
'azure-keyvault-secrets',
'llama-index>=0.6.0,<0.7.0',
'llama-index>=0.6.0,<0.9.0',
'httpx',
'GitPython',
'knack',
Expand Down

0 comments on commit df36fe4

Please sign in to comment.