From 3e9fed8b70e04b7eafa653cad7e0f1a4a8318e0b Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Sun, 29 Sep 2024 11:19:20 +0200 Subject: [PATCH] add features paragraph --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6c69bea..9206a09 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ Docs are available [here](https://masci.github.io/banks/). pip install banks ``` +## Features + +Prompts are instrumental for the success of any LLM application, and Banks focuses around specific areas of their +lifecycle: +- **Templating**: Banks provides tools and functions to build prompts text from generic blueprints. +- **Versioning and metadata**: Banks supports attaching metadata to prompts to ease their management, and versioning is +first-class citizen. +- **Management**: Banks provides ways to store prompts on disk along with their metadata. + ## Examples ### Create a blog writing prompt