mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 19:06:21 +02:00
Fix Minikube launch issues (#274)
- Fix Pulsar service naming - broker -> pulsar - Fix Google AI Studio secret name for RAG to be consistent with other text-completion.
This commit is contained in:
parent
2aa0586d38
commit
460dfb1fb9
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
||||||
|
|
||||||
create:: function(engine)
|
create:: function(engine)
|
||||||
|
|
||||||
local envSecrets = engine.envSecrets("googleaistudio-key")
|
local envSecrets = engine.envSecrets("googleaistudio-credentials")
|
||||||
.with_env_var("GOOGLE_AI_STUDIO_KEY", "googleaistudio-key");
|
.with_env_var("GOOGLE_AI_STUDIO_KEY", "googleaistudio-key");
|
||||||
|
|
||||||
local containerRag =
|
local containerRag =
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ local url = import "values/url.jsonnet";
|
||||||
);
|
);
|
||||||
|
|
||||||
local bookieContainerSet = engine.containers(
|
local bookieContainerSet = engine.containers(
|
||||||
"bookie",
|
"pulsar",
|
||||||
[
|
[
|
||||||
bookieContainer,
|
bookieContainer,
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ def main():
|
||||||
logger.info(f"Adding {name}...")
|
logger.info(f"Adding {name}...")
|
||||||
out.writestr(name, content)
|
out.writestr(name, content)
|
||||||
|
|
||||||
fname = "tg-launch.yaml"
|
fname = "docker-compose.yaml"
|
||||||
|
|
||||||
platform = "docker-compose"
|
platform = "docker-compose"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue