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.6.0,<0.10.0 #218

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 10 months ago

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

Changelog

Sourced from llama-index's changelog.

[0.9.1] - 2023-11-15

New Features

  • Added Cohere Reranker fine-tuning (#8859)
  • Support for custom httpx client in AzureOpenAI LLM (#8920)

Bug Fixes / Nits

  • Fixed issue with set_global_service_context not propagating settings (#8940)
  • Fixed issue with building index with Google Palm embeddings (#8936)
  • Fixed small issue with parsing ImageDocuments/Nodes that have no text (#8938)
  • Optimize QueryEngineTool for agents (#8933)

[0.9.0] - 2023-11-15

New Features / Breaking Changes / Deprecations

  • New IngestionPipline concept for ingesting and transforming data
  • Data ingestion and transforms are now automatically cached
  • Updated interface for node parsing/text splitting/metadata extraction modules
  • Changes to the default tokenizer, as well as customizing the tokenizer
  • Packaging/Installation changes with PyPi (reduced bloat, new install options)
  • More predictable and consistent import paths
  • Plus, in beta: MultiModal RAG Modules for handling text and images!
  • Find more details at: https://medium.com/@llama_index/719f03282945

[0.8.69.post1] - 2023-11-13

Bug Fixes / Nits

  • Increase max weaivate delete size to max of 10,000 (#8887)
  • Final pickling remnant fix (#8902)

[0.8.69] - 2023-11-13

Bug Fixes / Nits

  • Fixed bug in loading pickled objects (#8880)
  • Fix custom_path vs custom_dir in download_loader (#8865)

[0.8.68] - 2023-11-11

New Features

  • openai assistant agent + advanced retrieval cookbook (#8863)
  • add retrieval API benchmark (#8850)
  • Add JinaEmbedding class (#8704)

Bug Fixes / Nits

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

Superseded by #238.