toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.rag.repository
/
ChunkRepository
Chunk
Repository
interface
ChunkRepository
Inheritors
NeoOgmKnowledgeGraphService
Members
Functions
find
All
Link copied to clipboard
abstract
fun
findAll
(
)
:
List
<
Chunk
>
find
Chunks
By
Id
Link copied to clipboard
abstract
fun
findChunksById
(
chunkIds
:
List
<
String
>
)
:
List
<
Chunk
>