Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 645 Bytes

FOM.RAG

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.

Getting started

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