Expose getFile utility function

This commit is contained in:
Joshua Lochner 2023-03-07 23:53:01 +02:00
parent e224eed86f
commit e5c2782db8
1 changed files with 2 additions and 1 deletions

View File

@ -382,5 +382,6 @@ module.exports = {
getTopItems,
dot,
cos_sim,
magnitude
magnitude,
getFile
};