mirror of
https://github.com/nold360/hive-apps
synced 2025-01-09 15:28:03 +00:00
fix(bi): qdrant api key
This commit is contained in:
parent
64d23ef0b8
commit
f06ab0eecc
1 changed files with 5 additions and 33 deletions
|
@ -21,6 +21,11 @@ controllers:
|
|||
secretKeyRef:
|
||||
name: bi-mongo-bi-bi
|
||||
key: password
|
||||
BIBOT_QDRANT__API_KEY:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: qdrant-apikey
|
||||
key: api-key
|
||||
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
||||
PHOENIX_PROJECT_NAME: bi
|
||||
OPENAI_API_KEY: fake
|
||||
|
@ -94,39 +99,6 @@ controllers:
|
|||
startup:
|
||||
enabled: false
|
||||
|
||||
researcher:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: reg.dc/bi
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
env:
|
||||
BIBOT_CONFIG: /config/bibot.yml
|
||||
BIBOT_OPENAI__TEMPERATURE: "0.0"
|
||||
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
|
||||
BIBOT_MONGODB__URI: mongodb://bi-mongo-svc:27017/
|
||||
BIBOT_MONGODB__USER:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: bi-mongo-bi-bi
|
||||
key: username
|
||||
BIBOT_MONGODB__PASSWORD:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: bi-mongo-bi-bi
|
||||
key: password
|
||||
OPENWEATHERMAP_API_KEY:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: bibot
|
||||
key: OPENWEATHERMAP_API_KEY
|
||||
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
||||
PHOENIX_PROJECT_NAME: bi
|
||||
OPENAI_API_KEY: fake
|
||||
command: ["python3"]
|
||||
args: ["/app/bi/agents/researcher/app.py", "worker", "-l", "info"]
|
||||
|
||||
mongoui:
|
||||
containers:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue