Closed debuggerone closed 2 months ago
More of a future thinking component. I have an idea for recursive summarizer that would use this. It's basically a variant of LangChain's recursive text splitter that I've been fine tuning for the last year or so.
I have an idea for that too but it would require a combination of some systems like neo4j and a vector db...
Subtask Overview
This subtask focuses on converting utility functions such as those in
splitText.ts
from JavaScript to Python, ensuring all functionalities are preserved and optimized for the Python environment.Tasks
splitText.ts
to Python.Acceptance Criteria
splitText.ts
are successfully converted to Python.