Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Releases: transpchan/findpose

Findpose Searching Engine Full Index Dump

21 Oct 06:39
84ce0f7
Compare
Choose a tag to compare

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.