-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff61213
commit f571495
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
## Experiments | ||
# Index Simulation Tool | ||
|
||
- [ ] Single-Threaded experiments | ||
- [ ] Using PCA | ||
- [ ] Using t-sne | ||
- [ ] Using Euclidean distance metric | ||
- [ ] Using Cosine distance metric | ||
- [ ] Using Jaccard distance metric | ||
- [ ] Using Angular distance metric | ||
- [ ] Multi-Threaded experiments | ||
- [ ] Using PCA | ||
- [ ] Using t-sne | ||
- [ ] Using Euclidean distance metric | ||
- [ ] Using Cosine distance metric | ||
- [ ] Using Jaccard distance metric | ||
- [ ] Using Angular distance metric | ||
|
||
- [ ] Multi-Threaded experiments with MS MARCO | ||
|
||
## Optional | ||
|
||
- [ ] Maybe convert back to f64 because msmarco is in f64 | ||
- [ ] Convert dense vectors to sparse vectors -> use something like SPLADE to create a sparse vector | ||
- Maybe some python to Rust embeddings? | ||
- Maybe use the python scripts to generate the custom datasets? | ||
*Description needed* |