mirror of
https://github.com/open-webui/open-webui
synced 2025-05-25 15:15:28 +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.collection_name,
|
||||||
doc.filename,
|
doc.filename,
|
||||||
doc.name,
|
doc.name,
|
||||||
doc.title
|
doc.title,
|
||||||
|
doc.content
|
||||||
).catch((error) => {
|
).catch((error) => {
|
||||||
toast.error(error);
|
toast.error(error);
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user