Webui chat with x added

This commit is contained in:
n4ze3m
2024-04-06 00:30:23 +05:30
parent aae2ddecbc
commit dd496b7b98
7 changed files with 401 additions and 28 deletions

View File

@@ -40,7 +40,7 @@ export class PageAssistPDFUrlLoader
.trim()
documents.push({
pageContent: text,
metadata: { source: this.name, page: i }
metadata: { source: this.name, page: i, type: "pdf" }
})
}