This repository contains a proof of concept for a document search engine, composed of:
- Back-end: A Python FastAPI service that handles document indexing and search functionality.
- Front-end (search-ui): A React application providing a user interface to interact with the search engine.