Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs-website/docs/development/deployment/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

Note that:

- We changed the Hayhooks container `command` to install `trafilaura` dependency before startup, since it's needed for our [chat_with_website](https://github.com/deepset-ai/hayhooks/tree/main/examples/pipeline_wrappers/chat_with_website) example pipeline. For a real production environment, we recommend creating a custom Hayhooks image as described [here](docker.mdx#customizing-the-haystack-docker-image).
- We changed the Hayhooks container `command` to install the `trafilatura` dependency before startup, since it's needed for our [chat_with_website](https://github.com/deepset-ai/hayhooks/tree/main/examples/pipeline_wrappers/chat_with_website) example pipeline. For a real production environment, we recommend creating a custom Hayhooks image as described [here](docker.mdx#customizing-the-haystack-docker-image).

Check warning on line 167 in docs-website/docs/development/deployment/kubernetes.mdx

View workflow job for this annotation

GitHub Actions / Run Vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs-website/docs/development/deployment/kubernetes.mdx", "range": {"start": {"line": 167, "column": 297}}}, "severity": "WARNING"}

Check warning on line 167 in docs-website/docs/development/deployment/kubernetes.mdx

View workflow job for this annotation

GitHub Actions / Run Vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs-website/docs/development/deployment/kubernetes.mdx", "range": {"start": {"line": 167, "column": 125}}}, "severity": "WARNING"}

Check warning on line 167 in docs-website/docs/development/deployment/kubernetes.mdx

View workflow job for this annotation

GitHub Actions / Run Vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs-website/docs/development/deployment/kubernetes.mdx", "range": {"start": {"line": 167, "column": 3}}}, "severity": "WARNING"}
- We make Hayhooks container read `OPENAI_API_KEY` from a Kubernetes Secret.

Before applying this new configuration, create the `openai-secret`:
Expand Down