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
Age
Commit message (
Collapse
)
Author
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
2023-09-20
small performance improvement for AI embedder: cache distances. makes other ↵
Lia Lenckowski
embedders slower, though.
2023-09-20
~3x speed improvement: replace priority queues and prim's algoritm with ↵
Lia Lenckowski
sorted vectors and krushkal's algorithm
2023-09-20
algorithm selection, big perfect matching performance improvement
Lia Lenckowski
2023-09-19
christofides algorithm (~8% improvement)
Lia Lenckowski
2023-09-18
add tsp benchmark flag
Lia Lenckowski
2023-09-10
update README.md
Lia Lenckowski
2023-09-08
giant refactor
Lia Lenckowski
2023-09-07
copy and symlink output modes
Lia Lenckowski
2023-09-07
partially implemented output options
Lia Lenckowski
2023-09-07
add progress bars/spinners
Lia Lenckowski
2023-09-07
add content embedder
Lia Lenckowski
2023-09-06
cache by hash instead of path
Lia Lenckowski
2023-09-06
cache embeddings by path (should be by hash, but thats for later)
Lia Lenckowski
2023-09-05
actually use 'Hue' in the HueEmbedder, add ColorEmbedder, parallelize image ↵
Lia Lenckowski
embedding
2023-09-05
clippy
Lia Lenckowski
2023-09-05
add temporary README
Lia Lenckowski
2023-09-05
tsp from mst, remove some debugging, print final path
Lia Lenckowski
2023-09-05
initial commit: load images, impl hue/brightness embedder, impl MST ↵
Lia Lenckowski
algorithm on embeds