CdC-SI / eak-copilot

The official repository of the EAK-Copilot project as part of the Innovation Fellowship 2024.
https://cdc-si.github.io/eak-copilot/
GNU General Public License v3.0
4 stars 0 forks source link

add CORS allowed origins to RAG service #186

Closed K-Schubert closed 1 month ago

K-Schubert commented 1 month ago

Description

Moving the /docs api to /rag requires to add CORS allowed origins to rag/app/main.py so that the frontend can make calls to the rag backend.