mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-28 13:53:28 +02:00
More efficient Vespa indexing (#3552)
--------- Co-authored-by: Chris Weaver <25087905+Weves@users.noreply.github.com>
This commit is contained in:
@@ -359,7 +359,6 @@ class WebConnector(LoadConnector):
|
||||
continue
|
||||
|
||||
parsed_html = web_html_cleanup(soup, self.mintlify_cleanup)
|
||||
|
||||
doc_batch.append(
|
||||
Document(
|
||||
id=current_url,
|
||||
|
Reference in New Issue
Block a user