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

Improve performance of sqllite db #2

Closed tiadams closed 2 months ago

tiadams commented 8 months ago

Adapt code so that cosine similarity is computed in the DB layer, see: https://stackoverflow.com/questions/42310655/sql-computation-of-cosine-similarity

tiadams commented 2 months ago

Not needed anymore since we use weaviate instead