Skip to content

Commit 5ca8b73

Browse files
committed
Update README.md
1 parent ff32796 commit 5ca8b73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# talkd/dialog
22

3-
Dialog is a framework for LLM Ops. This repository serves an API focused on letting you deploy any LLM you want, based on the structure provided py [dialog-lib](https://github.com/talkdai/dialog-lib).
3+
For programmers, who are interested in AI who are deploying RAGs without knowledge on server maintenance, Dialog is an App to simplify LLM deploys, letting you spend less time coding and more time training your model.
4+
5+
This repository serves an API focused on letting you deploy any LLM you want, based on the structure provided by [dialog-lib](https://github.com/talkdai/dialog-lib).
46

57
We started as a way to humanize RAGs, but we are expanding for broader approaches on better RAG deployment and maintenance.
68

79
For more information, check our [documentation](https://dialog.talkd.ai)!
810

9-
## Run the project
11+
## Running the project
1012

11-
We assume you are familiar with [Docker](https://www.docker.com/). Follow the [Quick Start](##quick-start) for setup and then run
13+
We assume you are familiar with [Docker](https://www.docker.com/), if you are not, this [amazing tutorial](https://www.youtube.com/watch?v=pTFZFxd4hOI&ab_channel=ProgrammingwithMosh) will help you. Follow the [Quick Start](##quick-start) for setup and then run
1214

1315
```bash
1416
docker-compose up

0 commit comments

Comments
 (0)