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

create abstract Embedding interface for embedding models #238

Open K-Schubert opened 2 weeks ago

K-Schubert commented 2 weeks ago

Description

Create an abstract interface for embedding models.

Define 2 methods:

Additionally, add abstract methods for aembed_documents() and aembed_query() (Not implemented yet).