SCAI-BIO / datastew

Python library for intelligent data stewardship using Large Language Model (LLM) embeddings
https://pypi.org/project/datastew/
Apache License 2.0
4 stars 0 forks source link

Generalize embedding models #21

Open tiadams opened 2 months ago

tiadams commented 2 months ago

Should be a single class (e.g. SentenceEmbedder) and will dynamically load the correct model based on the model name. Could be achieved as a wrapper class.

tiadams commented 1 month ago

Relates to discussion https://github.com/SCAI-BIO/datastew/discussions/36