We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc5a69 commit 371a7cdCopy full SHA for 371a7cd
objectscript/RAG/SourceDocumentsWithIFind.CLS
@@ -3,7 +3,7 @@ Class RAG.SourceDocumentsWithIFind Extends %Persistent [ SqlTableName = SourceDo
3
Property doc_id As %String(MAXLEN = 255) [ Required ];
4
Property title As %String(MAXLEN = 1000);
5
Property text_content As %Stream.GlobalCharacter;
6
- Property embedding As %String(MAXLEN = "");
+ Property embedding As %String(MAXLEN = 60000);
7
Property created_at As %TimeStamp;
8
9
Index DocIdIndex On doc_id [ Unique ];
0 commit comments