LocalAI/examples
dependabot[bot] 1c96e0b79e
chore(deps): Bump langchain from 0.2.8 to 0.2.10 in /examples/langchain-chroma (#2987)
chore(deps): Bump langchain in /examples/langchain-chroma

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.8 to 0.2.10.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.8...langchain==0.2.10)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 14:34:07 +00:00
..
autoGPT Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
bruno/LocalAI Test Requests Revert #1963 (#2056) 2024-04-17 23:33:49 +02:00
chainlit chore(deps): Bump weaviate-client from 4.6.5 to 4.6.7 in /examples/chainlit (#2965) 2024-07-23 01:17:19 +00:00
chatbot-ui Cleaned up chatbot-ui READMEs (#1075) 2023-09-18 16:43:06 +02:00
chatbot-ui-manual Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
configurations fix(doc/examples): set defaults to mirostat (#1820) 2024-03-11 19:49:03 +01:00
continue Update README to reflect changes in Continue's config file (#1014) 2023-09-07 16:29:07 +02:00
discord-bot Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
e2e-fine-tuning deps(llama.cpp): bump to latest, update build variables (#2669) 2024-06-27 23:10:04 +02:00
flowise deps: update gpt4all bindings, fix search path on new versions (#592) 2023-06-14 13:24:53 +02:00
functions chore(deps): Bump langchain from 0.2.8 to 0.2.10 in /examples/functions (#2975) 2024-07-23 11:51:05 +00:00
github-actions examples(gha): add example on how to run LocalAI in Github actions (#2716) 2024-07-04 20:05:05 +02:00
insomnia feat: Model Gallery Endpoint Refactor / Mutable Galleries Endpoints (#991) 2023-09-02 09:00:44 +02:00
k8sgpt chore(deps): Bump nginx from 1.a.b.c to 1.27.0 in /examples/k8sgpt (#2790) 2024-07-13 00:41:25 +00:00
kubernetes docs: update to include installer and update advanced YAML options (#2631) 2024-06-22 12:00:38 +02:00
langchain chore(deps): Bump openai from 1.35.13 to 1.37.0 in /examples/langchain/langchainpy-localai-example (#2961) 2024-07-23 11:01:00 +00:00
langchain-chroma chore(deps): Bump langchain from 0.2.8 to 0.2.10 in /examples/langchain-chroma (#2987) 2024-07-23 14:34:07 +00:00
langchain-huggingface Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
langchain-python examples: simplify langchain-python (#541) 2023-06-08 00:05:17 +02:00
llamaindex Modernized LlamaIndex integration (#1613) 2024-01-20 10:06:32 +01:00
localai-webui Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
models Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
privateGPT examples: add privateGPT example (#355) 2023-05-23 10:32:34 +02:00
query_data Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
rwkv images: cleanup, drop .dev Dockerfile (#437) 2023-05-30 15:58:10 +02:00
semantic-todo chore(deps): Update Dependencies (#2538) 2024-07-12 19:54:08 +00:00
slack-bot Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
slack-qa-bot Cleaning up examples/ models and starter .env files (#1124) 2023-10-02 18:14:10 +02:00
streamlit-bot chore(deps): Bump streamlit from 1.30.0 to 1.36.0 in /examples/streamlit-bot (#2804) 2024-07-13 02:56:23 +00:00
telegram-bot telegram-bot example: Update LocalAI version (fixes #2638) (#2640) 2024-06-27 14:35:50 +02:00
README.md docs: add fine-tuning example (#1374) 2023-12-01 19:11:45 +01:00

Examples

ChatGPT OSS alternative Image generation
Screenshot from 2023-04-26 23-59-55 b6441997879
Telegram bot Flowise
Screenshot from 2023-06-09 00-36-26 Screenshot from 2023-05-30 18-01-03

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.

Check it out here

Chatbot-UI

by @mkellerman

Screenshot from 2023-04-26 23-59-55

This integration shows how to use LocalAI with mckaywrigley/chatbot-ui.

Check it out here

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.

Screenshot from 2023-06-19 23-58-47

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.

Check it out here

Flowise

by @mudler

This example shows how to use FlowiseAI/Flowise with LocalAI.

Check it out here

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

by @dave-gray101

A ready to use example to show e2e how to integrate LocalAI with langchain

Check it out here

Langchain Python

by @mudler

A ready to use example to show e2e how to integrate LocalAI with langchain

Check it out here

LocalAI functions

by @mudler

A ready to use example to show how to use OpenAI functions with LocalAI

Check it out here

LocalAI WebUI

by @dhruvgera

image

A light, community-maintained web interface for LocalAI

Check it out here

How to run rwkv models

by @mudler

A full example on how to run RWKV models with LocalAI

Check it out here

PrivateGPT

by @mudler

A full example on how to run PrivateGPT with LocalAI

Check it out here

Slack bot

by @mudler

Run a slack bot which lets you talk directly with a model

Check it out here

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.

Check it out here

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.

Check it out here

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.

Check it out here

Telegram bot

_by @mudler

Screenshot from 2023-06-09 00-36-26

Use LocalAI to power a Telegram bot assistant, with Image generation and audio support!

Check it out here

Template for Runpod.io

by @fHachenberg

Allows to run any LocalAI-compatible model as a backend on the servers of https://runpod.io

Check it out here

Continue

by @gruberdev

Screenshot

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.

Check it out here

Streamlit bot

by @majoshi1

Screenshot

A chat bot made using Streamlit & LocalAI.

Check it out here

Want to contribute?

Create an issue, and put Example: <description> in the title! We will post your examples here.