Sample project for assignment in subject "Analytics of semi- & unstructured Data" of FOM University.
Demonstrates the implementation of a RAG system to retrieve information from Zendesk articles.
The folder src
contains the source code of the project. The folder eval
contains the evaluation data and the python script to evaluate the results.
After cloning the repository create a file named appsettings.json
in folder src\FOM.RAG\FOM.RAG.Demonstrator
. Copy content of appsettings.TEMPLATE.json
and replace placeholder data.
Navigate to folde src\FOM.RAG\FOM.RAG.Demonstrator
.
dotnet run