AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
RagIngestionResult
Interface RagIngestionResult
Result of an ingestion attempt.
interface
RagIngestionResult
{
processedCount
:
number
;
failedCount
:
number
;
ingestedIds
?:
string
[]
;
errors
?:
{
documentId
?:
string
;
chunkId
?:
string
;
message
:
string
;
details
?:
unknown
;
}
[]
;
jobId
?:
string
;
effectiveDataSourceIds
?:
string
[]
;
}
Index
Properties
processed
Count
failed
Count
ingested
Ids?
errors?
job
Id?
effective
Data
Source
Ids?
Properties
processed
Count
processed
Count
:
number
failed
Count
failed
Count
:
number
Optional
ingested
Ids
ingested
Ids
?:
string
[]
Optional
errors
errors
?:
{
documentId
?:
string
;
chunkId
?:
string
;
message
:
string
;
details
?:
unknown
;
}
[]
Type declaration
Optional
document
Id
?:
string
Optional
chunk
Id
?:
string
message
:
string
Optional
details
?:
unknown
Optional
job
Id
job
Id
?:
string
Optional
effective
Data
Source
Ids
effective
Data
Source
Ids
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
processed
Count
failed
Count
ingested
Ids
errors
job
Id
effective
Data
Source
Ids
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Result of an ingestion attempt.