Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.17 KB

File metadata and controls

38 lines (22 loc) · 1.17 KB

Funda AI Interview Project

Overview

Welcome to the Funda.ai interview project! In this challenge, you will design and implement a Retrieval-Augmented Generation (RAG) system to answer financial questions based on the provided documents.

Task Description

What You Need to Do

  1. Build a RAG System: Design and implement a RAG system that can process and understand the documents in the /docs folder.

  2. Answer the Questions: Use your RAG system to answer all questions listed in QUESTIONS.md:

Requirements

  • You may use any programming language of your choice
  • You are encouraged to use Coding Agents (e.g., Cursor, Claude Code, GitHub Copilot, etc.) to help implement your solution

Submission

Please submit the following:

  1. Video Recording: Record a video demonstrating your RAG system answering all 3 questions from QUESTIONS.md
  2. Source Code: Send your complete codebase

Send your submission to: chris@funda.ai

Evaluation Criteria

  • Accuracy of answers
  • System design and architecture
  • Code quality and organization
  • Ability to handle complex document retrieval

Good luck! We look forward to seeing your solution.