LocalAI/examples
2023-05-12 22:20:07 +02:00
..
chatbot-ui adding mac build and example (#151) 2023-05-02 19:24:45 +02:00
discord-bot docs: add discord-bot preview (#137) 2023-05-01 11:03:34 +02:00
langchain Langchain Example Updates (#199) 2023-05-06 00:21:06 +02:00
langchain-chroma examples: add langchain-chroma example (#248) 2023-05-12 22:20:07 +02:00
langchain-python examples: add langchain agent example 2023-05-07 08:14:01 +02:00
localai-webui localai: Include the WebUI project example (#130) 2023-05-04 18:27:58 +02:00
query_data feat: add bert.cpp embeddings (#222) 2023-05-10 15:20:21 +02:00
rwkv examples: add rwkv script folder 2023-05-05 19:04:52 +02:00
slack-bot docs: Add slack-bot example (#145) 2023-05-01 23:18:24 +02:00
README.md examples: add langchain-chroma example (#248) 2023-05-12 22:20:07 +02:00

Examples

Here is a list of projects that can easily be integrated with the LocalAI backend.

Projects

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

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 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

Slack bot

by @mudler

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

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

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

Want to contribute?

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