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

Extend repository schema to include sentence embedder #15

Closed mehmetcanay closed 2 months ago

mehmetcanay commented 2 months ago

Extended both SQL and Weaviate repository schemas to include sentence embedders. Made necessary changes to functions utilizing these classes. Added a new function allowing the user to filter based on the terminology and model. Added new tests for each repository for the function retrieving all the stored sentence embedders.