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.54.post1,<0.11.0 #248

Closed dependabot[bot] closed 1 month 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.

ChangeLog

[2024-07-10]

llama-index-core [0.10.54]

  • fix: update operator logic for simple vector store filter (#14674)
  • Add AgentOps integration (#13935)

llama-index-embeddings-fastembed [0.1.5]

  • chore: update required python version in Qdrant fastembed package (#14677)

llama-index-embeddings-huggingface-optimum-intel [0.1.6]

  • Bump version llama-index-embeddings-huggingface-optimum-intel (#14670)

llama-index-vector-stores-elasticsearch [0.2.2]

  • Added support for custom index settings (#14655)

llama-index-callbacks-agentops [0.1.0]

  • Initial release

llama-index-indices-managed-vertexai [0.0.2]

  • Fix #14637 Llamaindex managed Vertex AI index needs to be updated. (#14641)

llama-index-readers-file [0.1.29]

  • fix unstructured import in simple file reader (#14642)

[2024-07-08]

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]

... (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 1 month ago

Superseded by #251.