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
/
RagAdminIngestRequest
Rag
Admin
Ingest
Request
data
class
RagAdminIngestRequest
(
val
tenantId
:
String
,
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
Ingest
Request
Link copied to clipboard
constructor
(
tenantId
:
String
,
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
tenant
Id
Link copied to clipboard
val
tenantId
:
String
text
Link copied to clipboard
val
text
:
String