add return source documents functioanality

This commit is contained in:
Henry
2023-06-08 23:51:34 +01:00
parent ab00214ec2
commit b071790a5a
11 changed files with 371 additions and 91 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface IChatMessage {
content: string
chatflowid: string
createdDate: Date
sourceDocuments: string
}
export interface IComponentNodes {