From 5bbe4241373faf280f3a80dc88ec1e39fb8854fe Mon Sep 17 00:00:00 2001 From: Michael Clark <48897696+aoaim@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20update=20`.env.example`?= =?UTF-8?q?=20with=20RAG=20API=20variables=20(#3461)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update .env.example * Update .env.example --------- Co-authored-by: Danny Avila --- .env.example | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 9b157f0c30..cefc3e6b66 100644 --- a/.env.example +++ b/.env.example @@ -87,7 +87,6 @@ ANTHROPIC_API_KEY=user_provided # Azure # #============# - # Note: these variables are DEPRECATED # Use the `librechat.yaml` configuration for `azureOpenAI` instead # You may also continue to use them if you opt out of using the `librechat.yaml` configuration @@ -265,7 +264,6 @@ MEILI_NO_ANALYTICS=true MEILI_HOST=http://0.0.0.0:7700 MEILI_MASTER_KEY=DrhYf7zENyR6AlUCKmnz0eYASOQdl6zxH7s7MKFSfFCt - #==================================================# # Speech to Text & Text to Speech # #==================================================# @@ -273,6 +271,16 @@ MEILI_MASTER_KEY=DrhYf7zENyR6AlUCKmnz0eYASOQdl6zxH7s7MKFSfFCt STT_API_KEY= TTS_API_KEY= +#==================================================# +# RAG # +#==================================================# +# More info: https://www.librechat.ai/docs/configuration/rag_api + +# RAG_OPENAI_BASEURL= +# RAG_OPENAI_API_KEY= +# EMBEDDINGS_PROVIDER=openai +# EMBEDDINGS_MODEL=text-embedding-3-small + #===================================================# # User System # #===================================================#