@@ -38,7 +38,7 @@ metadata:
3838      ] 
3939     capabilities : Basic Install 
4040    console.openshift.io/operator-monitoring-default : " true" 
41-     createdAt : " 2025-10-03T15:49:27Z " 
41+     createdAt : " 2025-10-10T17:31:05Z " 
4242    features.operators.openshift.io/cnf : " false" 
4343    features.operators.openshift.io/cni : " false" 
4444    features.operators.openshift.io/csi : " false" 
9797          - description : List of models from the provider 
9898            displayName : Models 
9999            path : llm.providers[0].models 
100-           - description : Defines the model's context window size. Default  is specific to provider/model . 
100+           - description : Defines the model's context window size, in tokens. The default  is 128k tokens . 
101101            displayName : Context Window Size 
102102            path : llm.providers[0].models[0].contextWindowSize 
103103          - description : Model name 
@@ -106,7 +106,7 @@ spec:
106106          - description : Model API parameters 
107107            displayName : Parameters 
108108            path : llm.providers[0].models[0].parameters 
109-           - description : Max tokens for response 
109+           - description : Max tokens for response. The default is 2048 tokens.  
110110            displayName : Max Tokens For Response 
111111            path : llm.providers[0].models[0].parameters.maxTokensForResponse 
112112          - description : Model API URL 
@@ -335,7 +335,7 @@ spec:
335335          - description : The URL of the container image to use as a RAG source 
336336            displayName : Image 
337337            path : ols.rag[0].image 
338-           - description : The Index ID of the RAG database 
338+           - description : The Index ID of the RAG database. Only needed if there are multiple indices in the database.  
339339            displayName : Index ID 
340340            path : ols.rag[0].indexID 
341341          - description : The path to the RAG database inside of the container image 
0 commit comments