We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06c319 commit 24775e4Copy full SHA for 24775e4
src/server/utils/embedding.py
@@ -139,7 +139,6 @@ def split_document(
139
doc_split = text_splitter.split_documents(document)
140
case "html":
141
tmp_meta = document[0].metadata
142
- print(tmp_meta)
143
doc_split = html_splitter.split_text(document[0].page_content)
144
# Update metadata with source
145
for doc in doc_split:
0 commit comments