Skip to content

Commit

Permalink
Update main.py (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Feb 5, 2025
1 parent 13db354 commit 0a46168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/proxy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def build_feature_store(cache: CacheRetriever, payload: types.SimpleNamespace):
_type=TaskCode.FS_ADD_DOC.value)

# try:
fs.initialize(files=files, work_dir=workdir)
fs.initialize(files=files, work_dir=workdir, ner_file=None)
files_state = []

success_cnt = 0
Expand Down

0 comments on commit 0a46168

Please sign in to comment.