You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: byok/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The tool runs on CPUs, not GPUs.
48
48
49
49
There are two mandatory parameters:
50
50
51
-
- <dir_tree_with_markdown_files> is the root of the directory tree containing the content to be included in the BYOK RAG database, in Markdown. It is accessed for reading.
51
+
- <dir_tree_with_markdown_files> is the root of the directory tree containing the content to be included in the BYOK RAG database, in Markdown. It is accessed for reading. File extensions are expected to be `.md`.
52
52
- <dir_for_image_tar> is the directory where the resulting image tar archive will be written. It needs to be writable.
53
53
54
54
The OUT_IMAGE_TAG environment variable can be used to override the tag of the generated image. It defaults to "byok-image".
0 commit comments