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

refactor RAG code #148

Closed K-Schubert closed 1 month ago

K-Schubert commented 2 months ago

Description

Setup /embed and /docs endpoints for RAG in /rag/app/main.py.

Move /get_docs endpoint and logic from /api/app/main.py to /rag/app/main.py.

Rename /get_docs to /docs.

Refactor repo structure by adding new "rag" folder.

Update docker-compose with new "rag" service.