Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update llama-index requirement from <0.9.0,>=0.6.0 to >=0.6.0,<0.11.0 #251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2024

Updates the requirements on llama-index to permit the latest version.

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.10.58]

  • Fix: Token counter expecting response.raw as dict, got ChatCompletionChunk (#14937)
  • Return proper tool outputs per agent step instead of all (#14885)
  • Minor bug fixes to async structured streaming (#14925)

llama-index-llms-fireworks [0.1.6]

  • fireworks ai llama3.1 support (#14914)

llama-index-multi-modal-llms-anthropic [0.1.6]

  • Add claude 3.5 sonnet to multi modal llms (#14932)

llama-index-retrievers-bm25 [0.2.1]

  • 🐞 fix(integrations): BM25Retriever persist missing arg similarity_top_k (#14933)

llama-index-retrievers-vertexai-search [0.1.0]

  • Llamaindex retriever for Vertex AI Search (#14913)

llama-index-vector-stores-deeplake [0.1.5]

  • Improved deeplake.get_nodes() performance (#14920)

llama-index-vector-stores-elasticsearch [0.2.3]

  • Bugfix: Don't pass empty list of embeddings to elasticsearch store when using sparse strategy (#14918)

llama-index-vector-stores-lindorm [0.1.0]

  • Add vector store integration of lindorm (#14623)

llama-index-vector-stores-qdrant [0.2.14]

  • feat: allow to limit how many elements retrieve (qdrant) (#14904)

[2024-07-22]

llama-index-core [0.10.57]

  • Add an optional parameter similarity_score to VectorContextRetrieve… (#14831)
  • add property extraction (using property names and optional descriptions) for KGs (#14707)
  • able to attach output classes to LLMs (#14747)
  • Add streaming for tool calling / structured extraction (#14759)
  • fix from removing private variables when copying/pickling (#14860)
  • Fix empty array being send to vector store in ingestion pipeline (#14859)
  • optimize ingestion pipeline deduping (#14858)
  • Add an optional parameter similarity_score to VectorContextRetriever (#14831)

... (truncated)

Commits
  • d94e0b0 v0.10.58 (#14944)
  • f2a64e5 structured extraction docs + bug fixes (#14925)
  • 7e1b77f 🐞 fix(integrations): BM25Retriever persist missing arg similarity_top_k (#14933)
  • 3be95a2 Fix: Token counter expecting response.raw as dict, got ChatCompletionChunk (...
  • 3a35a6e Llamaindex retriever for Vertex AI Search (#14913)
  • 94e137e Add vector store integration of lindorm, including knn search, … (#14623)
  • 1d7f303 Add claude 3.5 sonnet to multi modal llms (#14932)
  • 479d72a feat: allow to limit how many elements retrieve (qdrant) (#14904)
  • 34dec27 Bugfix: Don't pass empty list of embeddings to elasticsearch store when using...
  • 3eea9f9 Improved deeplake.get_nodes() performance (#14920)
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [llama-index](https://github.com/run-llama/llama_index) to permit the latest version.
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.6.0...v0.10.58)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 31, 2024
@dependabot dependabot bot requested a review from dciborow July 31, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants