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 ==============