Skip to content

Commit

Permalink
add tech writing resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Jan 19, 2024
1 parent 452ab55 commit fe20661
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Retrieval-Augmented Generation (RAG)

Currently LLMs have these 2 problems:

1. They lack valid source while generating text.
2. They are often out-of date.

Expand Down
1 change: 1 addition & 0 deletions Meta/tech-writing-cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ Some of the points that help me land a decision:
- [Amruta Ranade's YouTube Channel](https://www.youtube.com/c/AmrutaRanade/playlists)
- [How do you explain the details of something technical to a non-technical audience?](https://writing.stackexchange.com/questions/33500/how-do-you-explain-the-details-of-something-technical-to-a-non-technical-audienc/33505#33505)
- [Writing for Engineers](https://www.heinrichhartmann.com/posts/writing/)
- [Using "will" and "should" in technical writing](https://jamesg.blog/2024/01/17/will-should/)
8 changes: 4 additions & 4 deletions recent_tils.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"title": "Retrieval-Augmented Generation (RAG)",
"url": "https://til.bhupesh.me/artificial intelligence/retrieval-augmented-generative-rag"
},
{
"title": "All .odp files are zip archives",
"url": "https://til.bhupesh.me/miscellaneous/all-odp-files-are-zip-archives"
Expand Down Expand Up @@ -34,9 +38,5 @@
{
"title": "Fundamentals of LLMs",
"url": "https://til.bhupesh.me/artificial intelligence/fundamentals-of-llms"
},
{
"title": "Why Reverse ETL",
"url": "https://til.bhupesh.me/data warehouse/why-reverse-ctl"
}
]

0 comments on commit fe20661

Please sign in to comment.