Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump llama-index from 0.11.7 to 0.12.2 #973

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps llama-index from 0.11.7 to 0.12.2.

Release notes

Sourced from llama-index's releases.

v0.12.2

No release notes provided.

v0.12.1

No release notes provided.

2024-11-17 (v0.12.0)

NOTE: Updating to v0.12.0 will require bumping every other llama-index-* package! Every package has had a version bump. Only notable changes are below.

llama-index-core [0.12.0]

  • Dropped python3.8 support, Unpinned numpy (#16973)
  • Kg/dynamic pg triplet retrieval limit (#16928)

llama-index-indices-managed-llama-cloud [0.6.1]

  • Add ID support for LlamaCloudIndex & update from_documents logic, modernize apis (#16927)
  • allow skipping waiting for ingestion when uploading file (#16934)
  • add support for files endpoints (#16933)

llama-index-indices-managed-vectara [0.3.0]

  • Add Custom Prompt Parameter (#16976)

llama-index-llms-bedrock [0.3.0]

  • minor fix for messages/completion to prompt (#15729)

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

  • Fix async streaming with bedrock converse (#16942)

llama-index-multi-modal-llms-nvidia [0.2.0]

llama-index-readers-confluence [0.3.0]

  • Permit passing params to Confluence client (#16961)

llama-index-readers-github [0.5.0]

  • Add base URL extraction method to GithubRepositoryReader (#16926)

llama-index-vector-stores-weaviate [1.2.0]

  • Allow passing in Weaviate vector store kwargs (#16954)

v0.11.23

No release notes provided.

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.2]

  • improve traceback logging for workflows (#17040)
  • Initial version of checkpointing for Workflows (#17006)
  • Fix base component tests (#17062)
  • mark code splitter tests as optional (#17060)
  • update contributing guide and dev deps (#17051)
  • fix Handling of WorkflowDone exception (#17047)

llama-index-embeddings-vertex [0.3.1]

  • remove pyarrow from vertex deps (#16997)

llama-index-llms-ibm [0.3.1]

  • IBM watsonx.ai acomplete & achat integration (#17034)

llama-index-llms-openai [0.3.2]

  • fixes tool_choice in certain scenarios for openai (#17058)

llama-index-llms-perplexity [0.3.1]

  • Fix: update perplexity models, add unit tests and minor fixes (#17045)

llama-index-llms-vertex [0.4.1]

  • remove pyarrow from vertex deps (#16997)

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

  • Add stream_chat and conditionally set AutoModelClass to MllamaForConditionalGeneration (#17031)

llama-index-readers-box [0.3.1]

  • Fix box api - mypy breakage (#17061)

llama-index-vector-stores-deeplake [0.3.2]

  • deeplake v3 backward compatibility (#17057)

llama-index-vector-stores-mongodb [0.6.0]

  • MongoDB Atlas: Adds search index commands and tests/examples of metadata filters (#15265)

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

  • check if schema exists before doing rest of init during pgvector table creation (#17063)

[2024-11-20]

... (truncated)

Commits
  • cbf958f v0.12.2 (#17076)
  • 55d4891 feat: Make ChatMessage use ContentBlocks for data storage (#17039)
  • 8247ad8 Upgrading pyarrow to v18 to allow usage of numpy >= 2.0 (#16997)
  • cb7f4ff Add stream_chat and conditionally set AutoModelClass to MllamaForConditionalG...
  • ce84715 [DOCS] remove Argilla legacy callback and add to instrumentation (#17067)
  • c779a08 [Feature] Checkpointing with Workflows (#17006)
  • 4451a6f Fix base component tests (#17062)
  • 8e5ad9f check if schema exists before doing rest of init during pgvector table creati...
  • d987892 mark code splitter tests as optional (#17060)
  • 37dc742 Fix box api - mypy breakage (#17061)
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.11.7 to 0.12.2.
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.11.7...v0.12.2)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/llama-index 0.12.2 UnknownUnknown

Scanned Files

  • setup.py

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #974.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/llama-index-0.12.2 branch December 9, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants