Skip to content

Commit 44405e7

Browse files
committed
Two fixes
1 parent 205dd78 commit 44405e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/html_chunking/chunker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from bs4 import BeautifulSoup, Tag, NavigableString
1010
import warnings
1111

12-
from .tokenizer import count_html_tokens
12+
from tokenizer import count_html_tokens
1313

1414
# Constants
1515
DEFAULT_CHARS_PER_TOKEN_RATIO = 3.5

scripts/html_embeddings/download_docs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ def download_documentation(
6666
output_dir=str(output_dir),
6767
concurrency=concurrency,
6868
force=not cache_existing,
69-
skip_toc=False,
7069
max_retries=max_retries,
71-
fail_on_error=fail_on_error,
7270
)
7371
)
7472

0 commit comments

Comments
 (0)