Caleb: trying to get loggin workng

This commit is contained in:
Caleb Peffer
2024-04-30 09:20:15 -07:00
parent 79cd7d2ebc
commit 3ca9e5153f
12 changed files with 118 additions and 22 deletions
+1
View File
@@ -57,6 +57,7 @@ export class Document {
url?: string; // Used only in /search for now
content: string;
markdown?: string;
html?: string;
llm_extraction?: Record<string, any>;
createdAt?: Date;
updatedAt?: Date;