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
3 stars 0 forks source link

optimize embedding calls #207

Closed K-Schubert closed 1 month ago

K-Schubert commented 1 month ago

Description

Instead of making calls to internal service /rag/embed to obtain embeddings (which in turns calls get_embedding(), directly call get_embedding().

Implemented in: