index
:
embeddings-sort
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
embedders
Age
Commit message (
Collapse
)
Author
2024-12-09
fix bug with angular distance and floating point error; added cosine distance
metamuffin
2024-11-28
optimizations: lower durability, massively increase ai embedding batch size
Lia Lenckowski
also fix that one clippy warning
2024-11-27
Replace sled with redb (Also replaces serde to bincode.) (#2)
metamuffin
Reviewed-on: https://codeberg.org/lialenck/embeddings-sort/pulls/2 Co-authored-by: metamuffin <metamuffin@disroot.org> Co-committed-by: metamuffin <metamuffin@disroot.org>
2024-11-27
windows compat: replace xdg crate with dirs, and conditionally compile ↵
Lia Lenckowski
symlink output
2024-11-26
make ai embedding more resilient, remove dependency on python
Lia Lenckowski
2024-11-25
implement rust side of flag that ignores failing embeddings
Lia Lenckowski
2023-09-20
use direct phantomdata constructor
metamuffin
2023-09-20
use angular distance instead of cossim replacement
metamuffin
2023-09-20
replace cosinesim with L2-norm euclidean
metamuffin
2023-09-20
cosine similarity (works poorly)
metamuffin
2023-09-20
support for different vector metrics
metamuffin
2023-09-20
move embedder to module
metamuffin