Spaces:
Sleeping
Sleeping
Update src/rag_engine.py
Browse files- src/rag_engine.py +1 -1
src/rag_engine.py
CHANGED
|
@@ -4,7 +4,7 @@ from typing import List, Literal
|
|
| 4 |
|
| 5 |
# LangChain imports for the Markdown logic
|
| 6 |
from langchain_core.documents import Document
|
| 7 |
-
from
|
| 8 |
|
| 9 |
# Custom Core Imports
|
| 10 |
from core.ParagraphChunker import ParagraphChunker
|
|
|
|
| 4 |
|
| 5 |
# LangChain imports for the Markdown logic
|
| 6 |
from langchain_core.documents import Document
|
| 7 |
+
from langchain_text_splitters import MarkdownHeaderTextSplitter, RecursiveCharacterTextSplitter
|
| 8 |
|
| 9 |
# Custom Core Imports
|
| 10 |
from core.ParagraphChunker import ParagraphChunker
|