toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.rag
/
IngestionResult
Ingestion
Result
data
class
IngestionResult
(
val
storesWrittenTo
:
Set
<
String
>
,
val
chunkIds
:
List
<
String
>
)
Members
Constructors
Ingestion
Result
Link copied to clipboard
constructor
(
storesWrittenTo
:
Set
<
String
>
,
chunkIds
:
List
<
String
>
)
Properties
chunk
Ids
Link copied to clipboard
val
chunkIds
:
List
<
String
>
documents
Written
Link copied to clipboard
val
documentsWritten
:
Int
stores
Written
To
Link copied to clipboard
val
storesWrittenTo
:
Set
<
String
>
Functions
success
Link copied to clipboard
fun
success
(
)
:
Boolean