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.51,<0.11.0 #245

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.51]

  • fixed issue with function calling llms and empty tool calls (#14453)
  • Fix ChatMessage not considered as stringable in query pipeline (#14378)
  • Update schema llm path extractor to also take a list of valid triples (#14357)
  • Pass the kwargs on when build_index_from_nodes (#14341)

llama-index-agent-dashscope [0.1.0]

  • Add Alibaba Cloud dashscope agent (#14318)

llama-index-graph-stores-neo4j [0.2.6]

  • Add MetadataFilters to neo4j_property_graph (#14362)

llama-index-llms-nvidia [0.1.4]

  • add known context lengths for hosted models (#14436)

llama-index-llms-perplexity [0.1.4]

  • update available models (#14409)

llama-index-llms-predibase [0.1.6]

  • Better error handling for invalid API token (#14440)

llama-index-llms-yi [0.1.0]

llama-index-readers-google [0.2.9]

  • Creates Data Loader for Google Chat (#14397)

llama-index-readers-s3 [0.1.10]

  • Invalidate s3fs cache in S3Reader (#14441)

llama-index-readers-structured-data [0.1.0]

  • Add StructuredDataReader support for xlsx, csv, json and jsonl (#14369)

llama-index-tools-jina [0.1.0]

  • Integrating a new tool called jina search (#14317)

llama-index-vector-stores-astradb [0.1.8]

  • Update Astra DB vector store to use modern astrapy library (#14407)

... (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 #246.