Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added diskannpy install docker file, empty diskann class * downgrade package versions in pip requirements_py38 to match python 3.8 * fixing base docker image * diskann-t2 code * setting threads in diskann build * create data and algo dependent dir for index * fix index path in build * added yaml entry for msturin-1M diskann * create data and algo dependent dir for index * load index * lining up query interface to new numpy input diskannpy api * accommodating return val from batch_Search_numpy_input * Added diskannpy install docker file, empty diskann class * downgrade package versions in pip requirements_py38 to match python 3.8 * fixing base docker image * diskann-t2 code * setting threads in diskann build * create data and algo dependent dir for index * fix index path in build * added yaml entry for msturin-1M diskann * create data and algo dependent dir for index * load index * lining up query interface to new numpy input diskannpy api * accommodating return val from batch_Search_numpy_input * add t2 to ci * updated parameters to something that finishes running random-xs * Added diskannpy instal docker file, empty diskann class * downgrade package versions in pip requirements_py38 to match python 3.8 * fixing base docker image * diskann-t2 code * setting threads in diskann build * create data and algo depenendent dir for index * fix index path in build * added yaml entry for msturin-1M diskann * create data and algo dependent dir for index * load index * lining up query interface to new numpy input diskannpy api * accommodating return val from batch_Search_numpy_input * add t2 to ci * updated parameters to something that finishes running random-xs * assert that query results have correct shape * addressing martin's comments * don't consume h5py files. * Added comment that load_all_results returns a generator that can only be consumed once. * Added diskannpy instal docker file, empty diskann class * downgrade package versions in pip requirements_py38 to match python 3.8 * fixing base docker image * diskann-t2 code * setting threads in diskann build * create data and algo dependent dir for index * fix index path in build * added yaml entry for msturin-1M diskann * create data and algo dependent dir for index * load index * lining up query interface to new numpy input diskannpy api * accommodating return val from batch_Search_numpy_input * Added diskannpy instal docker file, empty diskann class * diskann-t2 code * added yaml entry for msturin-1M diskann * lining up query interface to new numpy input diskannpy api * add t2 to ci * updated parameters to something that finishes running random-xs * Added diskannpy instal docker file, empty diskann class * fixing base docker image * diskann-t2 code * setting threads in diskann build * added yaml entry for msturin-1M diskann * lining up query interface to new numpy input diskannpy api * add t2 to ci * updated parameters to something that finishes running random-xs * assert that query results have correct shape * addressing martin's comments * don't consume h5py files. * Added comment that load_all_results returns a generator that can only be consumed once. * smaller params for random-xs for CI added support for int and uint8 datatypes int8/uint8 test cases in algos.yaml added index download url and download command to load_index added azcopy install to base docker image * fixing diskann random-xs param * using python_bindings_diskann branch of diskann and fix random-xs * fix algos.yaml for bigann path * reduce % cached ndoes to 0.001 for datasets larger than 1M * add inner product option for constructor * index path and download instructions for T2I and MIPS * yaml entry for diskann random-range-xs * extended diskann to range search * populating caching options for search * adding config for ssnpp-1B * increased cache settings for T2I and SSN++ * manually patching changes in main branch Co-authored-by: Ubuntu <harshasi@l8v2node1.0hnsgre2p3nurfm3fnffzkkhqf.xx.internal.cloudapp.net> Co-authored-by: Ubuntu <harshasi@fnode4.0hnsgre2p3nurfm3fnffzkkhqf.xx.internal.cloudapp.net> Co-authored-by: Martin Aumueller <[email protected]>
- Loading branch information