Skip to content

Commit

Permalink
merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Nov 14, 2023
1 parent e6e609a commit c793145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/celery_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def embed_feishuwiki(collection_id, openai=False):

for document_id in new_document_ids:
task = embed_documents.delay(
'https://feishu.cn/docx/{document_id}',
f'https://feishu.cn/docx/{document_id}',
'feishudoc',
'', collection_id, False, uniqid=document_id
)
Expand Down

0 comments on commit c793145

Please sign in to comment.