From ac2d669c45eb35c50e2e25b9528dfe9c171f901c Mon Sep 17 00:00:00 2001 From: Baptiste Pasquier Date: Fri, 22 Mar 2024 16:02:44 +0100 Subject: [PATCH] update Azure config --- backend/rag_3/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/rag_3/config.yaml b/backend/rag_3/config.yaml index ab32f1e..b55e472 100644 --- a/backend/rag_3/config.yaml +++ b/backend/rag_3/config.yaml @@ -10,7 +10,7 @@ text_llm: azure_endpoint: ${oc.env:TEXT_OPENAI_ENDPOINT} openai_api_key: ${oc.env:TEXT_OPENAI_API_KEY} openai_api_version: "2024-02-15-preview" - deployment_name: "gpt4" + deployment_name: "gpt4-turbo" temperature: 0.0 max_tokens: 1024 @@ -81,3 +81,7 @@ ingest: image: "content" export_extracted: True + +rag: + database_url: ${oc.env:DATABASE_URL} + enable_chat_memory: ${oc.decode:${oc.env:ENABLE_AUTHENTICATION}}