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
/
RagAdminDocumentChunk
Rag
Admin
Document
Chunk
data
class
RagAdminDocumentChunk
(
val
chunkId
:
String
,
val
contentKind
:
String
,
val
page
:
Int
?
,
val
sourceUri
:
String
?
,
val
offsetStart
:
Int
?
,
val
offsetEnd
:
Int
?
,
val
text
:
String
?
,
val
metadata
:
Map
<
String
,
String
>
)
Members
Constructors
Rag
Admin
Document
Chunk
Link copied to clipboard
constructor
(
chunkId
:
String
,
contentKind
:
String
,
page
:
Int
?
,
sourceUri
:
String
?
,
offsetStart
:
Int
?
,
offsetEnd
:
Int
?
,
text
:
String
?
,
metadata
:
Map
<
String
,
String
>
)
Properties
chunk
Id
Link copied to clipboard
val
chunkId
:
String
content
Kind
Link copied to clipboard
val
contentKind
:
String
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
String
>
offset
End
Link copied to clipboard
val
offsetEnd
:
Int
?
offset
Start
Link copied to clipboard
val
offsetStart
:
Int
?
page
Link copied to clipboard
val
page
:
Int
?
source
Uri
Link copied to clipboard
val
sourceUri
:
String
?
text
Link copied to clipboard
val
text
:
String
?