Skip to content

Commit 764da8a

Browse files
committed
Enable blog
1 parent 6edee27 commit 764da8a

File tree

6 files changed

+109
-1
lines changed

6 files changed

+109
-1
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Introducing LLMStack
3+
description: LLMStack is a low-code AI platform that allows you to build powerful AI applications using pre-trained language models.
4+
slug: /introducing-llmstack
5+
authors: [ajhai]
6+
tags: [llmstack, introduction]
7+
hide_table_of_contents: false
8+
---
9+
10+
import ReactPlayer from "react-player";
11+
12+
# Introducing LLMStack
13+
14+
Excited to introduce LLMStack, an open source, low-code platform to build powerful AI experiences using LLMs.
15+
16+
<!--truncate-->
17+
18+
## Overview
19+
20+
LLMStack is an end to end platform that allows you to build powerful AI applications using LLMs. You can build AI applications that can generate text, answer questions, summarize text, translate text, generate media and more. You can also chain multiple LLMs together to build complex AI applications. You can connect your data to LLMStack and use it to augment the language models. You can also connect your business processes to LLMStack and use it to automate your workflows.
21+
22+
LLMStack comes with everything you need to build AI applications. It comes with a no-code builder that allows you to build AI applications without writing any code. It comes with a vector database that allows you to store your data and use it to augment the language models. Using its powerful API, you can integrate your AI applications with your existing products and services.
23+
24+
<ReactPlayer
25+
playing
26+
controls
27+
url="/img/llmstack-demo.m4v"
28+
width="100%"
29+
height="100%"
30+
loop
31+
/>
32+
33+
## Features
34+
35+
- **🔗 Chain multiple models:** LLMStack allows you to chain multiple LLMs together to build complex generative AI applications.
36+
37+
- **📊 Use generative AI on your Data:** Import your data into your accounts and use it in AI chains. LLMStack allows importing various types (_CSV, TXT, PDF, DOCX, PPTX etc.,_) of data from a variety of sources (_gdrive, notion, websites, direct uploads etc.,_). Platform will take care of preprocessing and vectorization of your data and store it in the vector database that is provided out of the box.
38+
39+
- **🛠️ No-code builder:** LLMStack comes with a no-code builder that allows you to build AI chains without any coding experience. You can chain multiple LLMs together and connect them to your data and business processes.
40+
41+
- **☁️ Deploy to the cloud or on-premise:** LLMStack can be deployed to the cloud or on-premise. You can deploy it to your own infrastructure or use our cloud offering at [Promptly](https://trypromptly.com).
42+
43+
- **🚀 API access:** Apps or chatbots built with LLMStack can be accessed via HTTP API. You can also trigger your AI chains from **_Slack_** or **_Discord_**.
44+
45+
- **🏢 Multi-tenant:** LLMStack is multi-tenant. You can create multiple organizations and add users to them. Users can only access the data and AI chains that belong to their organization.
46+
47+
## What can you build with LLMStack?
48+
49+
Using LLMStack you can build a variety of generative AI applications, chatbots and agents. Here are some examples:
50+
51+
- **Chatbots:** Build chatbots that can answer questions, generate text, summarize text, translate text, classify text and more.
52+
53+
- **AI Assistants:** Build AI assistants that can automate your workflows and business processes.
54+
55+
- **AI Agents:** Build AI agents that can help you with your day to day tasks.
56+
57+
- **AI Applications:** Build AI applications that can generate text, answer questions, summarize text, translate text, classify text and more.
58+
59+
## Getting Started
60+
61+
Head over to our github repository to get started with LLMStack: [https://github.com/trypromptly/LLMStack](https://github.com/trypromptly/LLMStack) or check out our cloud offering at [Promptly](https://trypromptly.com).
62+
63+
We are excited to see what you build with LLMStack. If you have any questions or feedback, please leave a message in repository's discussions at [https://github.com/trypromptly/LLMStack/discussions](https://github.com/trypromptly/LLMStack/discussions).
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Open Source LLMs with LocalAI
3+
description: Build AI Apps with Open Source LLMs like Llama2 using LocalAI and LLMStack.
4+
slug: /run-os-llms-on-llmstack-with-localai
5+
authors: [ajhai, vegito22]
6+
tags: [llmstack, localai, llama2, open-source]
7+
hide_table_of_contents: false
8+
---
9+
10+
Now build AI Apps using Open Source LLMs like Llama2 on LLMStack using [LocalAI](https://localai.io)
11+
12+
<!--truncate-->
13+
14+
LLMStack now includes [LocalAI](https://github.com/go-skynet/LocalAI/) support which means you can now run Open Source LLMs like Llama2, stable diffusion etc., locally and build apps on top of them using LLMStack.
15+
16+
![LocalAI](/img/ui/localai-example.png)
17+
18+
## What is LocalAI?
19+
20+
LocalAI is a drop-in replacement REST API that’s compatible with OpenAI API specifications for local inferencing. Read more about LocalAI [here](https://localai.io/).
21+
22+
## How to use LocalAI with LLMStack?
23+
24+
To use LocalAI with LLMStack, you need to have LocalAI running on your machine. You can follow the deployment instructions [here](https://localai.io/) to install LocalAI on your machine. Once LocalAI is up and running, you can configure LLMStack to use LocalAI by going to `Settings` and filling in the `LocalAI Base URL` and `LocalAI API Key` if any. Once done, click `Update` to save the configuration.
25+
26+
![LocalAI Configuration](/img/ui/localai-settings.png)
27+
28+
Once LocalAI is configured, you can use it in your apps by selecting `LocalAI` as the provider for processor and selecting the processor and model you want to use.
29+
30+
Are there any other open source LLM frameworks that you would like to see on LLMStack? Let us know in our github discussions [here](https://github.com/trypromptly/LLMStack/discussions).

web/blog/authors.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ajhai:
2+
name: Ajay Chintala
3+
title: Co-Founder & CTO, Promptly
4+
url: https://github.com/ajhai
5+
image_url: https://github.com/ajhai.png
6+
7+
vegito22:
8+
name: Vignesh Aigal
9+
title: Co-Founder, Promptly
10+
url: https://github.com/vegito22
11+
image_url: https://github.com/vegito22.png

web/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const config = {
7878
position: "left",
7979
label: "Docs",
8080
},
81+
{
82+
label: "Blog",
83+
to: "/blog",
84+
},
8185
{
8286
href: "https://github.com/trypromptly/LLMStack",
8387
label: "GitHub",
@@ -131,7 +135,7 @@ const config = {
131135
items: [
132136
{
133137
label: "Blog",
134-
href: "https://blog.trypromptly.com",
138+
to: "/blog",
135139
},
136140
{
137141
label: "GitHub",
59.5 KB
Loading
31 KB
Loading

0 commit comments

Comments
 (0)