mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 16:52:38 +02:00
Fixing search logic
This commit is contained in:
parent
1480f85431
commit
6d19e0fad8
3 changed files with 41 additions and 15 deletions
|
|
@ -158,7 +158,7 @@ class WebCrawlerConnector:
|
|||
|
||||
def format_to_structured_document(self, crawl_result: dict[str, Any]) -> str:
|
||||
"""
|
||||
Format crawl result as a structured document (similar to url_crawler.py format).
|
||||
Format crawl result as a structured document.
|
||||
|
||||
Args:
|
||||
crawl_result: Result from crawl_url method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue