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.10.50,<0.11.0 #243

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 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.50]

  • added dead simple FnAgentWorker for custom agents (#14329)
  • Pass the kwargs on when build_index_from_nodes (#14341)
  • make async utils a bit more robust to nested async (#14356)

llama-index-llms-upstage [0.1.3]

  • every llm is a chat model (#14334)

llama-index-packs-rag-evaluator [0.1.5]

  • added possibility to run local embedding model in RAG evaluation packages (#14352)

[2024-06-23]

llama-index-core [0.10.49]

  • Improvements to llama-cloud and client dependencies (#14254)

llama-index-indices-managed-llama-cloud [0.2.1]

  • Improve the interface and client interactions in LlamaCloudIndex (#14254)

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

  • add claude sonnet 3.5 to bedrock converse (#14306)

llama-index-llms-upstage [0.1.2]

  • set default context size (#14293)
  • add api_key alias on upstage llm and embeddings (#14233)

llama-index-storage-kvstore-azure [0.1.2]

llama-index-utils-azure [0.1.1]

  • azure_table_storage params bug (#14182)

llama-index-vector-stores-neo4jvector [0.1.6]

  • Add neo4j client method (#14314)

[2024-06-21]

llama-index-core [0.10.48]

  • Improve efficiency of average precision (#14260)

... (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 4 months ago

Superseded by #245.