microsoft / gpt-review

MIT License
249 stars 48 forks source link

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 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.53]

  • fix handling react usage in llm.predict_and_call for llama-agents (#14556)
  • add the missing arg verbose when ReActAgent calling super().__init__ (#14565)
  • fix llama-index-core\llama_index\core\node_parser\text\utils.py error when use IngestionPipeline parallel (#14560)
  • deprecate KnowledgeGraphIndex, tweak docs (#14575)
  • Fix ChatSummaryMemoryBuffer fails to summary chat history with tool callings (#14563)
  • Added DynamicLLMPathExtractor for Entity Detection With a Schema inferred by LLMs on the fly (#14566)
  • add cloud document converter (#14608)
  • fix KnowledgeGraphIndex arg 'kg_triple_extract_template' typo error (#14619)
  • Fix: Update UnstructuredElementNodeParser due to change in unstructured (#14606)
  • Update ReAct Step to solve issue with incomplete generation (#14587)

llama-index-callbacks-promptlayer [0.1.3]

  • Conditions logging to promptlayer on successful request (#14632)

llama-index-embeddings-databricks [0.1.0]

  • Add integration embeddings databricks (#14590)

llama-index-llms-ai21 [0.3.1]

  • Fix MessageRole import from the wrong package in AI21 Package (#14596)

llama-index-llms-bedrock [0.1.12]

  • handle empty response in Bedrock AnthropicProvider (#14479)
  • add claude 3.5 sonnet support to Bedrock InvokeAPI (#14594)

llama-index-llms-bedrock-converse [0.1.4]

  • Fix Bedrock Converse's tool use blocks, when there are multiple consecutive function calls (#14386)

llama-index-llms-optimum-intel [0.1.0]

  • add optimum intel with ipex backend to llama-index-integration (#14553)

llama-index-llms-qianfan [0.1.0]

  • add baidu-qianfan llm (#14414)

llama-index-llms-text-generation-inference [0.1.4]

  • fix: crash LLMMetadata in model name lookup (#14569)
  • Remove hf embeddings dep from text-embeddings-inference (#14592)

llama-index-llms-yi [0.1.1]

  • update yi llm context_window (#14578)

... (truncated)

Commits


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)
dependabot[bot] commented 2 months ago

Superseded by #248.