toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminBulkTextDocument
Rag
Admin
Bulk
Text
Document
data
class
RagAdminBulkTextDocument
(
val
docId
:
String
,
val
text
:
String
,
val
acl
:
List
<
String
>
,
val
metadata
:
Map
<
String
,
String
>
=
emptyMap()
,
val
sourceUri
:
String
?
=
null
,
val
page
:
Int
?
=
null
,
val
pageMarkers
:
List
<
RagAdminPageMarkerRequest
>
?
=
null
)
Members
Constructors
Rag
Admin
Bulk
Text
Document
Link copied to clipboard
constructor
(
docId
:
String
,
text
:
String
,
acl
:
List
<
String
>
,
metadata
:
Map
<
String
,
String
>
=
emptyMap()
,
sourceUri
:
String
?
=
null
,
page
:
Int
?
=
null
,
pageMarkers
:
List
<
RagAdminPageMarkerRequest
>
?
=
null
)
Properties
acl
Link copied to clipboard
val
acl
:
List
<
String
>
doc
Id
Link copied to clipboard
val
docId
:
String
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
String
>
page
Link copied to clipboard
val
page
:
Int
?
=
null
page
Markers
Link copied to clipboard
val
pageMarkers
:
List
<
RagAdminPageMarkerRequest
>
?
=
null
source
Uri
Link copied to clipboard
val
sourceUri
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String