Spaces:
Sleeping
Sleeping
Commit
·
abca2ac
1
Parent(s):
a85d6bf
new version of rag
Browse files- documents_prep.py +1 -1
documents_prep.py
CHANGED
|
@@ -6,7 +6,7 @@ from llama_index.core import Document
|
|
| 6 |
from my_logging import log_message
|
| 7 |
from llama_index.core.text_splitter import SentenceSplitter
|
| 8 |
from config import CHUNK_SIZE, CHUNK_OVERLAP
|
| 9 |
-
from table_prep import table_to_document
|
| 10 |
|
| 11 |
|
| 12 |
def chunk_document(doc, chunk_size=None, chunk_overlap=None):
|
|
|
|
| 6 |
from my_logging import log_message
|
| 7 |
from llama_index.core.text_splitter import SentenceSplitter
|
| 8 |
from config import CHUNK_SIZE, CHUNK_OVERLAP
|
| 9 |
+
from table_prep import table_to_document
|
| 10 |
|
| 11 |
|
| 12 |
def chunk_document(doc, chunk_size=None, chunk_overlap=None):
|