Skip to content

Commit 58cef86

Browse files
committed
chore: update submodules and poetry.lock files
1 parent 792ddca commit 58cef86

4 files changed

Lines changed: 2 additions & 608 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ S3_SECRET_ACCESS_KEY=...
9999
VITE_AUTH_USERNAME=...
100100
VITE_AUTH_PASSWORD=...
101101
102-
ALEPH_ALPHA_ALEPH_ALPHA_API_KEY=...
103-
104102
RAGAS_OPENAI_API_KEY=...
105103
106104
STACKIT_VLLM_API_KEY=...
@@ -120,7 +118,6 @@ This results in a basic auth with username=`foo` and password=`bar`.
120118
> This deployment comes with multiple options. You change the `global.config.envs.rag_class_types.RAG_CLASS_TYPE_LLM_TYPE` in the helm-deployment to on of the following values:
121119
>
122120
> - `stackit`: Uses an OpenAI compatible LLM, like the STACKIT model serving service.
123-
> - `alephalpha`: Uses the public AlephAlpha instance.
124121
> - `ollama`: Uses ollama as an LLM provider.
125122
>
126123

Tiltfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ if os.environ.get("STACKIT_EMBEDDER_API_KEY", False):
358358
]
359359
value_override.extend(stackit_embedder_settings)
360360

361-
if os.environ.get("ALEPH_ALPHA_ALEPH_ALPHA_API_KEY", False):
362-
aleph_alpha_settings = [
363-
"backend.secrets.alephAlpha.apiKey=%s" % os.environ["ALEPH_ALPHA_ALEPH_ALPHA_API_KEY"],
364-
]
365-
value_override.extend(aleph_alpha_settings)
366361

367362
yaml = helm(
368363
"./rag-infrastructure/rag",

0 commit comments

Comments
 (0)