Skip to content

Commit 3b85dfd

Browse files
committed
Updates to README.md
1 parent 34f1643 commit 3b85dfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/html_embeddings/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@ python scripts/html_embeddings/generate_embeddings.py \
4444
--model-dir ./embeddings_model
4545
```
4646

47-
Process only specific document (good for quick testing):
47+
Process only specific document and skip runbooks (good for quick testing):
4848

4949
```bash
5050
# Process only monitoring documentation
5151
python scripts/html_embeddings/generate_embeddings.py \
5252
--version 4.18 \
5353
--specific-doc observability_overview \
5454
--output-dir ./vector_db \
55-
--model-dir ./embeddings_model
55+
--model-dir ./embeddings_model \
56+
--skip-runbooks
5657
```
5758

5859
Use cached downloads:

0 commit comments

Comments
 (0)