hxy9243 / ragtoy

This is a toy Python project to learn and explore the capabilities of openAI chatGPT API.
MIT License
0 stars 0 forks source link

Bump llama-index-core from 0.11.2 to 0.11.7 #53

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps llama-index-core from 0.11.2 to 0.11.7.

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.11.7]

  • Make SentenceSplitter's secondary_chunking_regex optional (#15882)
  • force openai structured output (#15706)
  • fix assert error, add type ignore for streaming agents (#15887)
  • Fix image document deserialization issue (#15857)

llama-index-graph-stores-kuzu [0.3.2]

  • Bug fix for KuzuPropertyGraphStore: Allow upserting relations even when chunks are absent (#15889)

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

  • Removed unused llama-index-llms-anthropic dependency from Bedrock Converse (#15869)

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

  • Fix PGVectorStore with latest pydantic, update pydantic imports (#15886)

llama-index-vector-stores-tablestore [0.1.0]

  • Add TablestoreVectorStore (#15657)

[2024-09-05]

llama-index-core [0.11.6]

  • add llama-deploy docs to docs builds (#15794)
  • Add oreilly course cookbooks (#15845)

llama-index-readers-box [0.2.1]

llama-index-readers-file [0.2.1]

  • Update ImageReader file loading logic (#15848)

llama-index-tools-box [0.2.1]

llama-index-vector-stores-opensearch [0.2.1]

  • Refresh Opensearch index after delete operation (#15854)

[2024-09-04]

llama-index-core [0.11.5]

... (truncated)

Commits


Dependabot compatibility score

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 #54.