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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ for resulting image containing the RAG database.
13
13
14
14
## These steps will be done during the OLS build:
15
15
16
-
Use for your experimentation. Once released, MY_BYOK_TOOL_IMAGE will be an image tag under registry.redhat.io/openshift-lightspeed-tech-preview.
16
+
Use for your experimentation. Once released, MY_BYOK_TOOL_IMAGE will be registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-rag-tool-rhel9:latest.
@@ -41,6 +52,7 @@ There are two mandatory parameters:
41
52
- <dir_for_image_tar> is the directory where the resulting image tar archive will be written. It needs to be writable.
42
53
43
54
The OUT_IMAGE_TAG environment variable can be used to override the tag of the generated image. It defaults to "byok-image".
55
+
The VECTOR_DB_INDEX environment variable can be used to override the database index. It defaults to "vector_db_index".
44
56
45
57
The BYOK tool will produce the resulting container image as a tar archive named `<dir_for_image_tar>/my-byok-image.tar`. Existing `<dir_for_image_tar>/my-byok-image.tar` will be overwritten.
0 commit comments