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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps llama-index-core from 0.11.2 to 0.11.9.

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.11.9]

  • Add callback manager to retriever query engine from args (#15990)
  • Do not pass system prompt from fn calling runner to fn calling worker (#15986)
  • fix: Error when parsing react output if tool name contains non-English characters (#15956)

llama-index-embeddings-alibabacloud-aisearch [0.1.0]

  • Add four alibabacloud-aisearch llama-index integrations: rerank, node_parser, readers, embeddings (#15934)

llama-index-experimental [0.3.1]

  • Add NUDGE Finetuning (#15954)

llama-index-graph-stores-falkordb [0.2.2]

  • update falkordb client (#15940)

llama-index-llms-openai [0.2.5]

  • Add support for o1 openai models (#15979)
  • force temp to 1.0 for o1 (#15983)

llama-index-node-parser-alibabacloud-aisearch [0.1.0]

  • Add four alibabacloud-aisearch llama-index integrations: rerank, node_parser, readers, embeddings (#15934)

llama-index-postprocessor-alibabacloud-aisearch-rerank [0.1.0]

  • Add four alibabacloud-aisearch llama-index integrations: rerank, node_parser, readers, embeddings (#15934)

llama-index-readers-alibabacloud-aisearch [0.1.0]

  • Add four alibabacloud-aisearch llama-index integrations: rerank, node_parser, readers, embeddings (#15934)

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

  • Differentiate sync and async calls in OpenSearchVectorClient (#15945)

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

  • fix attribute error in PGVectorStore (#15961)
  • add support for engine parameters (#15951)

llama-index-vector-stores-wordlift [0.4.5]

  • Catch nest_asyncio errors (#15975)

[2024-09-09]

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