MrSimple07 commited on
Commit
abca2ac
·
1 Parent(s): a85d6bf

new version of rag

Browse files
Files changed (1) hide show
  1. 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, load_table_data
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):