Files
tiennm99 8140b51d3d refactor: remove unused MODEL_VARIANT env var
Was set in Dockerfile/compose/.env/README but never read by the app.
Tokenization is inferred at lookup time by _variant_candidates trying
both spaced and underscore-joined forms.
2026-04-23 11:09:55 +07:00

15 lines
631 B
Bash

# Copy to `.env` and fill in. `.env` is gitignored.
# URL that serves the PhoW2V zip with a plain HTTP(S) GET.
# Host it however you like; any auth must be baked into the URL itself
# (share token, signed URL, etc.). The service sends no Authorization
# headers. PhoW2V's license forbids *public* redistribution, so use a
# private/unlisted URL you control.
#
# Nextcloud public-share example (no share password):
# MODEL_URL=https://cloud.example.com/s/abc123XYZ/download
MODEL_URL=https://cloud.example.com/s/REPLACE_ME/download
# Must match the filename inside the zip.
MODEL_PATH=/data/phow2v/word2vec_vi_words_300dims.txt