ai-cfia / finesse-backend

Backend for the Finesse semantic search system, handling data processing, search algorithm choice, and integration with the frontend.
MIT License
1 stars 1 forks source link

Implement Retrieval Strategy for Documents Without Online Access URLs in `finesse-backend` #72

Open k-allagbe opened 5 months ago

k-allagbe commented 5 months ago

Description

Ensure every piece of data in the indexes includes a URL referencing the original document. If the document isn't accessible via a webpage, the URL should enable direct download.

Tasks

Acceptance Criteria