after_rabbithole_splitted_text
Intervene after the RabbitHole has split the document in chunks.
Allows editing the list of Document
right after the RabbitHole chunked them in smaller ones.
đ Arguments
Name | Type | Description |
---|---|---|
chunks |
List[Document] |
List of Langchain Document s with text chunks. |
cat |
StrayCat | Cheshire Cat instance, allows you to use the framework components. |
âŠī¸ Return
Type: List[Document]
List of modified chunked Langchain Document
s to be stored in the episodic memory.