dialog
  • talkd/dialog
  • Quick Start
  • Setting up the config
  • Custom LLMs and Plugins
  • talkd/dialog API Development
Powered by GitBook
On this page
  • talkd/dialog
  • Running the project for the first time
  • Our Sponsors
  • Maintainers

talkd/dialog

NextQuick Start

Last updated 10 months ago

talkd/dialog

For programmers, who are interested in AI and are deploying RAGs without knowledge on API development, Dialog is an App to simplify RAG deployments, using the most modern frameworks for web and LLM interaction, letting you spend less time coding and more time training your model.

Running the project for the first time

After installing Docker and Docker Compose, clone the repository and run the following command:

cp .env.sample .env

Inside the .env file, set the OPENAI_API_KEY variable with your OpenAI API key.

Then, run the following command:

docker-compose up

it will start two services:

  • dialog: the service with the API.

Tutorials

We've written some tutorials to help you get started with the project:

Our Sponsors

Current Sponsors:

Github Accelerator
Buser

Using Open-WebUI as front-end

docker-compose -f docker-compose-open-webui.yml up

Maintainers

We are thankful for all of the contributions we receive, mostly reviewed by this awesome maintainers team we have:

This repository serves as an API focused on letting you deploy any LLM you want, based on the structure provided by .

We started focusing on humanizing RAGs (making the answer scope very delimited and human-like sounding), but we are expanding for broader approaches to improving RAG deployment and maintenance for everyone. Check out our current architecture below and, for more information, check our !

We assume you are familiar with , if you are not, this will help you get started. If you want a more detailed getting started, follow the for setup.

To run the project for the first time, you need to have Docker and Docker Compose installed on your machine. If you don't have it, follow the instructions on the .

db: where the PostgresSQL database runs to support chat history and document retrieval for ;

Also, you can check our for more information.

We are thankful for all the support we receive from our sponsors, who help us keep the project running and improving. If you want to become a sponsor, check out our .

In partnership with , we made their chat interface our own as well, if you want to use it on your own application, change the docker-compose file to use the docker-compose-open-webui.yml file:

made with 💜 by

dialog-lib
documentation
Docker
amazing video tutorial
Quick Start session from our docs
Docker website
RAG
Deploy your own ChatGPT in 5 minutes
GPT-4o: Learn how to Implement a RAG on the new model, step-by-step!
documentation
Sponsors Page
Open-WebUI
avelino
vmesel
walison17
lgabs
talkd.ai
talkd/dialog logo