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 Endpoints for Index Document Management in `finesse-backend` #71

Open k-allagbe opened 5 months ago

k-allagbe commented 5 months ago

Description

Develop endpoints to add, update, and delete documents from our indexes. This will be useful in the process of keeping the indexes up to date with the sources of truth.

Tasks

Acceptance Criteria