Retrieval Augmented Generation (RAG) allows for adding knowledge from external sources into a Large Language Model (LLM) prompt. In this blog post I will be using this approach for using an LLM to retrieve data from an SAP S4/HANA system and visualizing the data using Streamlit. You will learn how to build a dashboard converting natural language questions into data visualizations using only a minimal amount of code!
Sep 21, 2023
One of the major drawbacks of GPT-based models is their lack of knowledge about custom documents living in knowledge bases in large organizations. In this blog post I will demonstate a way to set up adding custom documents into the body of knowledge of GPT-based models.
Mar 23, 2023