We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1643 commit 3b85dfdCopy full SHA for 3b85dfd
scripts/html_embeddings/README.md
@@ -44,15 +44,16 @@ python scripts/html_embeddings/generate_embeddings.py \
44
--model-dir ./embeddings_model
45
```
46
47
-Process only specific document (good for quick testing):
+Process only specific document and skip runbooks (good for quick testing):
48
49
```bash
50
# Process only monitoring documentation
51
python scripts/html_embeddings/generate_embeddings.py \
52
--version 4.18 \
53
--specific-doc observability_overview \
54
--output-dir ./vector_db \
55
- --model-dir ./embeddings_model
+ --model-dir ./embeddings_model \
56
+ --skip-runbooks
57
58
59
Use cached downloads:
0 commit comments