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
@@ -17,6 +17,9 @@ export class ChatMessage implements IChatMessage {
@Column()
content: string
@Column({ nullable: true })
sourceDocuments: string
@CreateDateColumn()
createdDate: Date
}