Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into save-stack-traces-f…
Browse files Browse the repository at this point in the history
…or-holmes-errors
  • Loading branch information
itisallgood committed Jan 17, 2025
2 parents bf22e8d + db26d6c commit 002661f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To this 👇

### Key Features
- **Automatic data collection:** HolmesGPT surfaces up the observability data you need to investigate
- **Secure:** *Read-only* access to your data - respects RBAC permissions
- **Runbook automation and knowledge sharing:** Tell Holmes how you investigate today and it will automate it
- **Extensible:** Add your own data sources (tools) and Holmes will use them to investigate
- **Data Privacy:** Bring your own API key for any AI provider (OpenAI, Azure, AWS Bedrock, etc)
Expand Down
3 changes: 3 additions & 0 deletions helm/holmes/templates/holmes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 6 }}
{{- end }}
{{- if .Values.affinity }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
{{- end }}
containers:
- name: holmes
image: "{{ .Values.registry }}/{{ .Values.image }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/holmes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ enablePostProcessing: false
postProcessingPrompt: "builtin://generic_post_processing.jinja2"
openshift: false

affinity: {}

tolerations: []

serviceAccount:
Expand Down
2 changes: 1 addition & 1 deletion tests/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here are the possible fields in the `test_case.yaml` yaml file:
Run the following:

```sh
UPLOAD_DATASET=1 RUN_LIVE=1 pytest ./tests/llm/test_ask_holmes.py -k 999_my_test_case
UPLOAD_DATASET=1 RUN_LIVE=1 poetry run pytest ./tests/llm/test_ask_holmes.py -k 999_my_test_case
```

The test may pass or not based on whether the evaluation scores are high enough. If the test fail,
Expand Down

0 comments on commit 002661f

Please sign in to comment.