mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 08:40:58 +00:00
Added content field to Document mapping import to ensure tags get re-mapped
This commit is contained in:
parent
62682a8c4c
commit
20c71d127b
@ -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