microsoft / gpt-review

MIT License
256 stars 48 forks source link

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

Open dependabot[bot] opened 3 months ago

dependabot[bot] commented 3 months ago

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 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)