Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Mar 1, 2025
1 parent 6649901 commit d6dcdeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
[![pip downloads](https://img.shields.io/pypi/dm/easy-letters.svg)](https://pypi.org/project/easy-letters/)

Easy Letters is a Python library that can help job seekers write application letters.
Currently, it proves the basic blocks for creating a simple retrieval augmented generation (RAG) pipeline
Currently, it proves the basic blocks for creating a naive retrieval augmented generation (or RAG) pipeline
to generate application letter drafts.
The user can then edit the draft letter to suit their needs.

The diagram below shows the high-level workflow of how Easy Letters generates application letter drafts.
The diagram below shows the high-level workflow of how Easy Letters how can be used to generate draft application
letters.

![Easy Letters Workflow](assets/workflow.svg)

Expand Down

0 comments on commit d6dcdeb

Please sign in to comment.