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.17 #59

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps llama-index-core from 0.11.2 to 0.11.17.

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.11.17]

  • Fix ChatMessage serialization with janky openai types (#16410)

llama-index-embeddings-gemini [0.2.1]

  • fix gemini embedding async method (#16369)

llama-index-llms-gaudi [0.1.0]

  • Add llm integration with Intel Gaudi in llama-index-llms-gaudi (#16308)

llama-index-llms-openai [0.2.12]

  • don't include tool calls if there was none (#16408)

llama-index-multi-modal-llms-huggingface [0.1.1]

  • LlamaMultiModal class bug fix (#16413)
  • MultiModal.HuggingFaceMultiModal: fix errors and README, add stream_complete (#16376)

llama-index-node-parser-docling [0.1.0]

  • feat: add Docling reader and node parser (#16406)

llama-index-readers-docling [0.1.0]

  • feat: add Docling reader and node parser (#16406)

llama-index-readers-zyte-serp [0.1.0]

  • Add Zyte serp integration (#16417)

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

  • fix(bug): fixed bug with ensuring the metadata_mapping value (#16431)

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

  • Add ObjectBox Vector Store Integration (#16314)

[2024-10-03]

llama-index-core [0.11.16]

  • Treat non-dict tool JSON function arguments as empty (instead of unexpected raise) (#16316)
  • Fixing instrumentation for workflows (#16290)
  • (workaround) Suppress token detaching exception during workflow tracing (#16364)
  • Raise warning instead of error when nodes have no content (#16354)
  • Fix typo in BasePGRetriever causing graph context to not be added (#16357)

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

Superseded by #60.