Skip to content

Commit 371a7cd

Browse files
committed
sync: update from internal GitLab repository
Content updated: Directories: - objectscript/ Synced at: 2025-08-02 21:12:29
1 parent cdc5a69 commit 371a7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectscript/RAG/SourceDocumentsWithIFind.CLS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Class RAG.SourceDocumentsWithIFind Extends %Persistent [ SqlTableName = SourceDo
33
Property doc_id As %String(MAXLEN = 255) [ Required ];
44
Property title As %String(MAXLEN = 1000);
55
Property text_content As %Stream.GlobalCharacter;
6-
Property embedding As %String(MAXLEN = "");
6+
Property embedding As %String(MAXLEN = 60000);
77
Property created_at As %TimeStamp;
88

99
Index DocIdIndex On doc_id [ Unique ];

0 commit comments

Comments
 (0)