toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.rag.ingestion
/
ContentElementRepository
Content
Element
Repository
interface
ContentElementRepository
Implemented by services that can retrieve Chunks by id.
Inheritors
AbstractWritableRagService
Members
Functions
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
String
)
:
ContentElement
?
find
Chunks
By
Id
Link copied to clipboard
abstract
fun
findChunksById
(
chunkIds
:
List
<
String
>
)
:
List
<
Chunk
>
save
Link copied to clipboard
abstract
fun
save
(
element
:
ContentElement
)
:
ContentElement