Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions developer-hub/backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ spec:
- name: RHDH_CONFIG_FILE
value: /app-root/config/app-config-rhdh.yaml
envFrom:
- secretRef:
name: team-cluster-key
- secretRef:
name: secrets-rhdh
image: 'quay.io/redhat-ai-dev/road-core-service:latest'
Expand All @@ -49,16 +47,10 @@ spec:
- mountPath: /app-root/config/rcsconfig.yaml
name: rcsconfig
subPath: rcsconfig.yaml
- mountPath: /app-root/config/team-cluster-key/team_cluster_key.txt
name: openai
subPath: team_cluster_key.txt
- mountPath: /app-root/config/app-config-rhdh.yaml
name: app-config-rhdh
subPath: app-config-rhdh.yaml
volumes:
- configMap:
name: rcsconfig
name: rcsconfig
- name: openai
secret:
secretName: team-cluster-key
4 changes: 4 additions & 0 deletions developer-hub/rcsconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ data:
models:
- name: dummymodel
ols_config:
reference_content:
product_docs_index_path: "./vector_db/rhdh_product_docs/1.6"
product_docs_index_id: rhdh-product-docs-1_6
embeddings_model_path: "./embeddings_model"
conversation_cache:
type: memory
memory:
Expand Down