Skip to content

Commit 24775e4

Browse files
committed
Remove print
1 parent a06c319 commit 24775e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/utils/embedding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def split_document(
139139
doc_split = text_splitter.split_documents(document)
140140
case "html":
141141
tmp_meta = document[0].metadata
142-
print(tmp_meta)
143142
doc_split = html_splitter.split_text(document[0].page_content)
144143
# Update metadata with source
145144
for doc in doc_split:

0 commit comments

Comments
 (0)