Skip to content

Commit

Permalink
fix fasttext path
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan McGuire authored and Morgan McGuire committed Jan 24, 2024
1 parent 5a30dc8 commit f4bc728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wandbot/ingestion/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class VectorStoreConfig(BaseSettings):


class FasttextModelConfig(BaseSettings):
fasttext_path: str = "data/cache/models/lid.176.bin"
fasttext_path: pathlib.Path = pathlib.Path("data/cache/models/lid.176.bin")
fasttext_artifact_name: str = 'wandbot/wandbot_public/fasttext-lid.176.bin:v0'
fasttext_artifact_type: str = 'fasttext-model'

Expand Down

0 comments on commit f4bc728

Please sign in to comment.