Skip to content

Commit c2c8728

Browse files
Merge pull request #399 from syedriko/patch-1
Added a mention in the BYOK tool README that the Markdown files must have .md extensions.
2 parents 62933fc + 8feb133 commit c2c8728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byok/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The tool runs on CPUs, not GPUs.
4848

4949
There are two mandatory parameters:
5050

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`.
5252
- <dir_for_image_tar> is the directory where the resulting image tar archive will be written. It needs to be writable.
5353

5454
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

Comments
 (0)