We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8efc45 commit 0129323Copy full SHA for 0129323
backend/onyx/indexing/chunker.py
@@ -135,7 +135,7 @@ def __init__(
135
mini_chunk_size: int = MINI_CHUNK_SIZE,
136
callback: IndexingHeartbeatInterface | None = None,
137
) -> None:
138
- from llama_index.text_splitter import SentenceSplitter
+ from llama_index.core.node_parser import SentenceSplitter
139
140
self.include_metadata = include_metadata
141
self.chunk_token_limit = chunk_token_limit
0 commit comments