From 5639755f25ab9af854f24b4e53e07f73bb093dcb Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:05:58 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e78beb5..4ce9738 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://zachary62.github.io/miniLLMFlow/) -A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task decomposition, RAG, etc. +A [100-line](minillmflow/__init__.py) minimalist LLM framework for [agents](https://minillmflow.github.io/miniLLMFlow/agent.html), [task decomposition](https://minillmflow.github.io/miniLLMFlow/decomp.html), [RAG](https://minillmflow.github.io/miniLLMFlow/rag.html), etc. - Install via ```pip install minillmflow```, or just copy the [source](minillmflow/__init__.py) (only 100 lines) @@ -35,8 +35,10 @@ Mini LLM Flow is also a *learning resource*, as current frameworks abstract too ## Tutorial -- Documentation: https://minillmflow.github.io/miniLLMFlow/ +- Please check out documentation: https://minillmflow.github.io/miniLLMFlow/ - Beginner Tutorial: [Text summarization for Paul Graham Essay + QA agent](https://colab.research.google.com/github/zachary62/miniLLMFlow/blob/main/cookbook/demo.ipynb) - Have questions for this tutorial? Ask LLM assistants through [this prompt](https://chatgpt.com/share/676f16d2-7064-8000-b9d7-f6874346a6b5) + +- More coming soon ...