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

build(deps): bump the pip group across 4 directories with 8 updates #2017

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps the pip group with 1 update in the /examples/functions directory: langchain.
Bumps the pip group with 2 updates in the /examples/langchain-chroma directory: langchain and llama-index.
Bumps the pip group with 6 updates in the /examples/langchain/langchainpy-localai-example directory:

Package From To
langchain 0.0.159 0.1.0
aiohttp 3.8.4 3.9.2
certifi 2022.12.7 2023.7.22
idna 3.4 3.7
requests 2.29.0 2.31.0
urllib3 1.26.15 1.26.18

Bumps the pip group with 1 update in the /examples/streamlit-bot directory: streamlit.

Updates langchain from 0.0.234 to 0.1.0

Release notes

Sourced from langchain's releases.

v0.1.0

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.0.354...v0.1.0

v0.0.354

What's Changed

... (truncated)

Commits

Updates langchain from 0.0.160 to 0.1.0

Release notes

Sourced from langchain's releases.

v0.1.0

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.0.354...v0.1.0

v0.0.354

What's Changed

... (truncated)

Commits

Updates llama-index from 0.6.2 to 0.9.36

Release notes

Sourced from llama-index's releases.

v0.9.36

No release notes provided.

v0.9.35

No release notes provided.

v0.9.34

No release notes provided.

v0.9.33

No release notes provided.

v0.9.32

No release notes provided.

v0.9.31

No release notes provided.

v0.9.30

No release notes provided.

v0.9.29

No release notes provided.

v0.9.28.post2

No release notes provided.

v0.9.28

No release notes provided.

v0.9.27

No release notes provided.

v0.9.26

No release notes provided.

v0.9.25.post1

No release notes provided.

v0.9.25

No release notes provided.

v0.9.24

No release notes provided.

v0.9.23

No release notes provided.

v0.9.22

No release notes provided.

... (truncated)

Changelog

Sourced from llama-index's changelog.

[0.9.36] - 2024-01-23

New Features

  • Added support for SageMakerEmbedding (#10207)

Bug Fixes / Nits

  • Fix duplicated file_id on openai assistant (#10223)
  • Fix circular dependencies for programs (#10222)
  • Run TitleExtractor on groups of nodes from the same parent document (#10209)
  • Improve vectara auto-retrieval (#10195)

[0.9.35] - 2024-01-22

New Features

  • beautifulsoup4 dependency to new optional extra html (#10156)
  • make BaseNode.hash an @property (#10163)
  • Neutrino (#10150)
  • feat: JSONalyze Query Engine (#10067)
  • [wip] add custom hybrid retriever notebook (#10164)
  • add from_collection method to ChromaVectorStore class (#10167)
  • CLI experiment v0: ask (#10168)
  • make react agent prompts more editable (#10154)
  • Add agent query pipeline (#10180)

Bug Fixes / Nits

  • Update supabase vecs metadata filter function to support multiple fields (#10133)
  • Bugfix/code improvement for LanceDB integration (#10144)
  • beautifulsoup4 optional dependency (#10156)
  • Fix qdrant aquery hybrid search (#10159)
  • make hash a @​property (#10163)
  • fix: bug on poetry install of llama-index[postgres] (#10171)
  • [doc] update jaguar vector store documentation (#10179)
  • Remove use of not-launched finish_message (#10188)
  • Updates to Lantern vector stores docs (#10192)
  • fix typo in multi_document_agents.ipynb (#10196)

[0.9.34] - 2024-01-19

New Features

  • Added SageMakerEndpointLLM (#10140)
  • Added support for Qdrant filters (#10136)

Bug Fixes / Nits

  • Update bedrock utils for Claude 2:1 (#10139)

... (truncated)

Commits

Updates langchain from 0.0.159 to 0.1.0

Release notes

Sourced from langchain's releases.

v0.1.0

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.0.354...v0.1.0

v0.0.354

What's Changed

... (truncated)

Commits

Updates aiohttp from 3.8.4 to 3.9.2

Release notes

Sourced from aiohttp's releases.

3.9.2

Bug fixes

  • Fixed server-side websocket connection leak.

    Related issues and pull requests on GitHub: #7978.

  • Fixed web.FileResponse doing blocking I/O in the event loop.

    Related issues and pull requests on GitHub: #8012.

  • Fixed double compress when compression enabled and compressed file exists in server file responses.

    Related issues and pull requests on GitHub: #8014.

  • Added runtime type check for ClientSession timeout parameter.

    Related issues and pull requests on GitHub: #8021.

  • Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.

    Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected. Invalid header field names containing question mark or slash are now rejected. Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.

    Related issues and pull requests on GitHub: #8074.

  • Improved validation of paths for static resources requests to the server -- by :user:bdraco.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.9.2 (2024-01-28)

Bug fixes

  • Fixed server-side websocket connection leak.

    Related issues and pull requests on GitHub: :issue:7978.

  • Fixed web.FileResponse doing blocking I/O in the event loop.

    Related issues and pull requests on GitHub: :issue:8012.

  • Fixed double compress when compression enabled and compressed file exists in server file responses.

    Related issues and pull requests on GitHub: :issue:8014.

  • Added runtime type check for ClientSession timeout parameter.

    Related issues and pull requests on GitHub: :issue:8021.

  • Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.

    Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected. Invalid header field names containing question mark or slash are now rejected. Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.

    Related issues and pull requests on GitHub: :issue:8074.

... (truncated)

Commits
  • 24a6d64 Release v3.9.2 (#8082)
  • 9118a58 [PR #8079/1c335944 backport][3.9] Validate static paths (#8080)
  • 435ad46 [PR #3955/8960063e backport][3.9] Replace all tmpdir fixtures with tmp_path (...
  • d33bc21 Improve validation in HTTP parser (#8074) (#8078)
  • 0d945d1 [PR #7916/822fbc74 backport][3.9] Add more information to contributing page (...
  • 3ec4fa1 [PR #8069/69bbe874 backport][3.9] 📝 Only show changelog draft for non-release...
  • 419d715 [PR #8066/cba34699 backport][3.9] 💅📝 Restructure the changelog for clarity (#...
  • a54dab3 [PR #8049/a379e634 backport][3.9] Set cause for ClientPayloadError (#8050)
  • 437ac47 [PR #7995/43a5bc50 backport][3.9] Fix examples of fallback_charset_resolver...
  • 034e5e3 [PR #8042/4b91b530 backport][3.9] Tightening the runtime type check for ssl (...
  • Additional commits viewable in compare view

Updates certifi from 2022.12.7 to 2023.7.22

Commits

Updates idna from 3.4 to 3.7

Release notes

Sourced from idna's releases.

v3.7

What's Changed

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

Full Changelog: kjd/idna@v3.6...v3.7

Changelog

Sourced from idna's changelog.

3.7 (2024-04-11) ++++++++++++++++

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

3.6 (2023-11-25) ++++++++++++++++

  • Fix regression to include tests in source distribution.

3.5 (2023-11-24) ++++++++++++++++

  • Update to Unicode 15.1.0
  • String codec name is now "idna2008" as overriding the system codec "idna" was not working.
  • Fix typing error for codec encoding
  • "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.
  • Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.
  • Added security reporting protocol for project

Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.

Commits
  • 1d365e1 Release v3.7
  • c1b3154 Merge pull request #172 from kjd/optimize-contextj
  • 0394ec7 Merge branch 'master' into optimize-contextj
  • cd58a23 Merge pull request #152 from elliotwutingfeng/dev
  • 5beb28b More efficient resolution of joiner contexts
  • 1b12148 Update ossf/scorecard-action to v2.3.1
  • d516b87 Update Github actions/checkout to v4
  • c095c75 Merge branch 'master' into dev
  • 60a0a4c Fix typo in GitHub Actions workflow key
  • 5918a0e Merge branch 'master' into dev
  • Additional commits viewable in compare view

Updates requests from 2.29.0 to 2.31.0

Release notes

Sourced from requests's releases.

v2.31.0

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

v2.30.0

2.30.0 (2023-05-03)

Dependencies

Changelog

Sourced from requests's changelog.

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

2.30.0 (2023-05-03)

Dependencies

Commits

Updates urllib3 from 1.26.15 to 1.26.18

Release notes

Sourced from urllib3's releases.

1.26.18

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)

1.26.17

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (GHSA-v845-jxx5-vc9f)

1.26.16

  • Fixed thread-safety issue where accessing a PoolManager with many distinct origin...

    Description has been truncated

Bumps the pip group with 1 update in the /examples/functions directory: [langchain](https://github.com/langchain-ai/langchain).
Bumps the pip group with 2 updates in the /examples/langchain-chroma directory: [langchain](https://github.com/langchain-ai/langchain) and [llama-index](https://github.com/run-llama/llama_index).
Bumps the pip group with 6 updates in the /examples/langchain/langchainpy-localai-example directory:

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchain) | `0.0.159` | `0.1.0` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.4` | `3.9.2` |
| [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2023.7.22` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [requests](https://github.com/psf/requests) | `2.29.0` | `2.31.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.15` | `1.26.18` |

Bumps the pip group with 1 update in the /examples/streamlit-bot directory: [streamlit](https://github.com/streamlit/streamlit).


Updates `langchain` from 0.0.234 to 0.1.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.0.234...v0.1.0)

Updates `langchain` from 0.0.160 to 0.1.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.0.234...v0.1.0)

Updates `llama-index` from 0.6.2 to 0.9.36
- [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.6.2...v0.9.36)

Updates `langchain` from 0.0.159 to 0.1.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.0.234...v0.1.0)

Updates `aiohttp` from 3.8.4 to 3.9.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.4...v3.9.2)

Updates `certifi` from 2022.12.7 to 2023.7.22
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `requests` from 2.29.0 to 2.31.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.29.0...v2.31.0)

Updates `urllib3` from 1.26.15 to 1.26.18
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.15...1.26.18)

Updates `streamlit` from 1.26.0 to 1.30.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.26.0...1.30.0)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: llama-index
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: streamlit
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

netlify bot commented Apr 12, 2024

Deploy Preview for localai ready!

Name Link
🔨 Latest commit a2a39fc
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/6618a6f7f92e8c0008b42085
😎 Deploy Preview https://deploy-preview-2017--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

PR appears stuck on a check, needs any arbitrary commit to run the security check workflow with write permissions. Bumping docs versions to match latest release as said useless change.

Signed-off-by: Dave <dave@gray101.com>
@dave-gray101
Copy link
Collaborator

PR was hung on what appears to be a temporarily failed check, couldn't re-run it manually as re-runs lack the correct permissions.

Made an arbitrary docs change to show our latest hotfix version number in order to force a retry

@dave-gray101 dave-gray101 self-requested a review April 12, 2024 03:19
@dave-gray101 dave-gray101 merged commit e0dee52 into master Apr 12, 2024
37 checks passed
@dave-gray101 dave-gray101 deleted the dependabot/pip/examples/functions/pip-3a71172e34 branch April 12, 2024 04:53
@mudler
Copy link
Owner

mudler commented Apr 12, 2024

@dave-gray101 I'm not sure of this one - I think before bumping the examples we need to test few of them (I assume the API can break easily in python as examples don't run in any test on the CI, and it is not like golang which is a statically typed language :( )

truecharts-admin added a commit to truecharts/charts that referenced this pull request Apr 27, 2024
…3.0 by renovate (#21421)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.12.4-cublas-cuda11-ffmpeg-core` ->
`v2.13.0-cublas-cuda11-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.12.4-cublas-cuda11-core` -> `v2.13.0-cublas-cuda11-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.12.4-cublas-cuda12-ffmpeg-core` ->
`v2.13.0-cublas-cuda12-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.12.4-cublas-cuda12-core` -> `v2.13.0-cublas-cuda12-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.12.4-ffmpeg-core` -> `v2.13.0-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.12.4` -> `v2.13.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v2.13.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.13.0):
🖼️ v2.13.0 - Model gallery edition

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.12.4...v2.13.0)

Hello folks, Ettore here - I'm happy to announce the v2.13.0 LocalAI
release is out, with many features!

Below there is a small breakdown of the hottest features introduced in
this release - however - there are many other improvements (especially
from the community) as well, so don't miss out the changelog!

Check out the full changelog below for having an overview of all the
changes that went in this release (this one is quite packed up).

##### 🖼️ Model gallery

This is the first release with model gallery in the webUI, you can see
now a "Model" button in the WebUI which lands now in a selection of
models:


![output](https://togithub.com/mudler/LocalAI/assets/2420543/7b16676e-d5b1-4c97-89bd-9fa5065c21ad)

You can choose now models between stablediffusion, llama3, tts,
embeddings and more! The gallery is growing steadly and being kept
up-to-date.

The models are simple YAML files which are hosted in this repository:
https://github.com/mudler/LocalAI/tree/master/gallery - you can host
your own repository with your model index, or if you want you can
contribute to LocalAI.

If you want to contribute adding models, you can by opening up a PR in
the `gallery` directory:
https://github.com/mudler/LocalAI/tree/master/gallery.

##### Rerankers

I'm excited to introduce a new backend for `rerankers`. LocalAI now
implements the Jina API (https://jina.ai/reranker/#apiform) as a
compatibility layer, and you can use existing Jina clients and point to
those to the LocalAI address. Behind the hoods, uses
https://github.com/AnswerDotAI/rerankers.


![output](https://togithub.com/mudler/LocalAI/assets/2420543/ede67b25-fac4-4833-ae4f-78290e401e60)

You can test this by using container images with python (this does
**NOT** work with `core` images) and a model config file like this, or
by installing `cross-encoder` from the gallery in the UI:

```yaml
name: jina-reranker-v1-base-en
backend: rerankers
parameters:
  model: cross-encoder
```

and test it with:

```bash

    curl http://localhost:8080/v1/rerank \
      -H "Content-Type: application/json" \
      -d '{
      "model": "jina-reranker-v1-base-en",
      "query": "Organic skincare products for sensitive skin",
      "documents": [
        "Eco-friendly kitchenware for modern homes",
        "Biodegradable cleaning supplies for eco-conscious consumers",
        "Organic cotton baby clothes for sensitive skin",
        "Natural organic skincare range for sensitive skin",
        "Tech gadgets for smart homes: 2024 edition",
        "Sustainable gardening tools and compost solutions",
        "Sensitive skin-friendly facial cleansers and toners",
        "Organic food wraps and storage solutions",
        "All-natural pet food for dogs with allergies",
        "Yoga mats made from recycled materials"
      ],
      "top_n": 3
    }'
```

##### Parler-tts

There is a new backend available for tts now, `parler-tts`. It is
possible to install and configure the model directly from the gallery.
https://github.com/huggingface/parler-tts

##### 🎈 Lot of small improvements behind the scenes!

Thanks to our outstanding community, we have enhanced the performance
and stability of LocalAI across various modules. From backend
optimizations to front-end adjustments, every tweak helps make LocalAI
smoother and more robust.

##### 📣 Spread the word!

First off, a massive thank you (again!) to each and every one of you
who've chipped in to squash bugs and suggest cool new features for
LocalAI. Your help, kind words, and brilliant ideas are truly
appreciated - more than words can say!

And to those of you who've been heros, giving up your own time to help
out fellow users on Discord and in our repo, you're absolutely amazing.
We couldn't have asked for a better community.

Just so you know, LocalAI doesn't have the luxury of big corporate
sponsors behind it. It's all us, folks. So, if you've found value in
what we're building together and want to keep the momentum going,
consider showing your support. A little shoutout on your favorite social
platforms using @&#8203;LocalAI_OSS and @&#8203;mudler_it or joining our
sponsors can make a big difference.

Also, if you haven't yet joined our Discord, come on over! Here's the
link: https://discord.gg/uJAeKSAGDy

Every bit of support, every mention, and every star adds up and helps us
keep this ship sailing. Let's keep making LocalAI awesome together!

Thanks a ton, and here's to more exciting times ahead with LocalAI!

##### What's Changed

##### Bug fixes 🐛

- fix(autogptq): do not use_triton with qwen-vl by
[@&#8203;thiner](https://togithub.com/thiner) in
[mudler/LocalAI#1985
- fix: respect concurrency from parent build parameters when building
GRPC by [@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2023
- ci: fix release pipeline missing dependencies by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2025
- fix: remove build path from help text documentation by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2037
- fix: previous CLI rework broke debug logging by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2036
- fix(fncall): fix regression introduced in
[#&#8203;1963](https://togithub.com/mudler/LocalAI/issues/1963) by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2048
- fix: adjust some sources names to match the naming of their
repositories by [@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2061
- fix: move the GRPC cache generation workflow into it's own concurrency
group by [@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2071
- fix(llama.cpp): set -1 as default for max tokens by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2087
- fix(llama.cpp-ggml): fixup `max_tokens` for old backend by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2094
- fix missing TrustRemoteCode in OpenVINO model load by
[@&#8203;fakezeta](https://togithub.com/fakezeta) in
[mudler/LocalAI#2114
- Incl ocv pkg for diffsusers utils by
[@&#8203;jtwolfe](https://togithub.com/jtwolfe) in
[mudler/LocalAI#2115

##### Exciting New Features 🎉

- feat: kong cli refactor fixes
[#&#8203;1955](https://togithub.com/mudler/LocalAI/issues/1955) by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#1974
- feat: add flash-attn in nvidia and rocm envs by
[@&#8203;golgeek](https://togithub.com/golgeek) in
[mudler/LocalAI#1995
- feat: use tokenizer.apply_chat_template() in vLLM by
[@&#8203;golgeek](https://togithub.com/golgeek) in
[mudler/LocalAI#1990
- feat(gallery): support ConfigURLs by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2012
- fix: dont commit generated files to git by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#1993
- feat(parler-tts): Add new backend by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2027
- feat(grpc): return consumed token count and update response
accordingly by [@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2035
- feat(store): add Golang client by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#1977
- feat(functions): support models with no grammar, add tests by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2068
- refactor(template): isolate and add tests by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2069
- feat: fiber logs with zerlog and add trace level by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2082
- models(gallery): add gallery by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2078
- Add tensor_parallel_size setting to vllm setting items by
[@&#8203;Taikono-Himazin](https://togithub.com/Taikono-Himazin) in
[mudler/LocalAI#2085
- Transformer Backend: Implementing use_tokenizer_template and
stop_prompts options by
[@&#8203;fakezeta](https://togithub.com/fakezeta) in
[mudler/LocalAI#2090
- feat: Galleries UI by [@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2104
- Transformers Backend: max_tokens adherence to OpenAI API by
[@&#8203;fakezeta](https://togithub.com/fakezeta) in
[mudler/LocalAI#2108
- Fix cleanup sonarqube findings by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2106
- feat(models-ui): minor visual enhancements by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2109
- fix(gallery): show a fake image if no there is no icon by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2111
- feat(rerankers): Add new backend, support jina rerankers API by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2121

##### 🧠 Models

- models(llama3): add llama3 to embedded models by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2074
- feat(gallery): add llama3, hermes, phi-3, and others by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2110
- models(gallery): add new models to the gallery by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2124
- models(gallery): add more models by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2129

##### 📖 Documentation and examples

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#1988
- docs: fix stores link by
[@&#8203;adrienbrault](https://togithub.com/adrienbrault) in
[mudler/LocalAI#2044
- AMD/ROCm Documentation update + formatting fix by
[@&#8203;jtwolfe](https://togithub.com/jtwolfe) in
[mudler/LocalAI#2100

##### 👒 Dependencies

- deps: Update version of vLLM to add support of Cohere Command_R model
in vLLM inference by
[@&#8203;holyCowMp3](https://togithub.com/holyCowMp3) in
[mudler/LocalAI#1975
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#1991
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#1998
- build(deps): bump github.com/docker/docker from 20.10.7+incompatible
to 24.0.9+incompatible by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#1999
- build(deps): bump github.com/gofiber/fiber/v2 from 2.52.0 to 2.52.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2001
- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2002
- build(deps): bump actions/setup-go from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2003
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2005
- build(deps): bump actions/cache from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2006
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2007
- build(deps): bump github.com/charmbracelet/glamour from 0.6.0 to 0.7.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2004
- build(deps): bump github.com/gofiber/fiber/v2 from 2.52.0 to 2.52.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2008
- build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2000
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2014
- build(deps): bump the pip group across 4 directories with 8 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2017
- build(deps): bump follow-redirects from 1.15.2 to 1.15.6 in
/examples/langchain/langchainjs-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2020
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2024
- build(deps): bump softprops/action-gh-release from 1 to 2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2039
- build(deps): bump dependabot/fetch-metadata from 1.3.4 to 2.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2040
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2041
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2043
- ⬆️ Update ggerganov/whisper.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2042
- build(deps): bump the pip group across 4 directories with 8 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2049
- ⬆️ Update ggerganov/whisper.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2050
- ⬆️ Update ggerganov/whisper.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2060
- build(deps): bump aiohttp from 3.9.2 to 3.9.4 in
/examples/langchain/langchainpy-localai-example in the pip group across
1 directory by [@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2067
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2089
- deps(llama.cpp): update, use better model for function call tests by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2119
- ⬆️ Update ggerganov/whisper.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2122
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2123
- build(deps): bump pydantic from 1.10.7 to 1.10.13 in
/examples/langchain/langchainpy-localai-example in the pip group across
1 directory by [@&#8203;dependabot](https://togithub.com/dependabot) in
[mudler/LocalAI#2125
- feat(swagger): update swagger by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2128

##### Other Changes

- ci: try to build on macos14 by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2011
- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2013
- refactor: backend/service split, channel-based llm flow by
[@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[mudler/LocalAI#1963
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2028
- fix - correct checkout versions by
[@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[mudler/LocalAI#2029
- Revert "build(deps): bump the pip group across 4 directories with 8
updates" by [@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2030
- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2032
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2033
- fix: action-tmate back to upstream, dead code removal by
[@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[mudler/LocalAI#2038
- Revert [#&#8203;1963](https://togithub.com/mudler/LocalAI/issues/1963)
by [@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2056
- feat: refactor the dynamic json configs for api_keys and
external_backends by [@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2055
- tests: add template tests by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2063
- feat: better control of GRPC docker cache by
[@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2070
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2051
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2080
- feat: enable polling configs for systems with broken fsnotify (docker
volumes on windows) by [@&#8203;cryptk](https://togithub.com/cryptk) in
[mudler/LocalAI#2081
- fix: action-tmate: use connect-timeout-sections and
limit-access-to-actor by
[@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[mudler/LocalAI#2083
- refactor(routes): split routes registration by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2077
- fix: action-tmate detached by
[@&#8203;dave-gray101](https://togithub.com/dave-gray101) in
[mudler/LocalAI#2092
- fix: rename fiber entrypoint from http/api to http/app by
[@&#8203;mudler](https://togithub.com/mudler) in
[mudler/LocalAI#2096
- fix: typo in models.go by
[@&#8203;eltociear](https://togithub.com/eltociear) in
[mudler/LocalAI#2099
- Update text-generation.md by
[@&#8203;Taikono-Himazin](https://togithub.com/Taikono-Himazin) in
[mudler/LocalAI#2095
- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2105
- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[mudler/LocalAI#2113

##### New Contributors

- [@&#8203;holyCowMp3](https://togithub.com/holyCowMp3) made their first
contribution in
[mudler/LocalAI#1975
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[mudler/LocalAI#1998
- [@&#8203;adrienbrault](https://togithub.com/adrienbrault) made their
first contribution in
[mudler/LocalAI#2044
- [@&#8203;Taikono-Himazin](https://togithub.com/Taikono-Himazin) made
their first contribution in
[mudler/LocalAI#2085
- [@&#8203;eltociear](https://togithub.com/eltociear) made their first
contribution in
[mudler/LocalAI#2099
- [@&#8203;jtwolfe](https://togithub.com/jtwolfe) made their first
contribution in
[mudler/LocalAI#2100

**Full Changelog**:
mudler/LocalAI@v2.12.4...V2.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants