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
/
RagAdminSourcePreviewResponse
Rag
Admin
Source
Preview
Response
data
class
RagAdminSourcePreviewResponse
(
val
tenantId
:
String
,
val
docId
:
String
,
val
chunkId
:
String
,
val
sourceUri
:
String
?
,
val
offsetStart
:
Int
?
,
val
offsetEnd
:
Int
?
,
val
preview
:
String
)
Members
Constructors
Rag
Admin
Source
Preview
Response
Link copied to clipboard
constructor
(
tenantId
:
String
,
docId
:
String
,
chunkId
:
String
,
sourceUri
:
String
?
,
offsetStart
:
Int
?
,
offsetEnd
:
Int
?
,
preview
:
String
)
Properties
chunk
Id
Link copied to clipboard
val
chunkId
:
String
doc
Id
Link copied to clipboard
val
docId
:
String
offset
End
Link copied to clipboard
val
offsetEnd
:
Int
?
offset
Start
Link copied to clipboard
val
offsetStart
:
Int
?
preview
Link copied to clipboard
val
preview
:
String
source
Uri
Link copied to clipboard
val
sourceUri
:
String
?
tenant
Id
Link copied to clipboard
val
tenantId
:
String