Chunking
Defined in the chunking module.AI Agent A unified class for text chunking with various chunking strategies.
Constructor
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
SUPPORTED_CHUNKERS()
Lazy load chunker classes.
embedding_model()
Lazy load the embedding model.
chunker()
Lazy load the chunker instance.
chunk()
Chunk text using the configured chunking strategy.
Source
View on GitHub
praisonaiagents/knowledge/chunking.py at line 5
