This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
Releases: transpchan/findpose
Releases · transpchan/findpose
Findpose Searching Engine Full Index Dump
This is a copy of Findpose Searching Engine Full Index Dump (updated till early-2021)
import annoy
a = annoy.AnnoyIndex(24*4, metric="euclidean")
a.load(prefix+'search.ann')
Code will be released later.