mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
Merge pull request #3999 from ricky-davis/importDocumentMappingTags
fix: importing document mapping now adds tags
This commit is contained in:
commit
d2664ab2a6
@ -549,7 +549,8 @@
|
||||
doc.collection_name,
|
||||
doc.filename,
|
||||
doc.name,
|
||||
doc.title
|
||||
doc.title,
|
||||
doc.content
|
||||
).catch((error) => {
|
||||
toast.error(error);
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user