fix cognify
This commit is contained in:
parent
af94012e46
commit
84ba0b2b59
1 changed files with 5 additions and 0 deletions
5
cognee/modules/chunking/__init__.py
Normal file
5
cognee/modules/chunking/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
from .TextChunker import TextChunker
|
||||||
|
from .LangchainChunker import LangchainChunker
|
||||||
|
from .Chunker import Chunker
|
||||||
|
|
||||||
|
__all__ = ["TextChunker", "LangchainChunker", "Chunker"]
|
||||||
Loading…
Add table
Reference in a new issue