From 21301f2bb6f800e0a35bfdd263295f29d5575121 Mon Sep 17 00:00:00 2001 From: Grant Buster Date: Fri, 3 Nov 2023 12:47:40 -0600 Subject: [PATCH] Update README.rst --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9e073b36..4203f5f9 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,13 @@ Energy Language Model (ELM) *************************** -The Energy Language Model (ELM) software provides interfaces to apply Large Language Models (LLMs) like ChatGPT and GPT-4 to energy research. +The Energy Language Model (ELM) software provides interfaces to apply Large Language Models (LLMs) like ChatGPT and GPT-4 to energy research. For example, you might be interested in: + +- `Converting PDFs into a text database `_ +- `Chunking text documents and embedding into a vector database `_ +- `Performing recursive document summarization `_ +- `Building an automated data extraction workflow using decision trees `_ +- `Building a chatbot to interface with your own text corpus `_ Installing ELM ==============