Fasttext query

Must define these env vars:

dbpath := os.Getenv("FASTTEXT_DB_PATH")
vecpath := os.Getenv("FASTTEXT_VEC_PATH")

The db is created on first run, will take some time.