Skip to content

Sample project for assignment in subject "Analytics of semi- & unstructured Data" of FOM University.

License

Notifications You must be signed in to change notification settings

codewiththomas/FOM.RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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