We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4246945 commit 58a516aCopy full SHA for 58a516a
example.env
@@ -16,6 +16,10 @@ OBB_MAIL_FROM="OmniBox <no-reply@example.com>"
16
17
OBW_BACKEND_BASE_URL=http://backend:8000
18
19
+OBW_KAFKA_BROKER="kafka:9092"
20
+
21
+OBW_VECTOR_DIMENSION="1536"
22
23
# >>> AI Service Configuration >>>
24
OBW_VECTOR_EMBEDDING_API_KEY="sk-***"
25
OBW_VECTOR_EMBEDDING_BASE_URL="https://api.openai.com/v1"
@@ -66,5 +70,3 @@ OBB_S3_BUCKET=omnibox-test
66
70
67
71
OBB_KAFKA_BROKER=localhost:9092
68
72
OBB_KAFKA_CLIENT_ID=omnibox-backend
69
-
-OBW_KAFKA_BROKER="kafka:9092"
0 commit comments