mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
remove prints
This commit is contained in:
parent
7edfccaf9a
commit
b583aa74fd
1 changed files with 0 additions and 5 deletions
|
@ -83,12 +83,7 @@ async def process_single_link(url):
|
|||
loader = UnstructuredHTMLLoader(tmp.name)
|
||||
data = loader.load()[0]
|
||||
full_text = data.page_content
|
||||
print("full text 1: ", full_text)
|
||||
tmp.close()
|
||||
print(full_text)
|
||||
|
||||
print("full text: ", full_text)
|
||||
|
||||
|
||||
if full_text:
|
||||
link_meta = append_meta(req, full_text, True)
|
||||
|
|
Loading…
Add table
Reference in a new issue