* build(deps): bump the pip group across 4 directories with 8 updates 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](https://github.com/langchain-ai/langchain/compare/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](https://github.com/langchain-ai/langchain/compare/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](https://github.com/run-llama/llama_index/compare/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](https://github.com/langchain-ai/langchain/compare/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](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.9.2) Updates `certifi` from 2022.12.7 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/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](https://github.com/kjd/idna/compare/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](https://github.com/psf/requests/compare/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](https://github.com/urllib3/urllib3/compare/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](https://github.com/streamlit/streamlit/compare/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> * Update version.json 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Dave <dave@gray101.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave <dave@gray101.com>
Examples
ChatGPT OSS alternative | Image generation |
---|---|
Telegram bot | Flowise |
---|---|
Here is a list of projects that can easily be integrated with the LocalAI backend.
Projects
AutoGPT
by @mudler
This example shows how to use AutoGPT with LocalAI.
Chatbot-UI
by @mkellerman
This integration shows how to use LocalAI with mckaywrigley/chatbot-ui.
There is also a separate example to show how to manually setup a model: example
K8sGPT
by @mudler
This example show how to use LocalAI inside Kubernetes with k8sgpt.
Fine-tuning a model and convert it to gguf to use it with LocalAI
by @mudler
This example is an e2e example on how to fine-tune a model with axolotl and convert it to gguf to use it with LocalAI.
Flowise
by @mudler
This example shows how to use FlowiseAI/Flowise with LocalAI.
Discord bot
by @mudler
Run a discord bot which lets you talk directly with a model
Check it out here, or for a live demo you can talk with our bot in #random-bot in our discord server.
Langchain
A ready to use example to show e2e how to integrate LocalAI with langchain
Langchain Python
by @mudler
A ready to use example to show e2e how to integrate LocalAI with langchain
LocalAI functions
by @mudler
A ready to use example to show how to use OpenAI functions with LocalAI
LocalAI WebUI
by @dhruvgera
A light, community-maintained web interface for LocalAI
How to run rwkv models
by @mudler
A full example on how to run RWKV models with LocalAI
PrivateGPT
by @mudler
A full example on how to run PrivateGPT with LocalAI
Slack bot
by @mudler
Run a slack bot which lets you talk directly with a model
Slack bot (Question answering)
by @mudler
Run a slack bot, ideally for teams, which lets you ask questions on a documentation website, or a github repository.
Question answering on documents with llama-index
by @mudler
Shows how to integrate with Llama-Index to enable question answering on a set of documents.
Question answering on documents with langchain and chroma
by @mudler
Shows how to integrate with Langchain
and Chroma
to enable question answering on a set of documents.
Telegram bot
_by @mudler
Use LocalAI to power a Telegram bot assistant, with Image generation and audio support!
Template for Runpod.io
by @fHachenberg
Allows to run any LocalAI-compatible model as a backend on the servers of https://runpod.io
Continue
by @gruberdev
Demonstrates how to integrate an open-source copilot alternative that enhances code analysis, completion, and improvements. This approach seamlessly integrates with any LocalAI model, offering a more user-friendly experience.
Streamlit bot
by @majoshi1
A chat bot made using Streamlit
& LocalAI.
Want to contribute?
Create an issue, and put Example: <description>
in the title! We will post your examples here.